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] booting XEN from softwareraid /dev/md0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] booting XEN from softwareraid /dev/md0
From: "Mike Mildner" <m.mildner@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Jan 2009 15:30:43 +0100 (MET)
Delivery-date: Sat, 31 Jan 2009 06:31:28 -0800
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
hi folks,


i'm a xen newbie - but quit good in linux.
i have not a classical distribution,i use CLFS-Multilib x86/64
xen-3.3.1 from source with gcc-4.2.2

on my system i run a mdadm managed software raid  and this contains a reiserfs.
the standard kernel boots without problems from /dev/md0
but the xen kernel gives a PANIC while trying to mount the root-fs. (see bottom)
in the xen-kernel self, i compiled RAID1(mirroring) and reiserfs staticly. in 
my grub/menu.lst:
kernel /boot/xen-3.3.1.gz noreboot dom0_mem=400000
module /boot/vmlinuz-2.6.18.8-xen ro root=/dev/md0 console=tty0 vga=791
root (hd0,0)

the last lines from failed booting:
md: Autodetecting RAID array
md: autorun...
md: ...autorun DONE
ReiserFS: md0: warning sh-2006: read_super_block: bread failed (dev md0, 
block2, size 4096)
ReiserFS: md0: warning sh-2006: read_super_block: bread failed (dev md0, 
block2, size 4096)
No Filesystem could mount root, tried: reiserfs ext3 ext2 iso9660
Kernel Panic - not syncing: VFS: unable to mount root fs on unknown bblock (9,0)

whats is my error?

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] booting XEN from softwareraid /dev/md0, Mike Mildner <=