grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] pvgrub2 is merged


From: Ian Campbell
Subject: Re: [Xen-devel] pvgrub2 is merged
Date: Mon, 2 Dec 2013 09:48:07 +0000

On Fri, 2013-11-29 at 21:44 +0400, Andrey Borzenkov wrote:
> В Fri, 29 Nov 2013 13:24:22 +0000
> Colin Watson <address@hidden> пишет:
> 
> > On Sat, Nov 09, 2013 at 09:52:20PM +0100, Vladimir 'φ-coder/phcoder' 
> > Serbinenko wrote:
> > > Hello, all. pvgrub2 has just became part of upstream grub as ports
> > > i386-xen and x86_64-xen.
> > 
> > Could anyone offer packaging advice for which ports should be built
> > here?  Is it reasonable to assume that a 32-bit userspace only needs the
> > 32-bit Xen port and a 64-bit userspace only needs the 64-bit Xen port,
> > or is it possible that there could be cross-architecture combinations
> > here?  Does the architecture of the GRUB port have to match the
> > architecture of the Xen hypervisor?
> > 
> 
> I guess this question is better asked on xen-devel. Assuming we have 64
> bit dom0 and try to boot 32 bit domU. Is it possible to start with
> loading 64 bit grub that loads 32 bit kernel and jumps to it? If yes
> (and in other direction too) situation becomes relatively simple.

AIUI it is not in general possible for a 32-bit PV guest to convert
itself to 64-bit or vice versa, which is essentially what would have to
happen to boot the other type of kernel. So once you have selected the
grub binary to use it cannot boot the other type of kernel. (Yes, this
is an annoying technical restriction...)

It is however possible to run 32-bit and 64-bit guests on a 32-bit dom0
with a 64-bit underlying hypervisor. It is also possible to run both
types of guest on a 64-bit kernel and 64-bit underlying hypervisor.

So, for packaging purposes it would be best to provide both 32- and
64-bit grub binaries for both 32- and 64-bit userspace.

> > For those familiar with Debian packaging, I'm trying to work out whether
> > it's sufficient to just build grub-xen{,-bin,-dbg} packages which would
> > be i386-xen on i386 and x86_64-xen on amd64, or whether I have to have
> > two variants on each architecture the way I do for EFI.  All other
> > things being equal I'd prefer to keep the package count as low as
> > possible, but only if that won't break real-world use cases.

Sorry!

> For a long time I dream of possibility to mark grub platform packages
> as noarch (speaking about RPM) - they *are* noarch from the OS PoV. I
> was told that was impossible, but may be I should try once more.

That does sound like a good idea.

Ian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]