Drop efivars
This does not seem to be necessary. It failed when I just did a UEFI install. I tested again and the efivars filesystem is mounted by default in the live environment.
parent
956f80324a
commit
63c90e293a
|
@ -196,7 +196,6 @@ Choose one of the following options:
|
||||||
/dev/disk/by-id/scsi-SATA_disk1-part3) \
|
/dev/disk/by-id/scsi-SATA_disk1-part3) \
|
||||||
/boot/efi vfat defaults 0 1 >> /etc/fstab
|
/boot/efi vfat defaults 0 1 >> /etc/fstab
|
||||||
# mount /boot/efi
|
# mount /boot/efi
|
||||||
# modprobe efivars
|
|
||||||
# apt-get install --yes grub-efi-amd64
|
# apt-get install --yes grub-efi-amd64
|
||||||
|
|
||||||
4.7 Setup system groups:
|
4.7 Setup system groups:
|
||||||
|
|
|
@ -198,7 +198,6 @@ Choose one of the following options:
|
||||||
/dev/disk/by-id/scsi-SATA_disk1-part3) \
|
/dev/disk/by-id/scsi-SATA_disk1-part3) \
|
||||||
/boot/efi vfat defaults 0 1 >> /etc/fstab
|
/boot/efi vfat defaults 0 1 >> /etc/fstab
|
||||||
# mount /boot/efi
|
# mount /boot/efi
|
||||||
# modprobe efivars
|
|
||||||
# apt-get install --yes grub-efi-amd64
|
# apt-get install --yes grub-efi-amd64
|
||||||
|
|
||||||
4.7 Setup system groups:
|
4.7 Setup system groups:
|
||||||
|
|
Loading…
Reference in New Issue