void-packages/srcpkgs/gummiboot/INSTALL.msg

15 lines
350 B
Plaintext
Raw Normal View History

2014-09-15 17:41:13 +02:00
Make gummiboot your default bootloader with:
2015-05-11 09:32:12 +02:00
$ mount -t efivarfs efivarfs /sys/firmware/efi/efivars
2014-09-15 17:41:13 +02:00
$ gummiboot install
Kernel options should be defined in /boot/loader/void-options.conf:
$ cat /boot/loader/void-options.conf
root=/dev/sda2 ro quiet
Reconfigure your kernel package to create loader entries:
2015-05-11 09:32:12 +02:00
$ xbps-reconfigure -f linux4.XX
2014-09-15 17:41:13 +02:00