Ubuntu 16.04

From MK Wiki EN
Revision as of 17:19, 28 June 2018 by MkWikiEnSysOp (talk | contribs) (5 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Booting

Boot GRUB in VirtualBox using EFI

If the VM is configured to be using EFI, installation succeeds, but at next boot the EFI shells appears. "bcfg boot dump -v" shows that there is no EFI boot loader entry. The following command should create the missing entry:

bcfg boot add 1 fs0:\EFI\ubuntu\grubx64.efi "Ubuntu GRUB"

Debian 8: The path should read fs0:\EFI\debian\grubx64.efi there.

Credits

systemd

Look at SystemD!