Unable to mount root fs
by 7Jean7 from LinuxQuestions.org on (#4XHQ6)
I get kernel panic from my freshly compiled linux kernel booting from USB key (like here Unable to mount root fs)


- error : unable to mount root fs on unknown-block(0,0)
- kernel version : 5.5-rc5
- bootloader : none (EFI stub)
- built-in kernel command line : root=PARTUUID=xx1-xx1-xx1-1xx
- root file system : f2fs
- kernel is moduleless
- kernel supports root's filesystem
- checked PARTUUID of the root device 3 times
- no modules
- kernel do load my sata ssd with proper PARTUUID
- kernel doesn't mount other USB drive
- BLK_DEV=y, BLK_DEV_SD=y, USB_STORAGE=y, ...
- tried with UUID and /dev/sda2 same result