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] 3.4-testing : Kernel panic on bootup (mount: couldnotfin

To: "Robbie Garrett" <rgarrett@xxxxxxxxxxxxxx>, "Xen User-List" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] 3.4-testing : Kernel panic on bootup (mount: couldnotfind filesystem /dev/root/)
From: "Madhu Venugopal (vmadhu)" <vmadhu@xxxxxxxxx>
Date: Wed, 26 Aug 2009 06:17:42 -0700
Authentication-results: sj-dkim-3; header.From=vmadhu@xxxxxxxxx; dkim=pass ( sig from cisco.com/sjdkim3002 verified; );
Cc:
Delivery-date: Wed, 26 Aug 2009 06:18:34 -0700
Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; l=4128; t=1251292665; x=1252156665; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=vmadhu@xxxxxxxxx; z=From:=20=22Madhu=20Venugopal=20(vmadhu)=22=20<vmadhu@cisco .com> |Subject:=20RE=3A=20[Xen-users]=203.4-testing=20=3A=20Kerne l=20panic=20on=20bootup=20(mount=3A=20couldnotfind=20filesys tem=20/dev/root/) |Sender:=20; bh=ReHZ6sesyrD6TcCwxniWUM98wncne2sT5pu8wAL5pn8=; b=LEy5lscjTsPA7XuHNLtNeZjUTac/ZDojzQssKdFZnJL6QuYQP93vAChQgz OyM1fwIzb2c2WyJnyvIPZhcUASNJQnGoX/MpcPWaf5/jY2lHLBpxd4sRXWSZ QLnAHv/qE2;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <00f001ca264e$a3e13370$fcdf0a0a@xxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <66EB4A5E3F739E40BFC2567243002B830787F065@xxxxxxxxxxxxxxxxxxxxxxxxxx> <66EB4A5E3F739E40BFC2567243002B83078F3463@xxxxxxxxxxxxxxxxxxxxxxxxxx> <00f001ca264e$a3e13370$fcdf0a0a@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acol1Wyi09/Lf5+sQq2iqjboHAQXAwAeAShQAAA1/VAAAB6QQA==
Thread-topic: [Xen-users] 3.4-testing : Kernel panic on bootup (mount: couldnotfind filesystem /dev/root/)
Hi Robbie,

Thanks for your response.
I tried all forms... but none of them worked :-(

The Only other Grub config I have is as follows and the XEN Grub config
follows this approach.

<grub>
title CentOS (2.6.18-128.el5PAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-128.el5PAE ro root=LABEL=/1 rhgb quiet
        initrd /initrd-2.6.18-128.el5PAE.img
<grub>

As I mentioned, I tried the physical /dev locations as well, but that 
didn't help... But never tried "/". I can give that a shot today.

Any other suggestions (or) possible problems ?

FYI, the GRUB config that I posted worked fine on another system with
Similar installation for 1 of my colleagues.

-Madhu

> -----Original Message-----
> From: Robbie Garrett [mailto:rgarrett@xxxxxxxxxxxxxx]
> Sent: Wednesday, August 26, 2009 6:11 AM
> To: Madhu Venugopal (vmadhu); 'Xen User-List'
> Subject: RE: [Xen-users] 3.4-testing : Kernel panic on bootup (mount:
> couldnotfind filesystem /dev/root/)
> 
> Look at your grub config.
> 
> Root=/LABEL=/ looks way wrong.
> 
> It should point to something in the /dev directory.
> 
> In my case my hard drive that has the / file system on it is /dev/sdc1
> 
> Look at your other grub configs for your other WORKING kernels and
make
> the
> root=/ section of your grub config the same as what those kernels
read.
> 
> 
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Madhu
> Venugopal
> (vmadhu)
> Sent: Wednesday, August 26, 2009 9:03 AM
> To: Xen User-List
> Subject: RE: [Xen-users] 3.4-testing : Kernel panic on bootup (mount:
> couldnotfind filesystem /dev/root/)
> 
> Anyone ?
> I searched the forums, but couldn't find a solution to the problem am
> facing.
> 
> -Madhu
> 
> > -----Original Message-----
> > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-
> > bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Madhu Venugopal (vmadhu)
> > Sent: Tuesday, August 25, 2009 3:43 PM
> > To: Xen User-List
> > Subject: [Xen-users] 3.4-testing : Kernel panic on bootup (mount:
> could
> > notfind filesystem /dev/root/)
> >
> > Hi,
> >
> > I installed XEN 3.4-testing version without much problems in CentOS
> 5.3
> > running on quadcore Intel Nahelam processors using the following
> > installation
> > steps (as in the README) :
> >
> > <steps>
> > hg clone http://xenbits.xensource.com/xen-3.4-testing.hg`
> > cd xen-unstable.hg
> > make world
> > make install
> > make linux-2.6-xen-config CONFIGMODE=menuconfig
> > make linux-2.6-xen-build
> > make linux-2.6-xen-install
> > depmod 2.6.18.8-xen
> > mkinitrd -v -f --with=ahci --with=sd_mod --with=scsi_mod --allow-
> > missing
> > initrd-2.6.18-xen.img 2.6.18.8-xen
> > cp initrd-2.6.18-xen.img /boot
> > </steps>
> >
> > After the installation, I updated the grub with the following entry
:
> >
> > <grub.conf>
> > title  Xen 3.4.2
> >         root (hd0,0)
> >         kernel /xen.gz loglvl=all guest_loglvl=all vtd=1 iommu=1
> >         module /vmlinuz-2.6.18.8-xen root=LABEL=/ apic=debug
> maxcpus=8
> >         module /initrd-2.6.18-xen.img
> > <grub.conf>
> > But during the bootup, I see Kernel panic with the only error above
> > that
> > being :
> >
> > <error>
> > mount: could not find filesystem /dev/root/
> > setuproot: moving /dev failed: No such file or Directory
> > no fstub.sys, mounting internal defaults
> > setuproot: error mounting /proc:No such file or directory
> > </error>
> >
> > Is it an error in partition ? or a Grub entry error ?
> > Or an installation error ?
> >
> > Can someone help me ?
> >
> > Thanks,
> > Madhu
> >
> > _______________________________________________
> > 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

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