|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Xen 3.1.4-x86_64: Installation from Binary tarball
If /boot is on /dev/sda1 while / is on /dev/sda2, then your grub
entry should look like this:
title Xen 3.1 / XenLinux 2.6
root (hd0,0)
kernel /xen-3.gz
console=vga
module
/vmlinuz-2.6.18-xen root=/dev/sda2 ro console=tty0
module
/initrd-2.6.18-xen.img
From:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]
On Behalf Of Omer Khalid
Sent: Wednesday, August 20, 2008 09:08
To: Jerry Amundson
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen 3.1.4-x86_64: Installation from Binary
tarball
Hi Jerry,
Thanks for your reply. Indeed my machine is not booting up
with xen kernal. I checked at the serial out put and apparently its failing
with error "fail to find the file" and its stuck on the kernel line
of the grub.conf. Here is the grub entry I got for my machine which have /
mounted on /dev/sda2 and /boot mounted on /dev/sda1
title Xen 3.1 / XenLinux 2.6
kernel
/boot/xen-3.gz console=vga
module
/boot/vmlinuz-2.6.18-xen root=/dev/sda2 ro console=tty0
module
/boot/initrd-2.6.18-xen.img
--
Omer
-------------------------------------------------------
CERN -- European Organization for Nuclear
Research, IT Department, CH-1211,
Geneva 23, Switzerland
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|