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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] No filesystem could mount root
From: Peter Mellon <knascent@xxxxxxxxx>
Date: Wed, 8 Jul 2009 11:51:55 -0400
Delivery-date: Wed, 08 Jul 2009 08:52:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Y1zIjcMcCWvR/iRXh5l1dmoEMt+6z/3ijPJTxOD6zyM=; b=wvVlXphLPixjR5v+yD9jRQR2lyCsLGAu3A17d4GGzlAgAB0vbue24Vkq82gYrKkO2U TadlKaXl3iO3kPmdxK3PxipV8OVeNw/ohUUALXICOsUYpxSoA5RCpJgIdzhJqw92F2N5 LBUVXUqXY63+4lFgcAhjbBewC4Rqrf9JA8zJ8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XJGg+Tqzy5/NDeoL08q1ldQtV8lA1FACPEhMX4o4Tp74KvgTxeo6hSS5Pb0ztHveaD yTGx/TZs60Ggfdjl3vrsyYT5O0hKkN5zetWyu34u3wVczMV9VAHHxvvIw+xsn4HKPlkK VNwQlKDqxTrlwWhLGPXl/u29wEWg14MPxfWdc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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>