Jump to content

Recommended Posts

Posted

Hi guys,

 

I updated my Orange Pi Lite some time ago and it caused it to stop booting. The boot log is below. Can someone please help me recover this? I'm not sure where to start. I've loaded the SD card into an Ubuntu VM and it reads perfectly fine.

 

U-Boot SPL 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000)
DRAM: 512 MiB
Trying to boot from MMC1


U-Boot 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000) Allwinner Technology

CPU:   Allwinner H3 (SUN8I 1680)
Model: Xunlong Orange Pi Lite
DRAM:  512 MiB
Core:  61 devices, 16 uclasses, devicetree: separate
WDT:   Not starting watchdog@1c20ca0
MMC:   mmc@1c0f000: 0, mmc@1c10000: 1
Loading Environment from FAT... Unable to use mmc 0:1...
In:    serial@1c28000
Out:   serial@1c28000
Err:   serial@1c28000
Net:   No ethernet found.
starting USB...
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
Bus usb@1c1c000: USB EHCI 1.00
Bus usb@1c1c400: USB OHCI 1.0
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 1 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
4077 bytes read in 3 ms (1.3 MiB/s)
## Executing script at 43100000
U-boot loaded from SD
Boot script loaded from mmc
153 bytes read in 2 ms (74.2 KiB/s)
16203531 bytes read in 671 ms (23 MiB/s)
10954600 bytes read in 455 ms (23 MiB/s)
Found mainline kernel configuration
34541 bytes read in 8 ms (4.1 MiB/s)
4185 bytes read in 5 ms (817.4 KiB/s)
Applying kernel provided DT fixup script (sun8i-h3-fixup.scr)
## Executing script at 45000000
Kernel image @ 0x42000000 [ 0x000000 - 0xa72768 ]
## Loading init Ramdisk from Legacy Image at 43400000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    16203467 Bytes = 15.5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Loading Ramdisk to 4908c000, end 49fffecb ... OK
   Loading Device Tree to 4901b000, end 4908bfff ... OK

Starting kernel ...

done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
armbi_root: clean, 60912/1812480 files, 1248402/7711744 blocks
done.
mount: No such device
Failed to mount /dev/mmcblk0p1 as root file system.

 

Posted

Here's my ArmbianEnv.txt

 

verbosity=1
bootlogo=false
console=both
disp_mode=1920x1080p60
overlay_prefix=sun8i-h3
rootdev=UUID=024728b4-7d81-4433-8476-0f98407d1481
rootfstype=ext4

 

And /etc/fstab:

 

UUID=024728b4-7d81-4433-8476-0f98407d1481 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0

 

Posted

I increased the verbosity of the boot log using verbosity=7 in the ArmbianEnv.txt and this is the result:

 

U-Boot SPL 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000)
DRAM: 512 MiB
Trying to boot from MMC1


U-Boot 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000) Allwinner Technology

