]> git.proxmox.com Git - pve-kernel-meta.git/commit
proxmox-boot: fix #3729 add --graceful to bootctl invocation
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 25 Apr 2022 16:33:01 +0000 (18:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 06:20:05 +0000 (08:20 +0200)
commita998a513b7eb78c8f089e080da42969e1216f7b2
treec8d9914a2455ba9858509a6794d74cee4f406af4
parent814105cf85212e3025c98482eb24c56cff6c20da
proxmox-boot: fix #3729 add --graceful to bootctl invocation

The version of systemd boot in bullseye, tries writing an efivar which
is not writeable on certain (broken) UEFIs (HP thin clients).

The issue was not present in the version in buster (the variable
simply did not get written) and can be worked around by adding
--graceful to the `bootctl install` command.

see also:
https://github.com/systemd/systemd/issues/13603

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
bin/proxmox-boot-tool