mirror of
https://git.proxmox.com/git/proxmox-kernel-helper
synced 2025-10-04 08:21:14 +00:00
zz-proxmox-boot: update wording slightly for EFI bootloader check
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f344b8087c
commit
715ad9b4f2
@ -262,12 +262,12 @@ check_grub_efi_removable_status() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Removable bootloader at '/boot/efi/EFI/BOOT/BOOTX64.efi' found, but Grub packages not set up to update it!"
|
echo "Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!"
|
||||||
echo "Run the following command:"
|
echo "Run the following command:"
|
||||||
echo ""
|
echo ""
|
||||||
echo "echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u"
|
echo "echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Followed by re-installing Grub with 'apt install --reinstall grub-efi-amd64'"
|
echo "Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'"
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user