From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Pygrub backports Date: Fri, 27 Feb 2015 12:51:14 +0000 Message-ID: <1425041474.14641.179.camel@citrix.com> References: <21744.25390.194281.101503@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YRKPZ-0000aP-8D for xen-devel@lists.xenproject.org; Fri, 27 Feb 2015 12:52:57 +0000 In-Reply-To: <21744.25390.194281.101503@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Wei Liu , Andrew Cooper , Simon Rowe , Jan Beulich , xen-devel@lists.xenproject.org, Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-27 at 12:29 +0000, Ian Jackson wrote: > I think the following commits from master should be considered for > backport: > > 0c12e5b7427b4dfd2dfabf21f6b0e6e24bc8e864 > tools/pygrub: Fix extlinux when /boot is a separate partition from / > > d1b93ea2615bd789ee28901f1f1c05ffb319cb61 > tools/pygrub: Make pygrub understand default entry in string format > > 4ee393f9d6528640c29a0554fdc6cb3e795fb6e8 > pygrub: fix non-interactive parsing of grub1 config files > > 3b279811707dab4bab95c2e952e94ebf4d6badd9 > pygrub: Fix regression from c/s d1b93ea, attempt 2 > > > Existing Xen 4.4.1 as found in Ubuntu cannot parse the grub.cfg files > that Ubuntu itself generates, which was: > > Reported-by: Owen Dunn > > Owen kindly tested pygrub from xen.git#master (merged with the > Debian/Ubuntu patchset, provided by me) and reports that it worked in > his setup. > > > Opinions ? Sounds good. If we could also get an example of the problematic grub.cfg to be checked into xen.git/tools/pygrub/examples that would be handy too. Ian.