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

[Xen-users] Kernel panic - not syncing: VFS: Unable to mount root fs on

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8, 1)
From: "Sateesh Babu" <sateesh.kavuri@xxxxxxxxx>
Date: Tue, 1 Jan 2008 15:59:34 +0200
Delivery-date: Tue, 01 Jan 2008 06:00:32 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=5OS90ok2Te7iaBe8UZJi07D0qefBRsldhS+UbxlZCL0=; b=PW3rPPimaF1jrdMxlBijt8bQu5J64PMc3w00cwXo1RMlVKwmuxG9sQ5Rk+zrv+VDMDe9FEeL8hF1+fMUZMwg87d61ded0b0xUcMHsoEYaEEocDg0E8TAozNf8I4tiOO1VnrQ0Q7SbC7G6SeHXpevYGDFBn0H4KdzfeGJytsXI5c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=vM2RAWaf/5UFjBOp8Fd1xzyDAy5FblfS3TQvfPaxy1eAdvFsTTRcEz5qt78qn1YqjXDhitIh78i3ttnFmdS0CBJZZvDjGvQwBvmwRAV1an/r4ch1O2X12StvIjMkOwaDoUaJgvnlD0yVhJMjix5jechOM6om1pL7F1O5rbVFtWc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I have seen a similar post about the "Kernel panic - not syncing: VFS:
Unable to mount root fs on unknown-block(8,1)" problem in the mailing
list, but no one has posted the solution. So, asking it agian.

I am facing problems in creating new virtual machine. I have installed
Xen3.0 using apt-get on Ubuntu (dom0) and it starts up fine.

Following is my vm config file:
------------
name="vm01"
kernel="/boot/vmlinuz-2.6.22-14-xen"
root="/dev/sda1"
memory=128
disk=['file:/vserver/images/vm01.img,sda1,w']

# network
#vif=[ '' ]
dhcp="off"
ip="192.168.0.3"
netmask="255.255.255.0"
gateway="192.168.0.1"
hostname="kavuri"

extra="3"
------------

When I try to start the virtual machine vm01, I get an error mount
error as under:

-------------
[49158.057862] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[49158.057972] io scheduler noop registered
[49158.057976] io scheduler anticipatory registered
[49158.057980] io scheduler deadline registered
[49158.057994] io scheduler cfq registered (default)
[49158.075321] Real Time Clock Driver v1.12ac
[49158.075759] RAMDISK driver initialized: 16 RAM disks of 65536K size
1024 blocksize
[49158.075918] input: Macintosh mouse button emulation as /class/input/input0
[49158.075956] xencons_init: Initializing xen vfb; pass xencons=tty to
prevent this
[49158.076010] Xen virtual console successfully installed as xvc0
[49158.076038] Event-channel device installed.
[49158.085815] netfront: Initialising virtual ethernet driver.
[49158.086075] PNP: No PS/2 controller found. Probing ports directly.
[49158.086896] i8042.c: No controller found.
[49158.086986] mice: PS/2 mouse device common for all mice
[49158.087104] TCP cubic registered
[49158.087125] NET: Registered protocol family 1
[49158.087152] Using IPI No-Shortcut mode
[49158.088922] xen-vbd: registered block device major 8
[49158.088940] blkfront: sda1: barriers enabled
[49158.184271] XENBUS: Device with no driver: device/console/0
[49158.184771] List of all partitions:
[49158.184779] 0801    1024000 sda1 driver: vbd
[49158.184783] No filesystem could mount root, tried:  cramfs
[49158.184790] Kernel panic - not syncing: VFS: Unable to mount root
fs on unknown-block(8,1)
---------------


Could anyone help me in resolving this.

Thank you,
Sateesh

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

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