]> git.proxmox.com Git - pve-docs.git/commitdiff
system-booting: add note about weird uefi behaviour
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 22 Nov 2023 17:45:02 +0000 (18:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 18:05:20 +0000 (19:05 +0100)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
system-booting.adoc

index 1a10393fbc97e22a9d474cff99ef5b26fd691ebe..cddddd05c07e61f8ff6d40d8bfa5130b803f3129 100644 (file)
@@ -483,6 +483,12 @@ If, for any reason, no `proxmox` entry can be found in the UEFI boot menu, you
 can try adding it manually (if supported by the firmware), by adding the file
 `\EFI\proxmox\shimx64.efi` as a custom boot entry.
 
+NOTE: Some UEFI firmwares are known to drop the `proxmox` boot option on reboot.
+This can happen if the `proxmox` boot entry is pointing to a Grub installation
+on a disk, where the disk itself not a boot option. If possible, try adding the
+disk as a boot option in the UEFI firmware setup utility and run
+`proxmox-boot-tool` again.
+
 TIP: To enroll custom keys, see the accompanying
 https://pve.proxmox.com/wiki/Secure_Boot_Setup#Setup_instructions_for_db_key_variant[Secure
 Boot wiki page].