Booting with SYSLINUX on Loopback Device: Kernel Panic - Where to Start?

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Fri Mar 4 20:27:24 EST 2016


On Fri, 04 Mar 2016 16:27:35 -0700, Patrick said:

> [    4.413323] No filesystem could mount root, tried:  ext3 ext2 ext4 vfat fuseblk
> [    4.415310] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,0)
>
> So, I think maybe now the kernel is missing some things it needs on
> /dev/sda.

What filesystem is on the /dev/sda image that qemu is using?  You'll need to
either build your kernel with the support for that built into the kernel,
or an initrd that modprobes the filesystem module, and then mounts the
filesystem (then there's a few fun and games involved in pivoting from
the ram filesystem the initrd is using as root, to the disk image filesystem
that you want as the root filesystem after boot).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160304/0b4be986/attachment.bin 


More information about the Kernelnewbies mailing list