Skip to content

Instantly share code, notes, and snippets.

@jficz
Created July 11, 2021 12:41
Show Gist options
  • Save jficz/5d4cb213240971ce064bfd0324a0e16a to your computer and use it in GitHub Desktop.
Save jficz/5d4cb213240971ce064bfd0324a0e16a to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.48 (nixbld@localhost) (gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.35.1) #1-NixOS SMP Wed Jul 7 12:27:50 UTC 2021
[ 0.000000] Machine model: Raspberry Pi 4 Model B
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x1ff01a280-0x1ff01cfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b2fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] DMA zone: 256 pages in unavailable ranges
[ 0.000000] percpu: Embedded 33 pages/cpu s95512 r8192 d31464 u135168
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: EL2 vector hardening
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028596
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: init=/nix/store/5ykc7rsjjl77ki3czrsfdd8pb6vqk7zy-nixos-system-ghost-21.05.1412.cf59fbd5396/init console=ttyS1,115200 console=tty1 loglevel=7
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000033000000-0x0000000037000000] (64MB)
[ 0.000000] Memory: 7897528K/8244224K available (18624K kernel code, 4238K rwdata, 9784K rodata, 9856K init, 634K bss, 281160K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 60816 entries in 238 pages
[ 0.000000] ftrace: allocated 238 pages with 6 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x388/0x548 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000238] Console: colour dummy device 80x25
[ 0.000644] printk: console [tty1] enabled
[ 0.000753] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000781] pid_max: default: 32768 minimum: 301
[ 0.000889] LSM: Security Framework initializing
[ 0.000917] Yama: becoming mindful.
[ 0.001081] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001183] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.003337] rcu: Hierarchical SRCU implementation.
[ 0.007033] EFI services will not be available.
[ 0.007416] smp: Bringing up secondary CPUs ...
[ 0.008075] Detected PIPT I-cache on CPU1
[ 0.008144] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.008808] Detected PIPT I-cache on CPU2
[ 0.008853] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.009510] Detected PIPT I-cache on CPU3
[ 0.009554] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.009662] smp: Brought up 1 node, 4 CPUs
[ 0.009725] SMP: Total of 4 processors activated.
[ 0.009741] CPU features: detected: 32-bit EL0 Support
[ 0.009756] CPU features: detected: CRC32 instructions
[ 0.009771] CPU features: detected: 32-bit EL1 Support
[ 0.046724] CPU: All CPU(s) started at EL2
[ 0.046848] alternatives: patching kernel code
[ 0.050079] devtmpfs: initialized
[ 0.056280] KASLR disabled due to lack of seed
[ 0.056516] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.056549] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.058556] pinctrl core: initialized pinctrl subsystem
[ 0.059952] DMI not present or invalid.
[ 0.060638] NET: Registered protocol family 16
[ 0.062178] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.062440] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.062933] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.062989] audit: initializing netlink subsys (disabled)
[ 0.063202] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[ 0.064370] thermal_sys: Registered thermal governor 'step_wise'
[ 0.064377] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.064739] cpuidle: using governor menu
[ 0.065015] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.065141] ASID allocator initialised with 65536 entries
[ 0.066822] Serial: AMBA PL011 UART driver
[ 0.109268] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.109301] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.109318] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.109333] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.111240] cryptd: max_cpu_qlen set to 1000
[ 0.114735] fbcon: Taking over console
[ 0.114809] ACPI: Interpreter disabled.
[ 0.117164] iommu: Default domain type: Translated
[ 0.117464] vgaarb: loaded
[ 0.117948] SCSI subsystem initialized
[ 0.118375] usbcore: registered new interface driver usbfs
[ 0.118430] usbcore: registered new interface driver hub
[ 0.118476] usbcore: registered new device driver usb
[ 0.118671] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.119550] pps_core: LinuxPPS API ver. 1 registered
[ 0.119567] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.119601] PTP clock support registered
[ 0.119773] EDAC MC: Ver: 3.0.0
[ 0.121359] FPGA manager framework
[ 0.121482] Advanced Linux Sound Architecture Driver Initialized.
[ 0.122415] clocksource: Switched to clocksource arch_sys_counter
[ 1.126722] VFS: Disk quotas dquot_6.6.0
[ 1.126816] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.127243] pnp: PnP ACPI: disabled
[ 1.135638] NET: Registered protocol family 2
[ 1.136434] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.141984] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 1.142135] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.142549] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 1.143454] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.144045] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 1.144225] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.144319] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 1.144569] NET: Registered protocol family 1
[ 1.145271] RPC: Registered named UNIX socket transport module.
[ 1.145291] RPC: Registered udp transport module.
[ 1.145304] RPC: Registered tcp transport module.
[ 1.145315] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.145332] NET: Registered protocol family 44
[ 1.145358] PCI: CLS 0 bytes, default 64
[ 1.145564] Trying to unpack rootfs image as initramfs...
[ 1.613300] Freeing initrd memory: 11696K
[ 1.614536] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.614705] kvm [1]: IPA Size Limit: 44 bits
[ 1.616695] kvm [1]: vgic interrupt IRQ9
[ 1.616882] kvm [1]: Hyp mode initialized successfully
[ 1.619225] Initialise system trusted keyrings
[ 1.619440] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 1.625403] zbud: loaded
[ 1.626952] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.627674] NFS: Registering the id_resolver key type
[ 1.627709] Key type id_resolver registered
[ 1.627723] Key type id_legacy registered
[ 1.627836] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.627853] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.628050] 9p: Installing v9fs 9p2000 file system support
[ 1.694460] Key type asymmetric registered
[ 1.694479] Asymmetric key parser 'x509' registered
[ 1.694525] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.694705] io scheduler mq-deadline registered
[ 1.694721] io scheduler kyber registered
[ 1.708920] EINJ: ACPI disabled.
[ 1.729533] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.731663] printk: console [ttyS1] disabled
[ 1.731767] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550
[ 2.658787] printk: console [ttyS1] enabled
[ 2.664817] SuperH (H)SCI(F) driver initialized
[ 2.670094] msm_serial: driver initialized
[ 2.676011] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.691783] loop: module loaded
[ 2.696157] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.704603] megasas: 07.714.04.00-rc1
[ 2.713790] libphy: Fixed MDIO Bus: probed
[ 2.719148] tun: Universal TUN/TAP device driver, 1.6
[ 2.725222] thunder_xcv, ver 1.0
[ 2.728578] thunder_bgx, ver 1.0
[ 2.731905] nicpf, ver 1.0
[ 2.736098] hclge is initializing
[ 2.739502] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.746845] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.752298] e1000: Intel(R) PRO/1000 Network Driver
[ 2.757262] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.763146] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.768195] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.774254] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.779745] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.785443] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 2.791816] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.798242] sky2: driver version 1.30
[ 2.803201] VFIO - User Level meta-driver version: 0.3
[ 2.810694] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.817365] ehci-pci: EHCI PCI platform driver
[ 2.821970] ehci-platform: EHCI generic platform driver
[ 2.827459] ehci-orion: EHCI orion driver
[ 2.831668] ehci-exynos: EHCI Exynos driver
[ 2.836041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.842339] ohci-pci: OHCI PCI platform driver
[ 2.846901] ohci-platform: OHCI generic platform driver
[ 2.852372] ohci-exynos: OHCI Exynos driver
[ 2.857067] usbcore: registered new interface driver usb-storage
[ 2.866321] i2c /dev entries driver
[ 2.872245] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 2.879632] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 2.890354] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.898927] sdhci: Secure Digital Host Controller Interface driver
[ 2.905228] sdhci: Copyright(c) Pierre Ossman
[ 2.910301] Synopsys Designware Multimedia Card Interface Driver
[ 2.917634] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.925851] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.933241] hid: raw HID events driver (C) Jiri Kosina
[ 2.939044] usbcore: registered new interface driver usbhid
[ 2.944716] usbhid: USB HID core driver
[ 2.949740] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 2.960386] drop_monitor: Initializing network drop monitor service
[ 2.967514] NET: Registered protocol family 10
[ 2.974842] Segment Routing with IPv6
[ 2.978686] NET: Registered protocol family 17
[ 2.983532] 9pnet: Installing 9P2000 support
[ 2.987959] Key type dns_resolver registered
[ 2.992696] registered taskstats version 1
[ 2.996914] Loading compiled-in X.509 certificates
[ 3.001880] zswap: loaded using pool lzo/zbud
[ 3.006619] Key type ._fscrypt registered
[ 3.010708] Key type .fscrypt registered
[ 3.014716] Key type fscrypt-provisioning registered
[ 3.024822] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2
[ 3.034063] serial serial0: tty port ttyAMA0 registered
[ 3.055042] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:10:40
[ 3.113841] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[ 3.121284] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[ 3.229508] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
[ 3.251532] sdhci-iproc fe300000.sdhci: allocated mmc-pwrseq
[ 3.311074] mmc0: SDHCI controller on fe300000.sdhci [fe300000.sdhci] using PIO
[ 3.321798] ALSA device list:
[ 3.324865] No soundcards found.
[ 3.339296] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.346643] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.353938] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.359584] mmc1: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 3.370070] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.377453] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.381885] Freeing unused kernel memory: 9856K
[ 3.387934] Run /init as init process
[ 3.434129] random: fast init done
[ 3.481196] mmc1: new ultra high speed DDR50 SDHC card at address 0007
[ 3.489274] mmcblk1: mmc1:0007 SD8GB 7.42 GiB
[ 3.497560] mmc0: new high speed SDIO card at address 0001
[ 3.503704] mmcblk1: p1 p2
[ 3.531720] spl: loading out-of-tree module taints kernel.
[ 3.578943] icp: module license 'CDDL' taints kernel.
[ 3.584111] Disabling lock debugging due to kernel taint
[ 4.389537] ZFS: Loaded module v2.0.5-1, ZFS pool version 5000, ZFS filesystem version 5
[ 4.448415] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 4.895045] random: lvm: uninitialized urandom read (4 bytes read)
[ 206.242490] random: crng init done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment