[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub-lnstall option (UEFI) for chainloading
From: |
Andrei Borzenkov |
Subject: |
Re: grub-lnstall option (UEFI) for chainloading |
Date: |
Sun, 29 Mar 2015 16:12:24 +0300 |
В Sun, 29 Mar 2015 13:11:04 +0100
Barry Jackson <address@hidden> пишет:
> Hello,
> Currently when installing grub2 on UEFI, the running system's grub2
> writes an entry to the ESP making it the controlling grub.
>
> Can an option to grub2-install be added that installs only to
> /boot/grub2 and creates core.efi, but does *not* write into the ESP?
>
> This would provide similar functionality to the --no-bootsector option
> used in PC-BIOS systems for using a Master grub partition that
> chainloads into multiple operating systems.
Yes, for a long time I cherish idea of "only update /boot/grub and
create core.img" option. May be something like generic
--no-platform-setup
that will simply exit after image is created. --no-nvram is too
specific name to roll this into it. We can then deprecate
--no-bootsector and --no-nvram (actually as --no-bootsector is new just
drop it).
Vladimir, will you agree to a patch?