Debian: Use UUID instead of PARTUUID for esp
I don't know why this was different from Ubuntu. Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
@@ -634,7 +634,7 @@ Step 4: System Configuration
|
||||
apt install dosfstools
|
||||
mkdosfs -F 32 -s 1 -n EFI ${DISK}-part2
|
||||
mkdir /boot/efi
|
||||
echo PARTUUID=$(blkid -s PARTUUID -o value ${DISK}-part2) \
|
||||
echo UUID=$(blkid -s UUID -o value ${DISK}-part2) \
|
||||
/boot/efi vfat nofail,x-systemd.device-timeout=1 0 1 >> /etc/fstab
|
||||
mount /boot/efi
|
||||
apt install --yes grub-efi-amd64 shim-signed
|
||||
|
||||
Reference in New Issue
Block a user