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] Problem when booting Xen for the first time.

To: Jack B <simply_jb@xxxxxxxxxxx>
Subject: Re: [Xen-users] Problem when booting Xen for the first time.
From: James Bulpin <James.Bulpin@xxxxxxxxxxxx>
Date: 11 May 2005 16:01:01 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 11 May 2005 15:00:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BAY106-F350AB341CD8BAAEB16134F8A100@xxxxxxx>
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>
Organization:
References: <BAY106-F350AB341CD8BAAEB16134F8A100@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Simple answer: your root= option is wrong, it should probably be
root=/dev/hda2 or similar.

If your xen.gz and kernel image files live in /boot and grub can find
e.g /xen.gz rather than /boot/xen.gz on hd0,0, then you will find
that your Linux installation has a separate /boot partition (hda1) and
the root partition is elsewhere (e.g. hda2). Boot into native Linux
and run "mount" to see. The root partition (mounted as /) is the one you
want to use with root= on the kernel command line. 

The documentation isn't wrong, it shows a typical example which will
vary with particular configurations.

James

On Wed, 2005-05-11 at 14:38, Jack B wrote:
> Hi all.
>   I wanna try Xen to compare it face to VMWare and face to QEmu but I've a 
> little problem.
>   I've installed it correctly - I think - and define in the grub.conf file 
> the following entry :
>        title Xen 2.0 / XenLinux 2.6.10
>           root (hd0,0)
>           kernel /xen.gz dom0_mem=131072
>           module /vmzlinuz-2.6.10-xen0 root=/dev/hda1 ro console=tty0
> 
>   My Linux main partition is on hda1.
>   Files xen.gz and vmzlinuz-2.6.10-xen0 are present on /boot (I must also 
> highlight a problem in Xen documentation taht say to write /boot/xen.gz and 
> /boot/vmzlinuz... in the grub file. But when specifying /boot grub don't 
> find the files).
> 
>   The problem is that Xen kernel boot (xen file is find) and apparently 
> vmzlinuz too but reboot after some few seconds. The only message I can read 
> is :
>          Kernel Panic : Syncing no init found try passing init= option to 
> kernel
> 
>   Anyone have an ideas about that ??? What initrd image must I set to solve 
> this ?
>   What debug informations can I give you to detail more accurately the 
> problem ?
> 
> Thanks.
> JB
> 
> _________________________________________________________________
> MSN Hotmail : choisissez votre adresse @hotmail.fr 
> http://www.imagine-msn.com/hotmail/default.aspx?locale=fr-FR
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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