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] Suse 9.3 "kernel panic - not syncing: VFS: Unable to mount r

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Suse 9.3 "kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (8, 1)"
From: e&v <ervin23@xxxxxxxxx>
Date: Tue, 14 Jun 2005 22:12:12 +0200
Delivery-date: Tue, 14 Jun 2005 20:11:18 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c1SWBx49KHhjAS/zUhvnQbeNzJ7zalRCBwbyZUGGysCc7454f9ufpjbo3ikWc6gD87DWyRZ4ki1u1YlHoL5nyBX1pA69YeMBdgZXoENPov3vd/aWhQPYisscjRJcboxDAxQaYkmroOWAIszoou8+aMJ7V1SF0PMVzAt10Fz2XhA=
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/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>
Reply-to: e&v <ervin23@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi, hope you can help or at least give me a hint how to proceed.... I
have Xen up and running with a domain0 but having huge problems in
getting additional domains created.

 I followed the instructions in the Suse "readme for xen packages " ->
http://www.suse.de/~garloff/linux/xen/README.SuSE and I get to e)

These are the steps I followed:  
Ad 3) YaST dirinstall
a) Create a root FS image
    - create disc image file (dd if=/dev/zero of=img ...)
    - create file system (mkXYZfs img)
    - mount image (mount -o loop img ...)
 b) start yast2 dirinstall module, select mounted directory as a target,
    select required packages (don't forget to select XEN kernel, you need
    some of the kernel modules in the root FS)
 c) create /etc/fstab in the root FS
 d) umount image/FS
 e) configure and start XEN (use the image/FS as storage)

When I use the config below, when starting a new domain with 

xm create configfile vmid=1 -c .... I get the following error in the
start up sequence:

"kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block (8,1)"

Config.file: 
kernel = "/boot/vmlinuz-2.6.11.4-21.7-xen"
memory = 100
name = "suse931"
nics = 1
ip = "1.2.3.4"
disk = ['file:/home/name/vm1disk,sda1,w']
root = "/dev/sda1"

By the way I get the same error when trying to start TTYLINUX ... and
I followed the instructions in the Xen Manual
(http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html#SECTION02330000000000000000

-- 

ciao ev

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Suse 9.3 "kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (8, 1)", e&v <=