[Enter `^Ec?' for help] U-Boot 2016.03-rc1-00131-g39af3d8-dirty (Feb 09 2016 - 16:39:49 +0000) DRAM: 944 MiB WARNING: Caches not enabled RPI Model B+ (0x10) MMC: bcm2835_sdhci: 0 reading uboot.env In: serial Out: lcd Err: lcd Net: Net Initialization Skipped No ethernet found. starting USB... USB0: Core Release: 2.80a scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found Hit any key to stop autoboot: 2  0 U-Boot> usb start usb start U-Boot> setenv autoload no setenv autoload no U-Boot> setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot> dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.101.215 (435 ms) U-Boot> setenv serverip 192.168.101.1 setenv serverip 192.168.101.1 U-Boot> tftp 0x01000000 8718593/tftp-deploy-ky9h9o88/kernel/zImage tftp 0x01000000 8718593/tftp-deploy-ky9h9o88/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.101.1; our IP address is 192.168.101.215 Filename '8718593/tftp-deploy-ky9h9o88/kernel/zImage'. Load address: 0x1000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########## 597.7 KiB/s done Bytes transferred = 9687552 (93d200 hex) U-Boot> tftp 0x02200000 8718593/tftp-deploy-ky9h9o88/ramdisk/ramdisk.cpio.gz.uboot tftp 0x02200000 8718593/tftp-deploy-ky9h9o88/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.101.1; our IP address is 192.168.101.215 Filename '8718593/tftp-deploy-ky9h9o88/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x2200000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###################################################### 1 MiB/s done Bytes transferred = 16049017 (f4e379 hex) U-Boot> setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot> tftp 0x00000100 8718593/tftp-deploy-ky9h9o88/dtb/bcm2836-rpi-2-b.dtb tftp 0x00000100 8718593/tftp-deploy-ky9h9o88/dtb/bcm2836-rpi-2-b.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.101.1; our IP address is 192.168.101.215 Filename '8718593/tftp-deploy-ky9h9o88/dtb/bcm2836-rpi-2-b.dtb'. Load address: 0x100 Loading: *# 703.1 KiB/s done Bytes transferred = 13687 (3577 hex) U-Boot> setenv bootargs 'console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' U-Boot> bootz 0x01000000 0x02200000 0x00000100 bootz 0x01000000 0x02200000 0x00000100 Kernel image @ 0x1000000 [ 0x000000 - 0x93d200 ] ## Loading init Ramdisk from Legacy Image at 02200000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 16048953 Bytes = 15.3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 00000100 Booting using the fdt blob at 0x000100 reserving fdt memory region: addr=0 size=1000 Using Device Tree in place at 00000100, end 00006676 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0xf00 [ 0.000000] Linux version 5.10.163-cip24 (KernelCI@build-j850361-arm-gcc-10-multi-v7-defconfig-mskqn) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Sat Jan 14 12:31:58 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Raspberry Pi 2 Model B [ 0.000000] earlycon: pl11 at MMIO 0x3f201000 (options '115200n8') [ 0.000000] printk: bootconsole [pl11] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x37000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem [mem 0x0000000030000000-0x000000003affffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003affffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003affffff] [ 0.000000] percpu: Embedded 20 pages/cpu s49868 r8192 d23860 u81920 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240128 [ 0.000000] Kernel command line: console=ttyAMA0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off <6>[ 0.000000] Memory: 852536K/966656K available (13312K kernel code, 2232K rwdata, 5344K rodata, 2048K init, 427K bss, 48584K reserved, 65536K cma-reserved, 114688K highmem) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <3>[ 0.000000] [Firmware Bug]: Bootloader left irq enabled: bank 1 irq 9 <6>[ 0.000024] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns <6>[ 0.008822] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns <6>[ 0.018641] bcm2835: system timer (irq = 60) <6>[ 0.025127] arch_timer: cp15 timer(s) running at 19.20MHz (virt). <6>[ 0.031616] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns <6>[ 0.042889] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns <6>[ 0.051322] Switching to timer-based delay loop, resolution 52ns <6>[ 0.058319] Console: colour dummy device 80x30 <6>[ 0.063188] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) <6>[ 0.074041] pid_max: default: 32768 minimum: 301 <6>[ 0.079234] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.086983] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.096118] CPU: Testing write buffer coherency: ok <6>[ 0.101939] CPU0: update cpu_capacity 1024 <6>[ 0.106392] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00 <6>[ 0.113423] Setting up static identity map for 0x300000 - 0x3000ac <6>[ 0.120746] rcu: Hierarchical SRCU implementation. <6>[ 0.127618] EFI services will not be available. <6>[ 0.132891] smp: Bringing up secondary CPUs ... <6>[ 0.138968] CPU1: update cpu_capacity 1024 <6>[ 0.138978] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01 <6>[ 0.140179] CPU2: update cpu_capacity 1024 <6>[ 0.140188] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02 <6>[ 0.141203] CPU3: update cpu_capacity 1024 <6>[ 0.141211] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03 <6>[ 0.141361] smp: Brought up 1 node, 4 CPUs <6>[ 0.177336] SMP: Total of 4 processors activated (153.60 BogoMIPS). <6>[ 0.183965] CPU: All CPU(s) started in SVC mode. <6>[ 0.189651] devtmpfs: initialized <6>[ 0.199865] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 <6>[ 0.208238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.218520] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.228257] pinctrl core: initialized pinctrl subsystem <6>[ 0.235441] DMI not present or invalid. <6>[ 0.240682] NET: Registered protocol family 16 <6>[ 0.247780] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.259337] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.259589] cpuidle: using governor menu <6>[ 0.270403] No ATAGs? <6>[ 0.273114] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.281520] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.289964] Serial: AMBA PL011 UART driver <6>[ 0.333562] iommu: Default domain type: Translated <6>[ 0.339138] vgaarb: loaded <5>[ 0.342968] SCSI subsystem initialized <6>[ 0.347622] usbcore: registered new interface driver usbfs <6>[ 0.353559] usbcore: registered new interface driver hub <6>[ 0.359256] usbcore: registered new device driver usb <6>[ 0.365644] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.370947] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.380543] PTP clock support registered <6>[ 0.387543] clocksource: Switched to clocksource arch_sys_counter <6>[ 1.479821] simple-framebuffer 3b006000.framebuffer: framebuffer at 0x3b006000, 0x85400 bytes, mapped to 0x(ptrval) <6>[ 1.490737] simple-framebuffer 3b006000.framebuffer: format=r5g6b5, mode=656x416x16, linelength=1312 <6>[ 1.503523] Console: switching to colour frame buffer device 82x26 <6>[ 1.512744] simple-framebuffer 3b006000.framebuffer: fb0: simplefb registered! <6>[ 1.529850] NET: Registered protocol family 2 <6>[ 1.534886] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 1.544056] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) <6>[ 1.552864] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 1.561093] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 1.568763] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 1.575627] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 1.582679] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 1.590335] NET: Registered protocol family 1 <6>[ 1.595669] RPC: Registered named UNIX socket transport module. <6>[ 1.602007] RPC: Registered udp transport module. <6>[ 1.607041] RPC: Registered tcp transport module. <6>[ 1.612097] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 1.618920] PCI: CLS 0 bytes, default 64 <6>[ 1.623640] Trying to unpack rootfs image as initramfs... <6>[ 1.629530] rootfs image is not initramfs (invalid magic at start of compressed archive); looks like an initrd <6>[ 1.705703] Freeing initrd memory: 15676K <6>[ 1.711009] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <5>[ 1.720896] Initialise system trusted keyrings <6>[ 1.726018] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <6>[ 1.739997] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 1.747074] NFS: Registering the id_resolver key type <5>[ 1.752593] Key type id_resolver registered <5>[ 1.757100] Key type id_legacy registered <6>[ 1.761572] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 1.768660] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 1.776465] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 1.781710] Key type asymmetric registered <5>[ 1.786132] Asymmetric key parser 'x509' registered <6>[ 1.791430] bounce: pool size: 64 pages <6>[ 1.795623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) <6>[ 1.803425] io scheduler mq-deadline registered <6>[ 1.808300] io scheduler kyber registered <6>[ 1.891359] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 1.901569] SuperH (H)SCI(F) driver initialized <6>[ 1.907122] msm_serial: driver initialized <6>[ 1.911739] STMicroelectronics ASC driver initialized <6>[ 1.918074] STM32 USART driver initialized <6>[ 1.923823] bcm2835-rng 3f104000.rng: hwrng registered <6>[ 1.943321] brd: module loaded <6>[ 1.956097] loop: module loaded <6>[ 1.961188] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver <6>[ 1.978875] CAN device driver interface <6>[ 1.983661] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 1.990484] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 1.995784] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 2.002166] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 2.007929] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 2.016796] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver <6>[ 2.024664] usbcore: registered new interface driver pegasus <6>[ 2.030734] usbcore: registered new interface driver asix <6>[ 2.036511] usbcore: registered new interface driver ax88179_178a <6>[ 2.043029] usbcore: registered new interface driver cdc_ether <6>[ 2.049274] usbcore: registered new interface driver smsc75xx <6>[ 2.055413] usbcore: registered new interface driver smsc95xx <6>[ 2.061569] usbcore: registered new interface driver net1080 <6>[ 2.067624] usbcore: registered new interface driver cdc_subset <6>[ 2.073925] usbcore: registered new interface driver zaurus <6>[ 2.079964] usbcore: registered new interface driver cdc_ncm <6>[ 2.087987] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 2.094876] ehci-pci: EHCI PCI platform driver <6>[ 2.099718] ehci-platform: EHCI generic platform driver <6>[ 2.105420] ehci-orion: EHCI orion driver <6>[ 2.109881] SPEAr-ehci: EHCI SPEAr driver <6>[ 2.114308] ehci-st: EHCI STMicroelectronics driver <6>[ 2.119636] ehci-exynos: EHCI Exynos driver <6>[ 2.124236] ehci-atmel: EHCI Atmel driver <6>[ 2.128685] tegra-ehci: Tegra EHCI driver <6>[ 2.133120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 2.139712] ohci-pci: OHCI PCI platform driver <6>[ 2.144530] ohci-platform: OHCI generic platform driver <6>[ 2.150247] SPEAr-ohci: OHCI SPEAr driver <6>[ 2.154677] ohci-st: OHCI STMicroelectronics driver <6>[ 2.160022] ohci-atmel: OHCI Atmel driver <6>[ 2.164906] usbcore: registered new interface driver usb-storage <6>[ 2.175207] i2c /dev entries driver <4>[ 2.181186] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property <6>[ 2.197167] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer <6>[ 2.206479] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.213064] sdhci: Copyright(c) Pierre Ossman <6>[ 2.219109] Synopsys Designware Multimedia Card Interface Driver <6>[ 2.226450] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.235321] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.242526] usbcore: registered new interface driver usbhid <6>[ 2.248477] usbhid: USB HID core driver <6>[ 2.253451] bcm2835-mbox 3f00b880.mailbox: mailbox enabled <6>[ 2.262579] NET: Registered protocol family 10 <6>[ 2.268541] Segment Routing with IPv6 <6>[ 2.272599] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.279628] NET: Registered protocol family 17 <6>[ 2.284411] can: controller area network core <6>[ 2.289201] NET: Registered protocol family 29 <6>[ 2.293971] can: raw protocol <6>[ 2.297245] can: broadcast manager protocol <6>[ 2.301794] can: netlink gateway - max_hops=1 <5>[ 2.307012] Key type dns_resolver registered <6>[ 2.311767] ThumbEE CPU extension supported. <5>[ 2.316372] Registering SWP/SWPB emulation handler <5>[ 2.321845] Loading compiled-in X.509 certificates <6>[ 2.323097] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1) <6>[ 2.335652] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2 <6>[ 2.345107] printk: console [ttyAMA0] enabled <6>[ 2.345107] printk: console [ttyAMA0] enabled <6>[ 2.354402] printk: bootconsole [pl11] disabled <6>[ 2.354402] printk: bootconsole [pl11] disabled <6>[ 2.373324] raspberrypi-firmware soc:firmware: Attached to firmware from 2014-12-19T18:44:06 <4>[ 2.389477] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator <4>[ 2.397066] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator <4>[ 2.441970] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 2.452564] mmc0: new high speed SDHC card at address 0002 <6>[ 2.458953] dwc2 3f980000.usb: DWC OTG Controller <6>[ 2.459127] mmcblk0: mmc0:0002 NCard 14.9 GiB <6>[ 2.463953] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1 <6>[ 2.470944] mmcblk0: p1 <6>[ 2.476014] dwc2 3f980000.usb: irq 66, io mem 0x3f980000 <6>[ 2.485272] hub 1-0:1.0: USB hub found <6>[ 2.489356] hub 1-0:1.0: 1 port detected <6>[ 2.837573] usb 1-1: new high-speed USB device number 2 using dwc2 <6>[ 3.088434] hub 1-1:1.0: USB hub found <6>[ 3.092520] hub 1-1:1.0: 5 ports detected <6>[ 3.417562] usb 1-1.1: new high-speed USB device number 3 using dwc2 <6>[ 3.550646] smsc95xx v2.0.0 <6>[ 3.691047] SMSC LAN8700 usb-001:003:01: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=usb-001:003:01, irq=POLL) <6>[ 3.703167] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d2:0e:1f <6>[ 3.807549] usb 1-1.3: new high-speed USB device number 4 using dwc2 <6>[ 3.943192] usb-storage 1-1.3:1.0: USB Mass Storage device detected <6>[ 3.950486] scsi host0: usb-storage 1-1.3:1.0 <6>[ 4.651571] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup <6>[ 4.674664] smsc95xx 1-1.1:1.0 eth0: Link is Down <5>[ 5.066731] scsi 0:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS <5>[ 5.327568] random: crng init done <5>[ 6.007444] sd 0:0:0:0: [sda] 7669824 512-byte logical blocks: (3.93 GB/3.66 GiB) <5>[ 6.015671] sd 0:0:0:0: [sda] Write Protect is off <3>[ 6.021167] sd 0:0:0:0: [sda] No Caching mode page found <3>[ 6.026734] sd 0:0:0:0: [sda] Assuming drive cache: write through <6>[ 6.065580] sda: sda1 sda2 <5>[ 6.071694] sd 0:0:0:0: [sda] Attached SCSI removable disk <6>[ 6.749058] smsc95xx 1-1.1:1.0 eth0: Link is Up - 100Mbps/Full - flow control off <6>[ 6.757593] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.787566] Sending DHCP requests ., OK <6>[ 6.971710] IP-Config: Got DHCP answer from 192.168.101.1, my address is 192.168.101.215 <6>[ 6.980072] IP-Config: Complete: <6>[ 6.983559] device=eth0, hwaddr=b8:27:eb:d2:0e:1f, ipaddr=192.168.101.215, mask=255.255.255.0, gw=192.168.101.1 <6>[ 6.994333] host=192.168.101.215, domain=lava.cbg.collabora.co.uk, nis-domain=(none) <6>[ 7.002769] bootserver=192.168.101.1, rootserver=192.168.101.1, rootpath= <6>[ 7.002776] nameserver0=192.168.101.1 <6>[ 7.015525] uart-pl011 3f201000.serial: no DMA platform data <5>[ 7.021679] RAMDISK: Couldn't find valid RAM disk image starting at 0. <4>[ 7.029131] List of all partitions: <4>[ 7.032885] 0100 65536 ram0 <4>[ 7.032889] (driver?) <4>[ 7.039521] 0101 65536 ram1 <4>[ 7.039525] (driver?) <4>[ 7.046135] 0102 65536 ram2 <4>[ 7.046139] (driver?) <4>[ 7.052774] 0103 65536 ram3 <4>[ 7.052778] (driver?) <4>[ 7.059408] 0104 65536 ram4 <4>[ 7.059412] (driver?) <4>[ 7.066022] 0105 65536 ram5 <4>[ 7.066026] (driver?) <4>[ 7.072648] 0106 65536 ram6 <4>[ 7.072652] (driver?) <4>[ 7.079273] 0107 65536 ram7 <4>[ 7.079277] (driver?) <4>[ 7.085888] 0108 65536 ram8 <4>[ 7.085891] (driver?) <4>[ 7.092518] 0109 65536 ram9 <4>[ 7.092522] (driver?) <4>[ 7.099148] 010a 65536 ram10 <4>[ 7.099152] (driver?) <4>[ 7.105849] 010b 65536 ram11 <4>[ 7.105852] (driver?) <4>[ 7.112562] 010c 65536 ram12 <4>[ 7.112566] (driver?) <4>[ 7.119274] 010d 65536 ram13 <4>[ 7.119277] (driver?) <4>[ 7.125974] 010e 65536 ram14 <4>[ 7.125977] (driver?) <4>[ 7.132685] 010f 65536 ram15 <4>[ 7.132689] (driver?) <4>[ 7.139404] b300 15671296 mmcblk0 <4>[ 7.139409] driver: mmcblk <4>[ 7.146713] b301 123904 mmcblk0p1 c96ffe28-01 <4>[ 7.146717] <4>[ 7.154049] 0800 3834912 sda <4>[ 7.154054] driver: sd <4>[ 7.160683] 0801 248832 sda1 2b0868e4-cbdf-43d4-8c0c-d01a2bc318ee <4>[ 7.160687] <4>[ 7.169735] 0802 3585024 sda2 3faeed9a-4e7d-49f6-836a-1e0040d5793b <4>[ 7.169739] <4>[ 7.178783] No filesystem could mount root, tried: <4>[ 7.178787] ext3 <4>[ 7.183912] ext2 <4>[ 7.186089] ext4 <4>[ 7.188277] squashfs <4>[ 7.190455] vfat <4>[ 7.192978] msdos <4>[ 7.195154] ntfs <4>[ 7.197417] <0>[ 7.201350] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) <4>[ 7.209862] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.10.163-cip24 #1 <4>[ 7.216720] Hardware name: BCM2835 <4>[ 7.220402] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.228399] [] (show_stack) from [] (dump_stack+0xc0/0xd4) <4>[ 7.235875] [] (dump_stack) from [] (panic+0x104/0x31c) <4>[ 7.243094] [] (panic) from [] (mount_block_root+0x238/0x240) <4>[ 7.250831] [] (mount_block_root) from [] (prepare_namespace+0x150/0x18c) <4>[ 7.259608] [] (prepare_namespace) from [] (kernel_init+0x8/0x118) <4>[ 7.267777] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) <4>[ 7.275590] Exception stack(0xc38e9fb0 to 0xc38e9ff8) <4>[ 7.280893] 9fa0: 00000000 00000000 00000000 00000000 <4>[ 7.289318] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <4>[ 7.297741] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 <2>[ 7.304616] CPU0: stopping <4>[ 7.307583] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.163-cip24 #1 <4>[ 7.314441] Hardware name: BCM2835 <4>[ 7.318107] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.326101] [] (show_stack) from [] (dump_stack+0xc0/0xd4) <4>[ 7.333575] [] (dump_stack) from [] (do_handle_IPI+0x314/0x34c) <4>[ 7.341483] [] (do_handle_IPI) from [] (ipi_handler+0x18/0x20) <4>[ 7.349306] [] (ipi_handler) from [] (handle_percpu_devid_fasteoi_ipi+0x80/0x150) <4>[ 7.358775] [] (handle_percpu_devid_fasteoi_ipi) from [] (generic_handle_irq+0x34/0x44) <4>[ 7.368766] [] (generic_handle_irq) from [] (bcm2836_arm_irqchip_handle_ipi+0x98/0xb8) <4>[ 7.378668] [] (bcm2836_arm_irqchip_handle_ipi) from [] (__handle_domain_irq+0x7c/0xd0) <4>[ 7.388655] [] (__handle_domain_irq) from [] (__irq_svc+0x6c/0x90) <4>[ 7.396815] Exception stack(0xc1801f10 to 0xc1801f58) <4>[ 7.402117] 1f00: 00000000 00040c70 ef848f84 c031c380 <4>[ 7.410543] 1f20: c1a1f8c0 c1800000 c1804d14 c1804d58 00000000 c1761728 c1800000 00000000 <4>[ 7.418967] 1f40: 00040c6e c1801f60 c0307d34 c0307d38 60000013 ffffffff <4>[ 7.425836] [] (__irq_svc) from [] (arch_cpu_idle+0x38/0x3c) <4>[ 7.433486] [] (arch_cpu_idle) from [] (default_idle_call+0x38/0xfc) <4>[ 7.441830] [] (default_idle_call) from [] (do_idle+0x220/0x2c4) <4>[ 7.449826] [] (do_idle) from [] (cpu_startup_entry+0x18/0x1c) <4>[ 7.457649] [] (cpu_startup_entry) from [] (start_kernel+0x4dc/0x514) <4>[ 7.466076] [] (start_kernel) from [<00000000>] (0x0) <2>[ 7.472244] CPU3: stopping <4>[ 7.475210] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 5.10.163-cip24 #1 <4>[ 7.482069] Hardware name: BCM2835 <4>[ 7.485734] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.493727] [] (show_stack) from [] (dump_stack+0xc0/0xd4) <4>[ 7.501201] [] (dump_stack) from [] (do_handle_IPI+0x314/0x34c) <4>[ 7.509108] [] (do_handle_IPI) from [] (ipi_handler+0x18/0x20) <4>[ 7.516930] [] (ipi_handler) from [] (handle_percpu_devid_fasteoi_ipi+0x80/0x150) <4>[ 7.526398] [] (handle_percpu_devid_fasteoi_ipi) from [] (generic_handle_irq+0x34/0x44) <4>[ 7.536386] [] (generic_handle_irq) from [] (bcm2836_arm_irqchip_handle_ipi+0x98/0xb8) <4>[ 7.546287] [] (bcm2836_arm_irqchip_handle_ipi) from [] (__handle_domain_irq+0x7c/0xd0) <4>[ 7.556272] [] (__handle_domain_irq) from [] (__irq_svc+0x6c/0x90) <4>[ 7.564432] Exception stack(0xc3913f50 to 0xc3913f98) <4>[ 7.569734] 3f40: 00000000 000007b4 ef884f84 c031c380 <4>[ 7.578160] 3f60: c1a1f8c0 c3912000 c1804d14 c1804d58 00000000 c1761728 c3912000 00000000 <4>[ 7.586583] 3f80: 000007b2 c3913fa0 c0307d34 c0307d38 60000013 ffffffff <4>[ 7.593451] [] (__irq_svc) from [] (arch_cpu_idle+0x38/0x3c) <4>[ 7.601099] [] (arch_cpu_idle) from [] (default_idle_call+0x38/0xfc) <4>[ 7.609441] [] (default_idle_call) from [] (do_idle+0x220/0x2c4) <4>[ 7.617437] [] (do_idle) from [] (cpu_startup_entry+0x18/0x1c) <4>[ 7.625256] [] (cpu_startup_entry) from [<0030178c>] (0x30178c) <2>[ 7.632290] CPU2: stopping <4>[ 7.635255] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 5.10.163-cip24 #1 <4>[ 7.642113] Hardware name: BCM2835 <4>[ 7.645778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) <4>[ 7.653771] [] (show_stack) from [] (dump_stack+0xc0/0xd4) <4>[ 7.661245] [] (dump_stack) from [] (do_handle_IPI+0x314/0x34c) <4>[ 7.669152] [] (do_handle_IPI) from [] (ipi_handler+0x18/0x20) <4>[ 7.676973] [] (ipi_handler) from [] (handle_percpu_devid_fasteoi_ipi+0x80/0x150) <4>[ 7.686441] [] (handle_percpu_devid_fasteoi_ipi) from [] (generic_handle_irq+0x34/0x44) <4>[ 7.696428] [] (generic_handle_irq) from [] (bcm2836_arm_irqchip_handle_ipi+0x98/0xb8) <4>[ 7.706330] [] (bcm2836_arm_irqchip_handle_ipi) from [] (__handle_domain_irq+0x7c/0xd0) <4>[ 7.716316] [] (__handle_domain_irq) from [] (__irq_svc+0x6c/0x90) <4>[ 7.724476] Exception stack(0xc3911f50 to 0xc3911f98) <4>[ 7.729779] 1f40: 00000000 0000080c ef870f84 c031c380 <4>[ 7.738204] 1f60: c1a1f8c0 c3910000 c1804d14 c1804d58 00000000 c1761728 c3910000 00000000 <4>[ 7.746628] 1f80: 0000080a c3911fa0 c0307d34 c0307d38 60000013 ffffffff <4>[ 7.753495] [] (__irq_svc) from [] (arch_cpu_idle+0x38/0x3c) <4>[ 7.761143] [] (arch_cpu_idle) from [] (default_idle_call+0x38/0xfc) <4>[ 7.769485] [] (default_idle_call) from [] (do_idle+0x220/0x2c4) <4>[ 7.777481] [] (do_idle) from [] (cpu_startup_entry+0x18/0x1c) <4>[ 7.785300] [] (cpu_startup_entry) from [<0030178c>] (0x30178c) <0>[ 7.792346] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) ]---