|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Re: Pygrub Installation
>> The domU is a 64-bit Gentoo install. So far I have installed
grub-static
>> (0.97-r9) into the domU, copied my existing kernel and ramdisk to
/boot
>> and setup the the grub.conf / menu.lst file. If I try now with the
boot
>> loader then I get "Error: Boot loader didn't return any data". The
wiki
>> page isn't entirely clear on this point but I think I need to do grub
>> root(hd0,0), setup(hd0,0)? However, I'm unable to complete this step
>> since grub does not detect the virtual disks as BIOS devices, even
after
>> adding entries to device.map. Any hints on how to get this working?
>
>This is a bug in pygrub, the solution is to delete line 538 in pygrub:
>log.debug("PyGrub: Default selection is not valid, using first boot
>configuration...")
I have made a copy of pygrub with that line removed, running directly
against the rootlv gives
/tmp/pygrub /dev/systemvg/domU_rootlv
Traceback (most recent call last):
File "/tmp/pygrub", line 675, in <module>
fs = fsimage.open(file, get_fs_offset(file))
IOError: [Errno 95] Operation not supported
Thanks,
James
This message and the information contained herein is proprietary and
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|