|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV Grub Questions
On Wed, Aug 27, 2008 at 7:05 PM, Samuel Thibault
<samuel.thibault@xxxxxxxxxxxxx> wrote:
> Todd Deshane, le Wed 27 Aug 2008 15:33:40 -0400, a écrit :
>> grubdom> boot
>> Cannot handle page request order 0!
>
> The message could be less verbose, but that should be it: IIRC you have
> only 64MB in your domain, that's actually not so much for building a PV
> domain.
>
I gave it a bunch more memory and now it hangs try to boot at the same
point as before...
<Boot Process>
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
Xen virtual console successfully installed as xvc0
Event-channel device installed.
netfront: Initialising virtual ethernet driver.
xen-vbd: registered block device major 3
hda:
<HANG>
Something in the way PV GRUB is doing things, since booting manually
with kernel and ramdisk still works.
It may be some option to the kernel command line, i tried adding:
things like the following to kernel grubdom line, with no luck, still hangs.
xencons=tty root=/dev/hda2
console=tty1 root=/dev/hda2
console=xvc0 root=/dev/hda2
The bigger problem though is the PV GRUB isn't actually working like I
might expect it to.
Do I need to pass the menu.lst file in the ramdisk option to see a grub
menu? Or should it detect the menu.lst within the guest disk image file?
Is there a simple example that I could download and work with to get
a sense of a working PV GRUB example?
Cheers,
Todd
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|