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] Re: No filesystem could mount root

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: No filesystem could mount root
From: Peter Mellon <knascent@xxxxxxxxx>
Date: Wed, 8 Jul 2009 12:06:24 -0400
Delivery-date: Wed, 08 Jul 2009 09:07:08 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=pySN8Ys6p/A8UA5TZYVyBQkdJOJzPlm91DMJtrQnXEA=; b=p8/zspDj/CVhZEHIZ4Rvs5VCZDLCQHmrmizXb4TXLXZU9k0VTQLsODFjK3N5HbtGm+ phEmHmMsj+Pnqd8a4WvA84E+EOI74xNL7nB0aEZ+/GWIZNmTcfY3CfU/jGEgYb1WWqKM Fb0/RywbuxNiPelDf63s3oGW7USdaxNVE+wKI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pXqdNyLtUsAzeo66jTjlCN7TVj5FAUjtwgrlNyJ+376swawM3VW3+SYiglqeaLb4GD nMTTybhTqyUQnNkQJLfoeK95sfss7PSaxNf2FNJLMLiudyABfcODSTociyh1omwwAiDl FfaX84/pqMTZ9WtcYENxHoom2Ncz8LcELV5rY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <996ff9ae0907080851g58b576f4saba7fa431dd0c961@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/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: <996ff9ae0907080851g58b576f4saba7fa431dd0c961@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello again,
I just realized what the problem was. I didn't specify a 'ramdisk' option in my config file. I told it to use the same initrd as the dom0 and I got a little further in the domU boot, but now I have this error message:
 
-------
VFS: Can't find ext3 filesystem on dev sda1
Kernel panc - not syncing: Attempted to kill init!
------
 
Anyone know how I can fix this?
 
Thanks a lot
On Wed, Jul 8, 2009 at 11:51 AM, Peter Mellon <knascent@xxxxxxxxx> wrote:
Hello,
 
I've finally been able to install Xen (version 3.4 with kernel 2.6.18) and booted the xen kernel. Now I'm trying to create a VM that uses an image file as its disk, but a few seconds after I boot the VM it stops with this message:
 
[root@localhost xen]# xm create -c xmexample1 vmid=1
......
No filesystem could mount root, tried:  ext2
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
 
Here is the config file:
-------------------------------
kernel = "/boot/vmlinuz-2.6.18.8-xen"
memory = 400
name = "ExampleDomain"
vcpus = 4
vif = [ 'mac=00:16:3e:00:01:01, bridge=br0' ]
disk = [ 'file:/home/xen/image,sda1,w' ]
root = "/dev/sda1 ro"
extra = "4"
--------------------------------
 
That image, /home/xen/image, was created by a previous Xen installation (it came with my Fedora 7 distro with virt-manager, so I did not have to manage config files. I want to boot from it again using the newest Xen)
 
Thanks

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>