From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Tramnitz Subject: Re: Bug in pygrub? Boot loader didn't return any data! Date: Sat, 08 Aug 2009 17:50:13 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 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