Ubuntu 16.04: Difference between revisions

From MK Wiki EN
Jump to navigation Jump to search
m (5 revisions imported)
 
(No difference)

Latest revision as of 17:19, 28 June 2018

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!