CPU:   Allwinner H3 (SUN8I 1680)
Model: Xunlong Orange Pi Lite
DRAM:  512 MiB
Core:  61 devices, 16 uclasses, devicetree: separate
WDT:   Not starting watchdog@1c20ca0
MMC:   mmc@1c0f000: 0, mmc@1c10000: 1
Loading Environment from FAT... Unable to use mmc 0:1...
In:    serial@1c28000
Out:   serial@1c28000
Err:   serial@1c28000
Net:   No ethernet found.
starting USB...
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
Bus usb@1c1c000: USB EHCI 1.00
Bus usb@1c1c400: USB OHCI 1.0
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 1 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
4077 bytes read in 2 ms (1.9 MiB/s)
## Executing script at 43100000
U-boot loaded from SD
Boot script loaded from mmc
153 bytes read in 2 ms (74.2 KiB/s)
16203531 bytes read in 671 ms (23 MiB/s)
10954600 bytes read in 455 ms (23 MiB/s)
Found mainline kernel configuration
34541 bytes read in 8 ms (4.1 MiB/s)
4185 bytes read in 5 ms (817.4 KiB/s)
Applying kernel provided DT fixup script (sun8i-h3-fixup.scr)
## Executing script at 45000000
Kernel image @ 0x42000000 [ 0x000000 - 0xa72768 ]
## Loading init Ramdisk from Legacy Image at 43400000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    16203467 Bytes = 15.5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Loading Ramdisk to 4908c000, end 49fffecb ... OK
   Loading Device Tree to 4901b000, end 4908bfff ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.12.20-current-sunxi (build@armbian) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP Sat Mar 22 19:54:28 UTC 2025
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[    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: Xunlong Orange Pi Lite
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 104 MiB at 0x59800000 on node -1
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 19 pages/cpu s48588 r8192 d21044 u77824
[    0.000000] Kernel command line: root=UUID=024728b4-7d81-4433-8476-0f98407d1481 rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=7 ubootpart=c931fae4-01 ubootsource=mmc usb-storage.quirks=   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
[    0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=c931fae4-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 131072
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] allocated 524288 bytes of page_ext
[    0.000000] ftrace: allocating 47297 entries in 139 pages
[    0.000000] ftrace: allocated 139 pages with 4 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    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] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000016] Switching to timer-based delay loop, resolution 41ns
[    0.000529] Console: colour dummy device 80x30
[    0.000549] printk: legacy console [tty1] enabled
[    0.001246] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.001285] CPU: Testing write buffer coherency: ok
[    0.001353] pid_max: default: 32768 minimum: 301
[    0.009023] LSM: initializing lsm=capability,yama,apparmor
[    0.011709] Yama: becoming mindful.
[    0.012050] AppArmor: AppArmor initialized
[    0.013300] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.013342] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.018291] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.032614] Setting up static identity map for 0x40100000 - 0x40100054
[    0.032875] rcu: Hierarchical SRCU implementation.
[    0.032901] rcu:     Max phase no-delay instances is 1000.
[    0.033322] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.040208] smp: Bringing up secondary CPUs ...
[    0.070760] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.089101] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.111298] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.111451] smp: Brought up 1 node, 4 CPUs
[    0.111528] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.111553] CPU: All CPU(s) started in HYP mode.
[    0.111569] CPU: Virtualization extensions available.
[    0.111833] Memory: 369068K/524288K available (10240K kernel code, 1682K rwdata, 9088K rodata, 1024K init, 408K bss, 45108K reserved, 106496K cma-reserved, 0K highmem)
[    0.113318] devtmpfs: initialized
[    0.123198] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.123512] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.123591] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.130873] pinctrl core: initialized pinctrl subsystem
[    0.133981] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.139585] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.140362] audit: initializing netlink subsys (disabled)
[    0.140738] audit: type=2000 audit(0.120:1): state=initialized audit_enabled=0 res=1
[    0.141275] thermal_sys: Registered thermal governor 'fair_share'
[    0.141287] thermal_sys: Registered thermal governor 'bang_bang'
[    0.141312] thermal_sys: Registered thermal governor 'step_wise'
[    0.141407] cpuidle: using governor ladder
[    0.141477] cpuidle: using governor menu
[    0.142150] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.142187] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.147603] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.147705] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.147798] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.147876] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.147953] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000
[    0.148013] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1200000
[    0.148072] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000
[    0.148165] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1200000
[    0.148242] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1100000
[    0.148512] /soc/interrupt-controller@1c81000: Fixed dependency cycle(s) with /soc/interrupt-controller@1c81000
[    0.148609] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.149232] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.149323] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.149656] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.149746] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.150192] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.150361] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.150481] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000
[    0.150546] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1200000
[    0.150668] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000
[    0.151000] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.151146] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.151316] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1200000
[    0.151489] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1100000
[    0.156056] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000
[    0.156189] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.159836] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /connector
[    0.160029] /connector: Fixed dependency cycle(s) with /soc/hdmi@1ee0000
[    0.168742] cryptd: max_cpu_qlen set to 1000
[    0.235571] raid6: neonx8   gen()   651 MB/s
[    0.303737] raid6: neonx4   gen()   897 MB/s
[    0.371873] raid6: neonx2   gen()   911 MB/s
[    0.440002] raid6: neonx1   gen()   745 MB/s
[    0.508214] raid6: int32x8  gen()   283 MB/s
[    0.576293] raid6: int32x4  gen()   315 MB/s
[    0.644411] raid6: int32x2  gen()   410 MB/s
[    0.712588] raid6: int32x1  gen()   370 MB/s
[    0.712612] raid6: using algorithm neonx2 gen() 911 MB/s
[    0.780667] raid6: .... xor() 674 MB/s, rmw enabled
[    0.780689] raid6: using neon recovery algorithm
[    0.782486] iommu: Default domain type: Translated
[    0.782528] iommu: DMA domain TLB invalidation policy: strict mode
[    0.783908] SCSI subsystem initialized
[    0.784458] usbcore: registered new interface driver usbfs
[    0.784519] usbcore: registered new interface driver hub
[    0.784600] usbcore: registered new device driver usb
[    0.784943] pps_core: LinuxPPS API ver. 1 registered
[    0.784968] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.785012] PTP clock support registered
[    0.785516] Advanced Linux Sound Architecture Driver Initialized.
[    0.786754] NetLabel: Initializing
[    0.786783] NetLabel:  domain hash size = 128
[    0.786801] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.786917] NetLabel:  unlabeled traffic allowed by default
[    0.787851] clocksource: Switched to clocksource arch_sys_counter
[    0.794549] VFS: Disk quotas dquot_6.6.0
[    0.794871] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.795622] AppArmor: AppArmor Filesystem Enabled
[    0.808697] NET: Registered PF_INET protocol family
[    0.808948] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.883375] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.883555] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.883638] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.883752] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.883974] TCP: Hash tables configured (established 4096 bind 4096)
[    0.884205] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.884284] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.884887] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.885366] Trying to unpack rootfs image as initramfs...
[    0.888431] Initialise system trusted keyrings
[    0.888557] Key type blacklist registered
[    0.889022] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.889130] zbud: loaded
[    0.891215] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.899985] fuse: init (API version 7.41)
[    0.914435] integrity: Platform Keyring initialized
[    0.914533] xor: measuring software checksum speed
[    0.917141]    arm4regs        :  1269 MB/sec
[    0.920977]    8regs           :   864 MB/sec
[    0.924937]    32regs          :   837 MB/sec
[    0.927446]    neon            :  1328 MB/sec
[    0.927469] xor: using function: neon (1328 MB/sec)
[    0.927521] Key type asymmetric registered
[    0.927547] Asymmetric key parser 'x509' registered
[    0.927956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.928348] io scheduler mq-deadline registered
[    0.928383] io scheduler kyber registered
[    0.928867] io scheduler bfq registered
[    0.937315] ledtrig-cpu: registered to indicate activity on CPUs
[    0.947390] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.962847] brd: module loaded
[    0.970236] loop: module loaded
[    0.975369] usbcore: registered new interface driver usb-storage
[    0.976945] sun6i-rtc 1f00000.rtc: registered as rtc0
[    0.977021] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:09 UTC (9)
[    0.977616] i2c_dev: i2c /dev entries driver
[    0.979287] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    0.981037] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[    0.981574] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    0.983494] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    0.984564] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    0.985967] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    0.987114] sun8i-ce 1c15000.crypto: Register cbc(aes)
[    0.987172] sun8i-ce 1c15000.crypto: Register ecb(aes)
[    0.987201] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[    0.987230] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[    0.987258] sun8i-ce 1c15000.crypto: Register md5
[    0.987286] sun8i-ce 1c15000.crypto: Register sha1
[    0.987313] sun8i-ce 1c15000.crypto: Register sha224
[    0.987340] sun8i-ce 1c15000.crypto: Register sha256
[    0.987368] sun8i-ce 1c15000.crypto: Register sha384
[    0.987396] sun8i-ce 1c15000.crypto: Register sha512
[    0.987424] sun8i-ce 1c15000.crypto: Register stdrng
[    0.987476] sun8i-ce 1c15000.crypto: TRNG not supported
[    0.987498] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[    0.988276] hid: raw HID events driver (C) Jiri Kosina
[    0.988410] usbcore: registered new interface driver usbhid
[    0.988434] usbhid: USB HID core driver
[    0.989841] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 (8000000f) counters available
[    0.998362] NET: Registered PF_INET6 protocol family
[    1.888098] Freeing initrd memory: 15824K
[    1.933018] Segment Routing with IPv6
[    1.933170] In-situ OAM (IOAM) with IPv6
[    1.933405] NET: Registered PF_PACKET protocol family
[    1.933442] NET: Registered PF_KEY protocol family
[    1.933492] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.933815] Key type dns_resolver registered
[    1.934531] Registering SWP/SWPB emulation handler
[    1.945502] registered taskstats version 1
[    1.945950] Loading compiled-in X.509 certificates
[    1.962105] zswap: loaded using pool zstd/zbud
[    1.963420] Key type .fscrypt registered
[    1.963460] Key type fscrypt-provisioning registered
[    1.972392] Btrfs loaded, zoned=no, fsverity=yes
[    2.080019] Key type encrypted registered
[    2.080086] AppArmor: AppArmor sha256 policy hashing enabled
[    2.093522] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.096815] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    2.097462] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.099317] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    2.099726] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[    2.100225] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[    2.101428] printk: legacy console [ttyS0] disabled
[    2.101940] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 137, base_baud = 1500000) is a 16550A
[    2.102029] printk: legacy console [ttyS0] enabled
[    3.575500] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0bb3120)
[    3.584507] sun4i-drm display-engine: bound 1200000.mixer (ops 0xc0bb3120)
[    3.592002] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0bae998)
[    3.600067] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xc0bae998)
[    3.607870] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[    3.616696] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    3.627060] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    3.635043] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0bb24f4)
[    3.642914] [drm] Initialized sun4i-drm 1.0.0 for display-engine on minor 0
[    3.650020] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.659131] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.659141] ehci-platform 1c1b000.usb: EHCI Host Controller
[    3.659177] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[    3.659323] ehci-platform 1c1c000.usb: EHCI Host Controller
[    3.659347] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
[    3.660110] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    3.660138] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 3
[    3.662425] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    3.662457] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
[    3.663443] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[    3.669161] of_cfs_init
[    3.669392] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[    3.741438] of_cfs_init: OK
[    3.963158] clk: Disabling unused clocks
[    3.967280] PM: genpd: Disabling unused power domains
[    3.972372] ALSA device list:
[    3.975357]   No soundcards found.
[    3.979497] ohci-platform 1c1b400.usb: irq 143, io mem 0x01c1b400
[    3.985921] ohci-platform 1c1c400.usb: irq 144, io mem 0x01c1c400
[    3.992262] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    3.997857] ehci-platform 1c1b000.usb: irq 141, io mem 0x01c1b000
[    4.004142] ehci-platform 1c1c000.usb: irq 142, io mem 0x01c1c000
[    4.015878] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    4.022044] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[    4.022047] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    4.022437] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    4.031853] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    4.036031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.046899] mmc1: new high speed SDIO card at address 0001
[    4.050442] usb usb1: Product: EHCI Host Controller
[    4.068066] usb usb1: Manufacturer: Linux 6.12.20-current-sunxi ehci_hcd
[    4.071720] mmc0: host does not support reading read-only switch, assuming write-enable
[    4.074796] usb usb1: SerialNumber: 1c1b000.usb
[    4.077691] mmc0: new high speed SDHC card at address aaaa
[    4.083597] hub 1-0:1.0: USB hub found
[    4.089185] mmcblk0: mmc0:aaaa SD32G 29.7 GiB
[    4.093059] hub 1-0:1.0: 1 port detected
[    4.105221]  mmcblk0: p1
[    4.105964] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    4.116087] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.123345] usb usb2: Product: EHCI Host Controller
[    4.128249] usb usb2: Manufacturer: Linux 6.12.20-current-sunxi ehci_hcd
[    4.134973] usb usb2: SerialNumber: 1c1c000.usb
[    4.140187] hub 2-0:1.0: USB hub found
[    4.144031] hub 2-0:1.0: 1 port detected
[    4.148675] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    4.156998] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.164252] usb usb4: Product: Generic Platform OHCI controller
[    4.170195] usb usb4: Manufacturer: Linux 6.12.20-current-sunxi ohci_hcd
[    4.176918] usb usb4: SerialNumber: 1c1c400.usb
[    4.182069] hub 4-0:1.0: USB hub found
[    4.185928] hub 4-0:1.0: 1 port detected
[    4.190546] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
[    4.198860] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.206109] usb usb3: Product: Generic Platform OHCI controller
[    4.212052] usb usb3: Manufacturer: Linux 6.12.20-current-sunxi ohci_hcd
[    4.218774] usb usb3: SerialNumber: 1c1b400.usb
[    4.223965] hub 3-0:1.0: USB hub found
[    4.227783] hub 3-0:1.0: 1 port detected
[    4.237319] Freeing unused kernel image (initmem) memory: 1024K
[    4.243797] Run /init as init process
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
armbi_root: clean, 60912/1812480 files, 1248402/7711744 blocks
done.
mount: No such device
Failed to mount /dev/mmcblk0p1 as root file system.

 

