|
PogoPlug Pro Kernel panic - unable to mount root fs October 23, 2022 09:02PM |
Registered: 3 years ago Posts: 2 |
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 23, 2022 09:38PM |
Admin Registered: 15 years ago Posts: 20,119 |
Quote
https://forum.doozan.com/read.php?2,16044
4. Create uImage with embedded DTB for booting with stock u-boot. Skip this step if you have installed the latest released uboot for OXNAS, or are installing this u-boot at the same time.
- If you have the Pogo V3 Classic (without Wifi), then the DTB name below should be ox820-pogoplug-classic.dtb (see below for the list of OX820 DTBs).
cd /media/sdb1/boot
cp -a uImage uImage.orig
cp -a zImage-4.14.180-oxnas-tld-1 zImage.fdt
cat dts/ox820-pogoplug-pro.dtb >> zImage.fdt
mkimage -A arm -O linux -C none -T kernel -a 0x60008000 -e 0x60008000 -n 'Linux-4.14.180-oxnas-tld-1' -d zImage.fdt uImage
sync
cd /media/sdb1/boot cp -a uImage.orig uImage sync
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 24, 2022 05:09PM |
Registered: 3 years ago Posts: 2 |
> cd /media/sdb1/boot > cp -a uImage.orig uImage > sync >>
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs October 24, 2022 07:47PM |
Admin Registered: 15 years ago Posts: 20,119 |
Quote
Updated 26 Aug 2022:
Kernel linux-5.4.210-oxnas-tld-1 package was uploaded.
....
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 07, 2025 07:48AM |
Registered: 7 months ago Posts: 3 |
Quote
From serial console
[ 19.747449][ T1] List of all bdev filesystems:
[ 19.752177][ T1] ext3
[ 19.752184][ T1] ext4
[ 19.754819][ T1] exfat
[ 19.757501][ T1] fuseblk
[ 19.760226][ T1] xfs
[ 19.763121][ T1] f2fs
[ 19.765667][ T1]
[ 19.770544][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs)
[ 19.779552][ T1] CPU: 0 PID: 1 Comm: swapper Not tainted 6.5.7-kirkwood-t3
[ 19.790833][ T1] Hardware name: Marvell Kirkwood (Flattened Device Tree)
[ 19.797836][ T1] unwind_backtrace from show_stack+0x10/0x14
[ 19.803819][ T1] show_stack from dump_stack_lvl+0x28/0x30
[ 19.809617][ T1] dump_stack_lvl from panic+0xf0/0x320
[ 19.815059][ T1] panic from mount_root_generic+0x1c8/0x288
[ 19.820955][ T1] mount_root_generic from prepare_namespace+0x180/0x214
[ 19.827885][ T1] prepare_namespace from kernel_init_freeable+0x1b0/0x204
[ 19.834992][ T1] kernel_init_freeable from kernel_init+0x10/0x130
[ 19.841489][ T1] kernel_init from ret_from_fork+0x14/0x28
[ 19.847278][ T1] Exception stack(0x90819fb0 to 0x90819ff8)
[ 19.853064][ T1] 9fa0: 00000000 000000
[ 19.861986][ T1] 9fc0: 00000000 00000000 00000000 00000000 00000000 000000
[ 19.870905][ T1] 9fe0: 00000000 00000000 00000000 00000000 00000013 000000
[ 19.878260][ T1] ---[ end Kernel panic - not syncing: VFS: Unable to moun-
Quote
From serial console
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 07, 2025 11:23AM |
Admin Registered: 15 years ago Posts: 20,119 |
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 07, 2025 02:18PM |
Registered: 7 months ago Posts: 3 |
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 07, 2025 10:55PM |
Admin Registered: 15 years ago Posts: 20,119 |
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 08, 2025 06:27AM |
Registered: 7 months ago Posts: 3 |
|
Re: PogoPlug Pro Kernel panic - unable to mount root fs August 08, 2025 12:29PM |
Admin Registered: 15 years ago Posts: 20,119 |