[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen dom0 doesn't find root device - kernel panic
Thanks for supplying such a complete set of config details. > # For booting GNU/Linux > title Gentoo Linux 2.6.11-gentoo-r4 > root (hd0,1) > kernel (hd0,1)/kernel-2.6.11-gentoo-r4 init=/linuxrc -----------------------------------------^ I guess this does some sort of Gentoo magic on boot. Are you running with udev? You should probably be using this under Xen too. Try changing the last line of your xen boot section to: module /vmlinuz-2.6.10-xen0 root=/dev/hda3 ro init=/linuxrc > /dev/hda1 on /backup type xfs (rw,noatime) [backup] > /dev/hda2 on /boot type xfs (rw,noatime) [boot] > /dev/hda3 on / type xfs (rw,noatime) [root] > /dev/hda4 on /home type xfs (rw,noatime) [home] Also, make sure you compile XFS support into the kernel (it's not enabled in the default .config). Cheers, Mark _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |