boot the kernel directly from firmware with UEFI?
Tom H
tomh0665 at gmail.com
Wed Dec 28 08:44:50 UTC 2016
On Wed, Dec 14, 2016 at 7:31 AM, thufir <hawat.thufir at gmail.com> wrote:
>
> Most of what I read at:
>
> http://superuser.com/posts/1113787/revisions
>
> is over my head. But what are the ramifications to eliminating GRUB?
> Obviously that's just one less component to maintain for developers.
I assume that you mean eliminate grub for efi.
If you eliminate grub, you either have to set up every kernel/boot in
the firmware with efibootmgr (which can a PitA) or you have to use a
boot manager like systemd-bootx64.efi that'll give you a grub-like
boot menu without the entire grub infrastructure. But in both of these
cases, you need to have your kernels on the ESP. And if you're using
apt to install your kernels (nost likely unless you're self-compiling
them), installation'll fail because dpkg uses hardlinks during an
upgrade and there's no hardlink support on fat filesystems.
More information about the ubuntu-users
mailing list