List,
Been following http://gentoo-wiki.com/HOWTO_build_a_LiveCD_from_scratch for the past couple days trying to assemble my own custom livecd. Have one problem I cannot get past.
Kernel outputs:
No filesystem could mount root: tried ext3 ext2 jfs xfs squashfs vfat iso9660 udf
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
My /boot/grub/menu.lst is as follows:
default 0
timeout 30
title=LiveCD
root (cd)
kernel (cd)/boot/vmlinuz-2.6.17-ck1-r3 root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/livecd.squashfs udev nodevfs cdroot dodmraid real_root=/dev/loop/0
My kernel configuration on the LiveCD includes a genkernel all with manual patches for SquashFS 3.1 and Reiser4. I did my own make menuconfig after the genkernel config, so it didn't miss compiling them in. SquashFS tools version is
3.1, kernel squashfs is 3.1.
Pllllleeeeeasssseeeee give me a hint or two :)
Thanks!
--
Jason Weisberger
[EMAIL PROTECTED]
- [gentoo-user] Creating a LiveCD Jason Weisberger
- Re: [gentoo-user] Creating a LiveCD Richard Fish