WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] xen-3.0: kernel panic unable to mount VFS at root=/dev/h

To: michael.kuenkel@xxxxxxxx
Subject: Re: [Xen-users] xen-3.0: kernel panic unable to mount VFS at root=/dev/hdb6
From: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Jul 2006 11:13:09 +1000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 23 Jul 2006 18:14:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <18009456.1153654787687.JavaMail.ngmail@webmail10>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: michael.kuenkel@xxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
References: <18009456.1153654787687.JavaMail.ngmail@webmail10>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Sun, Jul 23, 2006 at 01:39:47PM +0200, michael.kuenkel@xxxxxxxx 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>