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] mount: could not find filesystem '/dev/root'

To: "Prabhakar Chaganti" <pchaganti@xxxxxxxxx>
Subject: Re: [Xen-users] mount: could not find filesystem '/dev/root'
From: Ismael <kraziest@xxxxxxxxx>
Date: Sun, 8 Apr 2007 17:56:20 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 08 Apr 2007 08:55:16 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rIRnT70BX9VW/m/EhnmaeqdBFI1afM3mr902dV2U0JzThHy8w89WDkYkGvgnKCayyP24sP6XJyy+l8wENn1ZgFmPQD59Ld8BqXtxlHHYn2L10wUL9R584ugqvNA5AwgK5RtPjGGEwtSIHHkS9I+RcLF/BlYLnrU/mKNeyVF4dSQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AKadnEbUZrMDr485mopY2EuXd3NvQK7dBCTOvd8UZK3kod4t2h1Iw+LUfSrTZd3VyADOc9U+Os1+CIJJ8deLTO/PkigJnKZy5i2IanRLcZVNb1PjZfHxZ9A9ChsKHhcUUEY83FxKhfaijM9FgQyFjb5fuxEWVrSgfiRUEaCxYvc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <bc5d574e0704080544i56e987c5u802ca9f810d9f87f@xxxxxxxxxxxxxx>
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>
References: <c2c24e0e0704071712j6d0d613dp4b6c1be85702454b@xxxxxxxxxxxxxx> <bc5d574e0704080544i56e987c5u802ca9f810d9f87f@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
That's my grub.conf for this systems:

title Fedora Core (2.6.16.29.fc5xen)
       root (hd0,1)
       kernel /boot/xen-3.0.3-0.gz
       module /boot/vmlinuz-2.6.16.29-xen ro root=LABEL=/1 rhgb quiet
       module /boot/initrd-2.6.16.29-xen.img
title Fedora Core (2.6.16.38.fc5xen)
       root (hd0,1)
       kernel /boot/xen-3.0.4-1.gz
       module /boot/vmlinuz-2.6.16.38-xen ro root=LABEL=/1 rhgb quiet
       module /boot/initrd-2.6.16.38-xen.img
title Fedora Core (2.6.16.38.fc5xen0)
       root (hd0,1)
       kernel /boot/xen-3.0.4-1.gz
       module /boot/vmlinuz-2.6.16.38-xen0 ro root=LABEL=/1 rhgb quiet
       module /boot/initrd-2.6.16.38-xen0.img
title Fedora Core (2.6.16.29.fc5xen0)
       root (hd0,1)
       kernel /boot/xen-3.0.3-0.gz
       module /boot/vmlinuz-2.6.16.29-xen0 ro root=LABEL=/1 rhgb quiet
       module /boot/initrd-2.6.16.29-xen0.img


I tried installing the xen3.0.4, the 3.0.4 dom0 and the 3.0.3 dom0. I
did what you say about initrd (without aacraid option). With both dom0
it can start, but it cannot run the graphical mode and in the logs
appears a "failed to initialize core devices", so I'm begining to
think that I can have a wrong .config. Any suggestion is well
received.

Thanks for answering

On 4/8/07, Prabhakar Chaganti <pchaganti@xxxxxxxxx> wrote:
Can you please post your grub.conf section for this kernel? I think the
initrd you are specifying in your grub.conf doesnt have the drivers to mount
your root fs. Try creating the mkinitrd the README way, except dont put the
aacraid part in the command.

-prabhakar


On 4/7/07, Ismael Hasan Romero <kraziest@xxxxxxxxx> wrote:
>
> Hi there. I got a kernel panic caused by <mount: could not find
> filesystem '/dev/root'> when I tried to install xen from the sources
> (to compile modules on my own).
>
> Now I have installed in my system Fedora Core 5 the following kernels:
>
> 2.6.20
> 2.6.20-1 xen0
> 2.6.16 xen
> 2.6.18-1 xen0
> 2.6.15
>
> All of the kernels run ok except the 2.6.16 xen kernel, it causes the
> kernel panic on boot. I downloaded this from the repositories in
> http://xenbits.xensource.com/, the xen-3.0.3-testing.hg; I used
> mercurial to get a copy.
>
> I followed the Readme so I did
>
> make world
> make install
>
> Then I had in my /boot what we ned to boot except the initrd. I made
> it twice and none of them worked:
>
> -mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod
> initrd-2.6.16.29-xen.img 2.6.16.29-xen      -> that's the Readme way
> -mkinitrd initrd-2.6.16.29-xen.img 2.6.16.29-xen       -> when the
> Readme didn't work
>
> I have no idea what the problem can be, if something similar occured
> to anyone or anyone can give me a light about this problem it would be
> a great help.
>
> If someone needs more details about my configuration or else just ask me
please.
>
> One last thing, before the kernel panic occurs a warning appears. This
> is about "unsupported acesses", it sais that there is a problem with
> the /lib/tls and that because of this the system may run slow. If
> someone believe that this is important I can copy here the exact
> message.
>
> _______________________________________________
> 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


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