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-devel

Re: [Xen-devel] Kernel panic - not syncing: VFS: Unable to mount root fs

To: office@xxxxxxxxxxxxx
Subject: Re: [Xen-devel] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0, 0)
From: Grzegorz Milos <gm281@xxxxxxxxx>
Date: Mon, 20 Nov 2006 22:47:19 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 20 Nov 2006 14:47:35 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1207.81.217.130.149.1163933103.squirrel@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1207.81.217.130.149.1163933103.squirrel@xxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
You will need ext3 support compiled into vmlinuz-2.6-xen kernel. I suspect it's compiled as a module. Make sure that your kernel configuration file says:
CONFIG_EXT3_FS=y
recompile, copy the kernel and try again. Does it help?

Cheers
Gregor

Hi,

While booting the Xen 3.0.3 installation I get a kernel Panic

VFS: Cannot open root device "hde1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)

I tried to install with the binaries and I also tried to compile the
sources. But always the same failure!

My menu.lst from Grub:

Not working Xen Boot:
title           Xen 3.0 / XenLinux 2.6
kernel          /boot/xen-3.0.gz
module          /boot/vmlinuz-2.6-xen root=/dev/hde1 ro console=tty0

Working Debian Boot:
title    Debian ....
root     (hd0,0)
kernel   /boot/vmlinuz-2.4.27-2-386 root=/dev/hde1 ro
initrd   /boot/initrd.img-2.4.27-2-386
savedefault
boot

mount command tells me:
/dev/hde1 on / type ext3 (rw,errors=remount-ro)
...so the root=/dev/hde1 must be correct, I think!

Anyone an idea?

Thx for Help!

Wolf


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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


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

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