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] Problems during booting Xen 3.4.2 on Fedora 11

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems during booting Xen 3.4.2 on Fedora 11
From: Zhen Kong <zkong@xxxxxxxxx>
Date: Fri, 13 Nov 2009 11:10:30 -0500 (EST)
Delivery-date: Mon, 16 Nov 2009 06:03:10 -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,

I try to install Xen 3.4.2 from source codes on my Fedora 11.

And I have created xen-3.4.2.gz, vmlinuz-2.6.18.8-xen, and 
initrd-2.6.18.8-xen.img following the USER manuals.

But when I reboot the system and choose Xen 3.4.2 from Grub to use Xen, it 
failed and the system stopped at
" sd 0:0:0:0: Attached scsi disk sda "

My grub.conf is attached as follows.

so what's the problem and how can I fix it?

Thanks!

zkong

######################
# grub.conf
######################
default=0
timeout=15
splashimage=(hd0,3)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,3)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/vg_zkong-lv_root 
rhgb
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows Vista Home Premium 32Bit
rootnoverify (hd0,1)
chainloader +1
title Xen 3.4.2
root(hd0,3)
kernel /xen-3.4.2.gz
module /vmlinuz-2.6.18.8-xen root=/dev/mapper/vg_zkong-lv_root ro
module /initrd-2.6.18.8-xen.img



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems during booting Xen 3.4.2 on Fedora 11, Zhen Kong <=