Ubuntu: Install the signed UEFI bootloader
This might be helpful if someone is using SecureBoot. Otherwise, it shouldn't be harmful.
parent
c3a6a79ddc
commit
912c4f3783
|
@ -305,7 +305,7 @@ Install GRUB to the disk(s), not the partition(s).
|
||||||
/dev/disk/by-id/scsi-SATA_disk1-part2) \
|
/dev/disk/by-id/scsi-SATA_disk1-part2) \
|
||||||
/boot/efi vfat nofail,x-systemd.device-timeout=1 0 1 >> /etc/fstab
|
/boot/efi vfat nofail,x-systemd.device-timeout=1 0 1 >> /etc/fstab
|
||||||
# mount /boot/efi
|
# mount /boot/efi
|
||||||
# apt install --yes grub-efi-amd64
|
# apt install --yes grub-efi-amd64-signed shim-signed
|
||||||
|
|
||||||
4.9 Setup system groups:
|
4.9 Setup system groups:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue