|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Bug in pygrub? Boot loader didn't return any data!
Can you try removing line 538:
log.debug("PyGrub: Default selection is not valid, using first boot
configuration...")
...from /usr/bin/pygrub? I think its inclusion may be an error.
-- Keir
On 08/08/2009 16:50, "Christian Tramnitz" <chris.ace@xxxxxxx> wrote:
> The problem seems to be related to the "-q" (quite) option, when invoked
> standalone I'm getting the following error:
>
>
> /usr/bin/pygrub -q /dev/vg00/test
> Traceback (most recent call last):
> File "/usr/bin/pygrub", line 684, in <module>
> chosencfg = run_grub(file, entry, fs, incfg["args"])
> File "/usr/bin/pygrub", line 538, in run_grub
> log.debug("PyGrub: Default selection is not valid, using first boot
> configuration...")
> NameError: global name 'log' is not defined
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|