michael.kuenkel@arcor.de
2006-Jul-23 11:39 UTC
[Xen-users] xen-3.0: kernel panic unable to mount VFS at root=/dev/hdb6
Hi, I am a xen-newbee and want to get it runnig with an SUSE-9.3-Linux, where / is on /dev/hdb6. In GRUB-menulist, I added the root=/dev/hdb6 Option, but the Xen-Kernl prompts that a correct "Root="-option has to be set an shuts down immediately. Has anybody an idea what is wrong? Kind regards, Michael. (At the moment i''m downloading the Demo-CD-iso to get familiar with Xen, but i would prefer a proper installation) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tony Breeds
2006-Jul-24 01:13 UTC
Re: [Xen-users] xen-3.0: kernel panic unable to mount VFS at root=/dev/hdb6
On Sun, Jul 23, 2006 at 01:39:47PM +0200, michael.kuenkel@arcor.de wrote:> Hi, > > I am a xen-newbee and want to get it runnig with an SUSE-9.3-Linux, where / is on /dev/hdb6. > In GRUB-menulist, I added the root=/dev/hdb6 Option, but the Xen-Kernl > prompts that a correct "Root="-option has to be set an shuts down > immediately.You need to build an initrd/initramfs for the xen''ified kerel. and then add it to your grub stanza. Something like: # cd /boot # mkinitrd -o initrd.img-2.6.16-xen 2.6.16-xen ---- title Xen 3.0.2 / XenLinux 2.6.16 root (hd0,0) kernel /xen.gz dom0_mem=131072 module /vmlinuz-2.6.16-xen root=/dev/hdb6 ro module /initrd.img-2.6.16-xen ---- Yours Tony linux.conf.au http://linux.conf.au/ || http://lca2007.linux.org.au/ Jan 15-20 2007 The Australian Linux Technical Conference! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users