Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] boot fails with "No volume groups found"

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] boot fails with "No volume groups found"
From: xen user <xen@xxxxxxxxxx>
Date: Mon, 16 May 2005 21:06:36 -0700
Delivery-date: Tue, 17 May 2005 04:06:12 +0000
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.8 (X11/20041020)
Hi users,

This has me stumped.  I've become an expert on making this NOT work;(

FC3, raid 1, lvm, with stock 2.6.9 kernel boots fine.

Clean xen-2.0.5 from bkbits, make world, etc. no errors.

I've xconfig'd to include my motherboard's (ecs KT600) chipset (via 82Cxxx) and processor (k7), and moved /lib/tls out of the way, make'd and installed (with ARCH=xen) and created an initial ram disk:

  mkinitrd \
  --omit-scsi-modules \
  --omit-raid-modules \
  initrd-2.6.10-xen0.img \
  2.6.10-xen0

Here are two grub stanzas, first one is default, second is for Xen

title fc3 (2.6.9-1.667)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-1.667 ro root=/dev/Domains/dom0 vga=0x317
        initrd /initrd-2.6.9-1.667.img

title fc3 (2.6.10) Xen
        root (hd0,0)
        kernel /xen.gz dom0_mem=524288 noreboot
        module /vmlinuz-2.6.10-xen0 ro root=/dev/Domains/dom0 console=tty0
        module /initrd-2.6.10-xen0.img


Boot proceeds without error until this place in the boot up sequence:
  Starting udev
  Making device_mapper control node
  Scanning logical volumes
    Reading... this may take awhile...
  cdrom: open failed
    No volume groups found  ****

This is the line that works with 2.6.9 but fails with 2.6.10-xen0.

Tried with binary install and achieved the same results.

Read and googled and list archived til I can't see any more.  Any advice?

TIA,  (and hopefully this has not been in front of my nose)
Mike Wright

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] boot fails with "No volume groups found", xen user <=