[email protected] wrote:
> Hi Jim,
>
>   
>>> but I've read that the domUloader.py is an Opensuse-specific bootloader?
>>>   
>>>       
>> Yes, and not really needed anymore.  IIRC, it was originally written as
>> a host bootloader for NetWare, which pygrub now supports too.
>>     
>
> Oh.  So even if booting an Opensuse Guest these days, we should change
>
>  builder = 'linux'
>  bootloader = '/usr/lib/xen/boot/domUloader.py'
>  bootargs = '--entry=xvda1:vmlinuz-xen,/boot/initrd-xen'
>
> to,
>
>  builder = 'linux'
>  bootloader = '/usr/bin/pygrub'
>  bootargs = '--entry=xvda1:vmlinuz-xen,/boot/initrd-xen'
>   

No bootargs are necessary.  The default kernel in domU's
/boot/grub/menu.lst will be selected (which could be overridden with
bootargs).

bootargs=''

should suffice.

Regards,
Jim

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to