Posted
3 часа назад, gyrex сказал:

I updated my Orange Pi Lite some time ago and it caused it to stop booting. The boot log is below. Can someone please help me recover this? I'm not sure where to start. I've loaded the SD card into an Ubuntu VM and it reads perfectly fine.

What have you been updating?
Only system files?

Posted
1 час назад, gyrex сказал:
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
armbi_root: clean, 60912/1812480 files, 1248402/7711744 blocks
done.
mount: No such device
Failed to mount /dev/mmcblk0p1 as root file system.

Alternatively, you can try disabling this file system verification service by connecting the SD card to a virtual machine and fixing the appropriate scripts.

Posted
1 hour ago, going said:

What have you been updating?

 

Just performed an apt-upgrade.

 

1 hour ago, going said:

you can try disabling this file system verification service by connecting the SD card to a virtual machine and fixing the appropriate scripts.

 

It appears that the fsck file check reports a clean system then continues to boot?

Posted

I initially did an apt full-upgrade (dist-upgrade) which caused the issue.

 

The current image doesn't boot at all (see above). I just loaded an older image from the archives (Armbian_23.02.2_Orangepilite_bullseye_current_5.15.93.img.xz) onto an SD and this booted fine.

 

Maybe there's an issue with uboot or the kernel on the new image and this replaced my previously working install? 

