Hoping someone can help with Debian install on a ReadyNAS 104
Ive created my usb drive from the below files..
linux-6.12.6-mvebu-370xp-tld-1-bodhi.tar.bz2
Debian-6.6.2-mvebu-tld-1-rootfs-bodhi.tar.bz2
drive was labeled with e2label /dev/sdc1 rootfs formatted and partitioned as root
But when I boot from the drive I get dumped out to (initramfs)
Pre boot :
Boot output :
Can anyone see where i've gone wrong?
Any help greatly appreciated
Brian.
Ive created my usb drive from the below files..
linux-6.12.6-mvebu-370xp-tld-1-bodhi.tar.bz2
Debian-6.6.2-mvebu-tld-1-rootfs-bodhi.tar.bz2
drive was labeled with e2label /dev/sdc1 rootfs formatted and partitioned as root
But when I boot from the drive I get dumped out to (initramfs)
Pre boot :
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage' Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' Marvell>> setenv fdt_skip_update yes
Boot output :
Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5084347 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5257173 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.12.6-mvebu-370xp-tld-1 Created: 2025-03-09 9:45:13 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5084283 Bytes = 4.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.6.2-mvebu-tld-1 Created: 2023-12-12 22:03:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5257109 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.12.6-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 PREEMPT Sun Dec 22 16:34:11 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104 [ 0.000000][ T0] printk: legacy bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] HighMem empty [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] CPU: All CPU(s) started in SVC mode. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104 [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn104", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 131072 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302 [ 0.000000][ T0] Aurora cache controller enabled, 4 ways, 256 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 53ns [ 0.000001][ T0] sched_clock: 32 bits at 19MHz, resolution 53ns, wraps every 114537122277ns [ 0.007901][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns [ 0.019196][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.028199][ T0] Console: colour dummy device 80x30 [ 0.033013][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492) [ 0.043120][ T0] CPU: Testing write buffer coherency: ok [ 0.048263][ T0] pid_max: default: 32768 minimum: 301 [ 0.057047][ T0] LSM: initializing lsm=capability [ 0.062546][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.069885][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089866][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.096548][ T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1 [ 0.102072][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.108601][ T1] rcu: Hierarchical SRCU implementation. [ 0.113621][ T1] rcu: Max phase no-delay instances is 1000. [ 0.120169][ T1] Memory: 493936K/524288K available (10240K kernel code, 837K rwdata, 3504K rodata, 1024K init, 333K bss, 29136K reserved, 0K cma-reserved, 0K highmem) [ 0.135232][ T1] devtmpfs: initialized [ 0.145539][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.153717][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.163374][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.173942][ T1] prandom: seed boundary self test passed [ 0.181565][ T1] prandom: 100 self tests passed [ 0.185944][ T1] pinctrl core: initialized pinctrl subsystem [ 0.193899][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.201261][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.209064][ T1] audit: initializing netlink subsys (disabled) [ 0.215002][ T22] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 [ 0.223659][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.223767][ T1] cpuidle: using governor ladder [ 0.234324][ T1] cpuidle: using governor menu [ 0.238800][ T1] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.244877][ T1] mvebu-pmsu: CPU idle is currently broken: disabling [ 0.255188][ T1] /soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.448657][ T1] raid6: int32x8 gen() 211 MB/s [ 0.618688][ T1] raid6: int32x4 gen() 232 MB/s [ 0.788616][ T1] raid6: int32x2 gen() 360 MB/s [ 0.958604][ T1] raid6: int32x1 gen() 380 MB/s [ 0.963145][ T1] raid6: using algorithm int32x1 gen() 380 MB/s [ 1.138650][ T1] raid6: .... xor() 182 MB/s, rmw enabled [ 1.143745][ T1] raid6: using intx1 recovery algorithm [ 1.150362][ T1] SCSI subsystem initialized [ 1.155178][ T1] usbcore: registered new interface driver usbfs [ 1.160918][ T1] usbcore: registered new interface driver hub [ 1.166498][ T1] usbcore: registered new device driver usb [ 1.172190][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.177366][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.186381][ T1] PTP clock support registered [ 1.193207][ T1] vgaarb: loaded [ 1.197087][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.208759][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.213202][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.235788][ T1] NET: Registered PF_INET protocol family [ 1.241270][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.250161][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.258947][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.267367][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.275149][ T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 1.282378][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 1.289279][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.296668][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.303316][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.310927][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.317784][ T1] RPC: Registered named UNIX socket transport module. [ 1.323844][ T1] RPC: Registered udp transport module. [ 1.328846][ T1] RPC: Registered tcp transport module. [ 1.333781][ T1] RPC: Registered tcp-with-tls transport module. [ 1.339438][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.345972][ T1] PCI: CLS 0 bytes, default 64 [ 1.350638][ T13] Trying to unpack rootfs image as initramfs... [ 1.379275][ T1] Initialise system trusted keyrings [ 1.384049][ T1] Key type blacklist registered [ 1.397518][ T1] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 1.404118][ T1] zbud: loaded [ 1.438883][ T1] NFS: Registering the id_resolver key type [ 1.444194][ T1] Key type id_resolver registered [ 1.457184][ T1] Key type id_legacy registered [ 1.461681][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.487260][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.785333][ T1] xor: measuring software checksum speed [ 1.810227][ T1] arm4regs : 1136 MB/sec [ 1.827156][ T1] 8regs : 944 MB/sec [ 1.834782][ T1] 32regs : 1103 MB/sec [ 1.849930][ T13] Freeing initrd memory: 5136K [ 1.854259][ T1] xor: using function: arm4regs (1136 MB/sec) [ 1.860523][ T1] async_tx: api initialized (async) [ 1.865175][ T1] Key type asymmetric registered [ 1.869635][ T1] Asymmetric key parser 'x509' registered [ 1.875381][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.883163][ T1] io scheduler bfq registered [ 1.891603][ T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.905689][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.915671][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.924890][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.935068][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.944083][ T1] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.968150][ T1] ledtrig-cpu: registered to indicate activity on CPUs [ 1.974623][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.988824][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.997520][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 2.005970][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.015005][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.023976][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.032932][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.043125][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.049996][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.055656][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.065720][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.075695][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.082656][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 2.089230][ T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.096569][ T1] pci 0000:00:01.0: PCI bridge to [bus 00] [ 2.101781][ T1] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 2.108046][ T1] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 2.115982][ T1] /soc/pcie@82000000/pcie@1,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@1,0/interrupt-controller [ 2.126735][ T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.134126][ T1] pci 0000:00:02.0: PCI bridge to [bus 00] [ 2.139379][ T1] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff] [ 2.145588][ T1] pci 0000:00:02.0: bridge window [mem 0x00000000-0x000fffff] [ 2.153477][ T1] /soc/pcie@82000000/pcie@2,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@2,0/interrupt-controller [ 2.165178][ T1] PCI: bus0: Fast back to back transfers disabled [ 2.171010][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.179047][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.187659][ T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330 PCIe Endpoint [ 2.194920][ T1] pci 0000:01:00.0: BAR 0 [mem 0x40000000-0x4000ffff 64bit] [ 2.201540][ T1] pci 0000:01:00.0: BAR 2 [mem 0x40010000-0x40010fff 64bit] [ 2.208116][ T1] pci 0000:01:00.0: BAR 4 [mem 0x40011000-0x40011fff 64bit] [ 2.214729][ T1] pci 0000:01:00.0: supports D1 [ 2.219063][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.226210][ T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.247185][ T1] PCI: bus1: Fast back to back transfers disabled [ 2.252932][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.260179][ T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint [ 2.268055][ T1] pci 0000:02:00.0: BAR 0 [io 0xfffffff8-0xffffffff] [ 2.274112][ T1] pci 0000:02:00.0: BAR 1 [io 0xfffffffc-0xffffffff] [ 2.280234][ T1] pci 0000:02:00.0: BAR 2 [io 0xfffffff8-0xffffffff] [ 2.286289][ T1] pci 0000:02:00.0: BAR 3 [io 0xfffffffc-0xffffffff] [ 2.292372][ T1] pci 0000:02:00.0: BAR 4 [io 0xffffffe0-0xffffffff] [ 2.298464][ T1] pci 0000:02:00.0: BAR 5 [mem 0x42000000-0x420007ff] [ 2.304518][ T1] pci 0000:02:00.0: ROM [mem 0xd0000000-0xd000ffff pref] [ 2.310927][ T1] pci 0000:02:00.0: Enabling fixed DMA alias to 00.1 [ 2.316952][ T1] pci 0000:02:00.0: PME# supported from D3hot [ 2.323077][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.347182][ T1] PCI: bus2: Fast back to back transfers disabled [ 2.352928][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.359698][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff]: assigned [ 2.367217][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff]: assigned [ 2.374693][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff]: assigned [ 2.381735][ T1] pci 0000:01:00.0: BAR 0 [mem 0xf8000000-0xf800ffff 64bit]: assigned [ 2.389117][ T1] pci 0000:01:00.0: BAR 2 [mem 0xf8010000-0xf8010fff 64bit]: assigned [ 2.396442][ T1] pci 0000:01:00.0: BAR 4 [mem 0xf8011000-0xf8011fff 64bit]: assigned [ 2.403782][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.408975][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff] [ 2.415891][ T1] pci 0000:02:00.0: ROM [mem 0xf8100000-0xf810ffff pref]: assigned [ 2.422996][ T1] pci 0000:02:00.0: BAR 5 [mem 0xf8110000-0xf81107ff]: assigned [ 2.429853][ T1] pci 0000:02:00.0: BAR 4 [io 0x10000-0x1001f]: assigned [ 2.436220][ T1] pci 0000:02:00.0: BAR 0 [io 0x10020-0x10027]: assigned [ 2.442599][ T1] pci 0000:02:00.0: BAR 2 [io 0x10028-0x1002f]: assigned [ 2.448978][ T1] pci 0000:02:00.0: BAR 1 [io 0x10030-0x10033]: assigned [ 2.455344][ T1] pci 0000:02:00.0: BAR 3 [io 0x10034-0x10037]: assigned [ 2.461767][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.466944][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 2.473331][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff] [ 2.480192][ T1] pci_bus 0000:00: resource 4 [mem 0xd0040000-0xd0041fff] [ 2.486555][ T1] pci_bus 0000:00: resource 5 [mem 0xd0080000-0xd0081fff] [ 2.492929][ T1] pci_bus 0000:00: resource 6 [mem 0xf8000000-0xffdfffff] [ 2.499337][ T1] pci_bus 0000:00: resource 7 [io 0x1000-0xeffff] [ 2.505149][ T1] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xf80fffff] [ 2.511526][ T1] pci_bus 0000:02: resource 0 [io 0x10000-0x10fff] [ 2.517425][ T1] pci_bus 0000:02: resource 1 [mem 0xf8100000-0xf81fffff] [ 2.523991][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.530394][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.539175][ T1] mv_xor d0060800.xor: Marvell shared XOR driver [ 2.588822][ T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.600310][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 2.648832][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.878912][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.893979][ T1] printk: legacy console [ttyS0] disabled [ 2.921828][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 30, base_baud = 12500000) is a 16550A [ 2.931000][ T1] printk: legacy console [ttyS0] enabled [ 2.931000][ T1] printk: legacy console [ttyS0] enabled [ 2.941279][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.941279][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.981833][ T1] ahci 0000:02:00.0: enabling device (0146 -> 0147) [ 2.998422][ T1] ahci 0000:02:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode [ 3.006462][ T1] ahci 0000:02:00.0: 4/4 ports implemented (port mask 0xf) [ 3.013104][ T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 3.028309][ T1] scsi host0: ahci [ 3.033397][ T1] scsi host1: ahci [ 3.038323][ T1] scsi host2: ahci [ 3.043274][ T1] scsi host3: ahci [ 3.047781][ T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 32 lpm-pol 0 [ 3.056066][ T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 32 lpm-pol 0 [ 3.064453][ T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 32 lpm-pol 0 [ 3.072829][ T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 32 lpm-pol 0 [ 3.083874][ T1] sata_mv d00a0000.sata: slots 32 ports 1 [ 3.092114][ T1] scsi host4: sata_mv [ 3.096464][ T1] ata5: SATA max UDMA/133 irq 33 lpm-pol 0 [ 3.104581][ T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1 [ 3.111259][ T1] nand: Micron MT29F1G08ABADAWP [ 3.115606][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 3.123787][ T1] Bad block table found at page 65472, version 0x01 [ 3.130127][ T1] Bad block table found at page 65408, version 0x01 [ 3.136286][ T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0 [ 3.143010][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 3.148661][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 3.155404][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 3.162629][ T1] 0x000000200000-0x000000800000 : "uImage" [ 3.169383][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 3.176288][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 3.186261][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 3.194301][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 3.253575][ T1] usbcore: registered new interface driver smsc75xx [ 3.260460][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 3.266127][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 3.274410][ T1] orion-ehci d0050000.usb: irq 35, io mem 0xd0050000 [ 3.297171][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 3.303662][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.312114][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.319498][ T1] usb usb1: Product: EHCI Host Controller [ 3.324701][ T1] usb usb1: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 ehci_hcd [ 3.331831][ T1] usb usb1: SerialNumber: d0050000.usb [ 3.338341][ T1] hub 1-0:1.0: USB hub found [ 3.342656][ T1] hub 1-0:1.0: 1 port detected [ 3.349204][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.354814][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 3.363211][ T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 3.373607][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.379604][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3 [ 3.387221][ T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 3.393981][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.402432][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.409823][ T1] usb usb2: Product: xHCI Host Controller [ 3.415029][ T1] usb usb2: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.422129][ T724] ata5: SATA link down (SStatus 0 SControl F300) [ 3.427854][ T1] usb usb2: SerialNumber: 0000:01:00.0 [ 3.434208][ T1] hub 2-0:1.0: USB hub found [ 3.438472][ T1] hub 2-0:1.0: 2 ports detected [ 3.444067][ T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.452453][ T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 3.460797][ T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.468331][ T1] usb usb3: Product: xHCI Host Controller [ 3.473482][ T1] usb usb3: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.480595][ T1] usb usb3: SerialNumber: 0000:01:00.0 [ 3.486859][ T1] hub 3-0:1.0: USB hub found [ 3.491789][ T1] hub 3-0:1.0: 2 ports detected [ 3.499076][ T1] usbcore: registered new interface driver usblp [ 3.505126][ T1] usbcore: registered new interface driver usb-storage [ 3.512967][ T1] mousedev: PS/2 mouse device common for all mice [ 3.521551][ T1] i2c_dev: i2c /dev entries driver [ 3.531445][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 3.544759][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 3.551826][ T1] rtc-ds1307 0-0068: setting system clock to 2025-03-09T09:50:10 UTC (1741513810) [ 3.562124][ T1] pca953x 0-0023: supply vcc not found, using dummy regulator [ 3.569034][ T709] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.575435][ T703] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.582721][ T1] pca953x 0-0023: using no AI [ 3.587142][ T699] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.593603][ T694] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.600851][ T703] ata3.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.607826][ T699] ata2.00: ATA-9: WDC WD10EFRX-68FYTN0, 82.00A82, max UDMA/133 [ 3.614914][ T709] ata4.00: ATA-8: WDC WD10EFRX-68JCSN0, 01.01A01, max UDMA/133 [ 3.621839][ T8] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 3.632586][ T694] ata1.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.639667][ T703] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.646714][ T699] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.655848][ T1] orion_wdt: Initial timeout 229 sec [ 3.662395][ T694] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.670781][ T1] device-mapper: uevent: version 1.0.3 [ 3.676646][ T709] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.684110][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev [ 3.693655][ T703] ata3.00: configured for UDMA/133 [ 3.698562][ T699] ata2.00: configured for UDMA/133 [ 3.703198][ T709] ata4.00: configured for UDMA/133 [ 3.708533][ T694] ata1.00: configured for UDMA/133 [ 3.713762][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 3.720522][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 3.728074][ T38] scsi 0:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.737660][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 3.744607][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 3.752728][ T38] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.761024][ T13] scsi 1:0:0:0: Direct-Access ATA WDC WD10EFRX-68F 0A82 PQ: 0 ANSI: 5 [ 3.772205][ T1] sdhci: Secure Digital Host Controller Interface driver [ 3.780690][ T715] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.789592][ T38] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.795168][ T38] sd 0:0:0:0: [sda] Write Protect is off [ 3.801274][ T11] scsi 2:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.810269][ T715] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.815907][ T1] sdhci: Copyright(c) Pierre Ossman [ 3.821526][ T715] sd 1:0:0:0: [sdb] Write Protect is off [ 3.826640][ T8] usb 1-1: New USB device found, idVendor=0bc2, idProduct=ab26, bcdDevice= 1.08 [ 3.836149][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.843494][ T796] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.852419][ T714] scsi 3:0:0:0: Direct-Access ATA WDC WD10EFRX-68J 1A01 PQ: 0 ANSI: 5 [ 3.860955][ T38] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.870727][ T8] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.878197][ T715] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.887962][ T796] sd 2:0:0:0: [sdc] 4096-byte physical blocks [ 3.893528][ T796] sd 2:0:0:0: [sdc] Write Protect is off [ 3.900868][ T11] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.909323][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 3.916984][ T38] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 3.923974][ T8] usb 1-1: Product: BUP Slim [ 3.928507][ T715] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes [ 3.935393][ T8] usb 1-1: Manufacturer: Seagate [ 3.940162][ T1] hid: raw HID events driver (C) Jiri Kosina [ 3.946594][ T11] sd 3:0:0:0: [sdd] 4096-byte physical blocks [ 3.953927][ T796] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.963140][ T8] usb 1-1: SerialNumber: 00000000 [ 3.969077][ T11] sd 3:0:0:0: [sdd] Write Protect is off [ 3.974244][ T11] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.983588][ T1] usbcore: registered new interface driver usbhid [ 3.993195][ T796] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes [ 4.000708][ T1] usbhid: USB HID core driver [ 4.006499][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 (8000003f) counters available [ 4.019150][ T11] sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes [ 4.028210][ T1] NET: Registered PF_INET6 protocol family [ 4.037002][ T1] Segment Routing with IPv6 [ 4.041233][ T1] RPL Segment Routing with IPv6 [ 4.046549][ T38] sda: sda1 sda2 sda3 [ 4.052543][ T38] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.058918][ T715] sdb: sdb1 sdb2 sdb3 [ 4.063049][ T1] In-situ OAM (IOAM) with IPv6 [ 4.069407][ T715] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.076108][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.085421][ T1] NET: Registered PF_PACKET protocol family [ 4.091675][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 4.096291][ T1] Key type dns_resolver registered [ 4.101825][ T796] sdc: sdc1 sdc2 sdc3 [ 4.107771][ T796] sd 2:0:0:0: [sdc] Attached SCSI disk [ 4.113159][ T1] ThumbEE CPU extension supported. [ 4.118790][ T1] Registering SWP/SWPB emulation handler [ 4.119075][ T11] sdd: sdd1 sdd2 sdd3 [ 4.159484][ T11] sd 3:0:0:0: [sdd] Attached SCSI disk [ 4.210085][ T1] registered taskstats version 1 [ 4.214753][ T1] Loading compiled-in X.509 certificates [ 4.244609][ T1] Key type .fscrypt registered [ 4.248943][ T1] Key type fscrypt-provisioning registered [ 4.254293][ T1] Key type big_key registered [ 4.412932][ T1] Key type encrypted registered [ 4.439777][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.451984][ T1] clk: Disabling unused clocks [ 4.456291][ T1] PM: genpd: Disabling unused power domains [ 4.464527][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 4.472996][ T1] Checked W+X mappings: passed, no W+X pages found [ 4.479173][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. [ 26.707186][ C0] random: crng init done Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. done. Gave up waiting for root file system device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Missing modules (cat /proc/modules; ls /dev) ALERT! LABEL=rootfs does not exist. Dropping to a shell! BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)
Can anyone see where i've gone wrong?
Any help greatly appreciated
Brian.