Posted
24 минуты назад, gyrex сказал:

 

1 час назад, going сказал:

you can try disabling this file system verification service by connecting the SD card to a virtual machine and fixing the appropriate scripts.

 

It appears that the fsck file check reports a clean system then continues to boot?

From the above log of the UART console, I see that uboot found the SD card partition and loaded the kernel from it.

The kernel saw the root partition of the SD card, but after checking fsck.ext4 -a -C0 /dev/mmcblk0p1, for some reason, it cannot mount it.

 

When you have written the image to the SD card, try to mount it in your running OS and fix it in the file /boot/armbianEnv.txt verbosity=7.
After that, boot up and watch the UART.
This may provide additional clues.

Posted (edited)

boot log from working archived image (Armbian_23.02.2_Orangepilite_bullseye_current_5.15.93.img.xz) with verbosity=7

 

Note that the current image I mentioned above doesn't boot at all.

 

U-Boot SPL 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000)
DRAM: 512 MiB
Trying to boot from MMC1


U-Boot 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000) Allwinner Technology

CPU:   Allwinner H3 (SUN8I 1680)
Model: Xunlong Orange Pi Lite
DRAM:  512 MiB
Core:  61 devices, 16 uclasses, devicetree: separate
WDT:   Not starting watchdog@1c20ca0
MMC:   mmc@1c0f000: 0, mmc@1c10000: 1
Loading Environment from FAT... Unable to use mmc 0:1...
In:    serial@1c28000
Out:   serial@1c28000
Err:   serial@1c28000
Net:   No ethernet found.
starting USB...
Bus usb@1c1b000: USB EHCI 1.00
Bus usb@1c1b400: USB OHCI 1.0
Bus usb@1c1c000: USB EHCI 1.00
Bus usb@1c1c400: USB OHCI 1.0
scanning bus usb@1c1b000 for devices... 1 USB Device(s) found
scanning bus usb@1c1b400 for devices... 1 USB Device(s) found
scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
scanning bus usb@1c1c400 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 1 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
4077 bytes read in 2 ms (1.9 MiB/s)
## Executing script at 43100000
U-boot loaded from SD
Boot script loaded from mmc
202 bytes read in 2 ms (98.6 KiB/s)
15420394 bytes read in 641 ms (22.9 MiB/s)
8404272 bytes read in 351 ms (22.8 MiB/s)
Found mainline kernel configuration
31592 bytes read in 8 ms (3.8 MiB/s)
4185 bytes read in 7 ms (583 KiB/s)
Applying kernel provided DT fixup script (sun8i-h3-fixup.scr)
## Executing script at 45000000
Kernel image @ 0x42000000 [ 0x000000 - 0x803d30 ]
## Loading init Ramdisk from Legacy Image at 43400000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    15420330 Bytes = 14.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Loading Ramdisk to 4914b000, end 49fffbaa ... OK
   Loading Device Tree to 490da000, end 4914afff ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.93-sunxi (root@d707798f2e43) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #23.02.2 SMP Fri Feb 17 23:49:46 UTC 2023
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
[    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: Xunlong Orange Pi Lite
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 104 MiB at 0x59800000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] percpu: Embedded 17 pages/cpu s38540 r8192 d22900 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: root=UUID=0d7b4f62-35b2-4fa1-b284-f8801d9900bf rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=7 ubootpart=f34b8f97-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
[    0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=f34b8f97-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 380916K/524288K available (9216K kernel code, 1510K rwdata, 3404K rodata, 1024K init, 326K bss, 36876K reserved, 106496K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 44003 entries in 130 pages
[    0.000000] ftrace: allocated 129 pages with 2 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    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: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000019] Switching to timer-based delay loop, resolution 41ns
[    0.000362] Console: colour dummy device 80x30
[    0.000880] printk: console [tty1] enabled
[    0.000946] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.000981] pid_max: default: 32768 minimum: 301
[    0.001450] LSM: Security Framework initializing
[    0.001546] Yama: becoming mindful.
[    0.001770] AppArmor: AppArmor initialized
[    0.002002] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.002034] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003462] CPU: Testing write buffer coherency: ok
[    0.004025] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005013] Setting up static identity map for 0x40100000 - 0x40100054
[    0.005178] rcu: Hierarchical SRCU implementation.
[    0.006606] smp: Bringing up secondary CPUs ...
[    0.017622] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.028748] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.039761] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.039868] smp: Brought up 1 node, 4 CPUs
[    0.039933] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.039952] CPU: All CPU(s) started in HYP mode.
[    0.039966] CPU: Virtualization extensions available.
[    0.040552] allocated 524288 bytes of page_ext
[    0.041160] devtmpfs: initialized
[    0.049410] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.049690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.049761] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.054473] pinctrl core: initialized pinctrl subsystem
[    0.056174] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.059569] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.060320] audit: initializing netlink subsys (disabled)
[    0.060589] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[    0.061091] thermal_sys: Registered thermal governor 'fair_share'
[    0.061100] thermal_sys: Registered thermal governor 'bang_bang'
[    0.061120] thermal_sys: Registered thermal governor 'step_wise'
[    0.061602] cpuidle: using governor ladder
[    0.061660] cpuidle: using governor menu
[    0.062227] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.062256] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.067505] platform 1c0c000.lcd-controller: Fixing up cyclic dependency with 1100000.mixer
[    0.071534] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0c000.lcd-controller
[    0.075661] platform connector: Fixing up cyclic dependency with 1ee0000.hdmi
[    0.088071] cryptd: max_cpu_qlen set to 1000
[    0.160015] raid6: neonx8   gen()   778 MB/s
[    0.228109] raid6: neonx8   xor()   576 MB/s
[    0.296265] raid6: neonx4   gen()   825 MB/s
[    0.364350] raid6: neonx4   xor()   630 MB/s
[    0.432471] raid6: neonx2   gen()   914 MB/s
[    0.500584] raid6: neonx2   xor()   652 MB/s
[    0.568705] raid6: neonx1   gen()   814 MB/s
[    0.636822] raid6: neonx1   xor()   564 MB/s
[    0.704988] raid6: int32x8  gen()   303 MB/s
[    0.773105] raid6: int32x8  xor()   180 MB/s
[    0.841172] raid6: int32x4  gen()   354 MB/s
[    0.909325] raid6: int32x4  xor()   205 MB/s
[    0.977423] raid6: int32x2  gen()   399 MB/s
[    1.045574] raid6: int32x2  xor()   213 MB/s
[    1.113673] raid6: int32x1  gen()   402 MB/s
[    1.181788] raid6: int32x1  xor()   192 MB/s
[    1.181806] raid6: using algorithm neonx2 gen() 914 MB/s
[    1.181823] raid6: .... xor() 652 MB/s, rmw enabled
[    1.181838] raid6: using neon recovery algorithm
[    1.183291] iommu: Default domain type: Translated
[    1.183320] iommu: DMA domain TLB invalidation policy: strict mode
[    1.183717] SCSI subsystem initialized
[    1.184221] usbcore: registered new interface driver usbfs
[    1.184283] usbcore: registered new interface driver hub
[    1.184335] usbcore: registered new device driver usb
[    1.184465] mc: Linux media interface: v0.10
[    1.184508] videodev: Linux video capture interface: v2.00
[    1.184628] pps_core: LinuxPPS API ver. 1 registered
[    1.184646] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.184683] PTP clock support registered
[    1.185242] Advanced Linux Sound Architecture Driver Initialized.
[    1.186157] NetLabel: Initializing
[    1.186179] NetLabel:  domain hash size = 128
[    1.186195] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.186291] NetLabel:  unlabeled traffic allowed by default
[    1.187087] clocksource: Switched to clocksource arch_sys_counter
[    1.228425] VFS: Disk quotas dquot_6.6.0
[    1.228584] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.229269] AppArmor: AppArmor Filesystem Enabled
[    1.336354] NET: Registered PF_INET protocol family
[    1.336618] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.337583] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.337740] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.337781] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    1.337856] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.337931] TCP: Hash tables configured (established 4096 bind 4096)
[    1.338072] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.338118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.338415] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.338854] Trying to unpack rootfs image as initramfs...
[    1.340268] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.341694] Initialise system trusted keyrings
[    1.341800] Key type blacklist registered
[    1.342059] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    1.348552] zbud: loaded
[    1.350385] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.351848] fuse: init (API version 7.34)
[    1.358604] integrity: Platform Keyring initialized
[    1.464884] xor: measuring software checksum speed
[    1.472564]    arm4regs        :  1301 MB/sec
[    1.483588]    8regs           :   897 MB/sec
[    1.495208]    32regs          :   849 MB/sec
[    1.502715]    neon            :  1319 MB/sec
[    1.502746] xor: using function: neon (1319 MB/sec)
[    1.502775] Key type asymmetric registered
[    1.502793] Asymmetric key parser 'x509' registered
[    1.503043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.503357] io scheduler mq-deadline registered
[    1.503381] io scheduler kyber registered
[    1.503633] io scheduler bfq registered
[    1.512420] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    1.514505] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    1.521892] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    1.524627] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[    1.525263] printk: console [ttyS0] disabled
[    1.525369] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a 16550A
[    2.075874] Freeing initrd memory: 15060K
[    2.083675] printk: console [ttyS0] enabled
[    2.511900] brd: module loaded
[    2.520491] loop: module loaded
[    2.526873] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.533463] ehci-platform: EHCI generic platform driver
[    2.539058] ehci-platform 1c1b000.usb: EHCI Host Controller
[    2.544691] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
[    2.553131] ehci-platform 1c1b000.usb: irq 35, io mem 0x01c1b000
[    2.575106] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[    2.581636] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.589937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.597180] usb usb1: Product: EHCI Host Controller
[    2.602074] usb usb1: Manufacturer: Linux 5.15.93-sunxi ehci_hcd
[    2.608094] usb usb1: SerialNumber: 1c1b000.usb
[    2.613317] hub 1-0:1.0: USB hub found
[    2.617168] hub 1-0:1.0: 1 port detected
[    2.621855] ehci-platform 1c1c000.usb: EHCI Host Controller
[    2.627486] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
[    2.635703] ehci-platform 1c1c000.usb: irq 37, io mem 0x01c1c000
[    2.655098] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[    2.661554] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.669852] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.677094] usb usb2: Product: EHCI Host Controller
[    2.681987] usb usb2: Manufacturer: Linux 5.15.93-sunxi ehci_hcd
[    2.688007] usb usb2: SerialNumber: 1c1c000.usb
[    2.693099] hub 2-0:1.0: USB hub found
[    2.696937] hub 2-0:1.0: 1 port detected
[    2.701445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.707676] ohci-platform: OHCI generic platform driver
[    2.713252] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[    2.719921] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 3
[    2.728970] ohci-platform 1c1b400.usb: irq 36, io mem 0x01c1b400
[    2.795398] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    2.803696] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.810938] usb usb3: Product: Generic Platform OHCI controller
[    2.816873] usb usb3: Manufacturer: Linux 5.15.93-sunxi ohci_hcd
[    2.822893] usb usb3: SerialNumber: 1c1b400.usb
[    2.827998] hub 3-0:1.0: USB hub found
[    2.831820] hub 3-0:1.0: 1 port detected
[    2.836390] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[    2.843054] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
[    2.851134] ohci-platform 1c1c400.usb: irq 38, io mem 0x01c1c400
[    2.919351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[    2.927650] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.934892] usb usb4: Product: Generic Platform OHCI controller
[    2.940826] usb usb4: Manufacturer: Linux 5.15.93-sunxi ohci_hcd
[    2.946846] usb usb4: SerialNumber: 1c1c400.usb
[    2.951934] hub 4-0:1.0: USB hub found
[    2.955772] hub 4-0:1.0: 1 port detected
[    2.960855] usbcore: registered new interface driver usb-storage
[    2.968150] sun6i-rtc 1f00000.rtc: registered as rtc0
[    2.973279] sun6i-rtc 1f00000.rtc: setting system clock to 2025-06-04T00:27:53 UTC (1748996873)
[    2.982125] sun6i-rtc 1f00000.rtc: RTC enabled
[    2.986885] i2c_dev: i2c /dev entries driver
[    2.992529] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    3.001316] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[    3.001376] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
[    3.001464] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[    3.027559] ledtrig-cpu: registered to indicate activity on CPUs
[    3.027730] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    3.034134] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
[    3.046971] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    3.054821] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    3.062615] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    3.063344] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[    3.072201] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[    3.077464] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[    3.092119] sun8i-ce 1c15000.crypto: Register cbc(aes)
[    3.097465] sun8i-ce 1c15000.crypto: Register ecb(aes)
[    3.102766] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[    3.108526] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[    3.114271] sun8i-ce 1c15000.crypto: Register md5
[    3.119152] sun8i-ce 1c15000.crypto: Register sha1
[    3.124099] sun8i-ce 1c15000.crypto: Register sha224
[    3.129218] sun8i-ce 1c15000.crypto: Register sha256
[    3.134338] sun8i-ce 1c15000.crypto: Register sha384
[    3.139460] sun8i-ce 1c15000.crypto: Register sha512
[    3.144573] sun8i-ce 1c15000.crypto: Register stdrng
[    3.149712] sun8i-ce 1c15000.crypto: TRNG not supported
[    3.154970] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
[    3.160897] hid: raw HID events driver (C) Jiri Kosina
[    3.166246] usbcore: registered new interface driver usbhid
[    3.171848] usbhid: USB HID core driver
[    3.181192] Initializing XFRM netlink socket
[    3.185523] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.186000] mmc1: new high speed SDIO card at address 0001
[    3.186446] NET: Registered PF_INET6 protocol family
[    3.195673] mmc0: new high speed SDHC card at address 0001
[    3.211529] mmcblk0: mmc0:0001 MSSD0 29.2 GiB
[    3.219784]  mmcblk0: p1
[    3.232450] Segment Routing with IPv6
[    3.236307] In-situ OAM (IOAM) with IPv6
[    3.240384] NET: Registered PF_PACKET protocol family
[    3.245489] NET: Registered PF_KEY protocol family
[    3.250374] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.263485] 8021q: 802.1Q VLAN Support v1.8
[    3.267773] Key type dns_resolver registered
[    3.272539] Registering SWP/SWPB emulation handler
[    3.278107] registered taskstats version 1
[    3.282244] Loading compiled-in X.509 certificates
[    3.293859] Loaded X.509 cert 'Build time autogenerated kernel key: f559a45d4ed6ccfa67e6ba8b1070303a9a0eccec'
[    3.308268] zswap: loaded using pool zstd/z3fold
[    3.313910] Key type .fscrypt registered
[    3.317887] Key type fscrypt-provisioning registered
[    3.327453] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes
[    3.355862] Key type encrypted registered
[    3.359944] AppArmor: AppArmor sha1 policy hashing enabled
[    3.389567] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0aa2c38)
[    3.396930] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9eb6c)
[    3.404695] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
[    3.413515] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[    3.423707] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[    3.431589] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0aa21ec)
[    3.438970] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[    3.446837] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.454025] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[    3.455603] of_cfs_init
[    3.463479] of_cfs_init: OK
[    3.466643] ALSA device list:
[    3.469647]   No soundcards found.
[    3.479117] Freeing unused kernel image (initmem) memory: 1024K
[    3.495349] Run /init as init process
[    3.900465] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
[    3.999937] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[    4.006327] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[    4.012766] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[    4.019195] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[    4.031649] lima 1c40000.gpu: bus rate = 200000000
[    4.036548] lima 1c40000.gpu: mod rate = 297000000
[    4.041530] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[    4.050380] lima 1c40000.gpu: Failed to register cooling device
[    4.058043] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on minor 1
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
armbi_root: clean, 46134/1825824 files, 501006/7560192 blocks
done.
[    4.380231] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    5.197871] systemd[1]: Inserted module 'autofs4'
[    5.284618] systemd[1]: systemd 247.3-7+deb11u6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    5.308839] systemd[1]: Detected architecture arm.

Welcome to A[    5.327365] systemd[1]: Set hostname to <orangepilite>.
rmbian 25.2.3 bullseye!

 

Edited by gyrex
Posted

Can confirm that kernel 6.12.23-current-sunxi boots fine. Will freeze on this kernel. I have a feeling that subsequent kernels may break the OS.

Posted

Hi @gyrex,

You might want to try without the fstab entry for your root filesystem:

UUID=024728b4-7d81-4433-8476-0f98407d1481 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1

and add the following to your armbianEnv.txt.

extraargs=rw

The fstab entry for your rootfs is there to remount your rootfs with some options, it is not there to actuall mount it - that's already done by the rootdev/rootfstype in your kernel commandline.

 

or: change the last digit from 1 to 0 in the fstab entry for your rootfs to prohibit fsck during boot.

 

Hopefully that would allow the system to complete it's boot and make room for some live troubleshooting.

 

Thx,

Groetjes,

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines