Hi all,
I'm not the most proficient homelabber, so bare with me.
I have a single-node proxmox instance, set up on a single bare metal host, nightly host backups running across to a NAS, so I'm relatively confident I can recover them from a catastrophic failure.
I've been reviewing a lot of threads about the systemd-boot error:
What I'm struggling with is finding one that I'm confident is exactly the same as my setup.
I can see both shimx64.efi *and* bootx64.efi - most of the threads I've seen have definitively got one or the other, so I'm not confident with taking any specific action without checking with some cleverer people first.
The above output makes me think that this system is running EFI, and thus that the I may have intentionally installed the systemd-boot package back when I set this node up originally.
I'm hoping someone has some time to have a look over and let me know their thoughts on whether I can safely remove systemd-boot, because my gut feel from reading this is that I can't/shouldn't...
I'm not the most proficient homelabber, so bare with me.
I have a single-node proxmox instance, set up on a single bare metal host, nightly host backups running across to a NAS, so I'm relatively confident I can recover them from a catastrophic failure.
I've been reviewing a lot of threads about the systemd-boot error:
Code:
FAIL: systemd-boot meta-package installed. This will cause problems on upgrades of other boot-related packages. Remove 'systemd-boot' See https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#sd-boot-warning for more information.
What I'm struggling with is finding one that I'm confident is exactly the same as my setup.
Code:
user@proxmox:~# efibootmgr -v
BootCurrent: 0001
Timeout: 3 seconds
BootOrder: 0000,0001
Boot0000* proxmox HD(2,GPT,26a0732c-8634-4848-ad8a-e0316d903f12,0x800,0x200000)/File(\EFI\proxmox\shimx64.efi)
Boot0001* UEFI OS HD(2,GPT,26a0732c-8634-4848-ad8a-e0316d903f12,0x800,0x200000)/File(\EFI\BOOT\BOOTX64.EFI)..BO
Code:
user@proxmox:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
E: /etc/kernel/proxmox-boot-uuids does not exist.
Code:
user@proxmox:~# ls -al /boot/efi/
total 12
drwxr-xr-x 3 root root 4096 Jan 1 1970 .
drwxr-xr-x 5 root root 4096 May 16 12:24 ..
drwxr-xr-x 4 root root 4096 Mar 17 2025 EFI
I can see both shimx64.efi *and* bootx64.efi - most of the threads I've seen have definitively got one or the other, so I'm not confident with taking any specific action without checking with some cleverer people first.
The above output makes me think that this system is running EFI, and thus that the I may have intentionally installed the systemd-boot package back when I set this node up originally.
I'm hoping someone has some time to have a look over and let me know their thoughts on whether I can safely remove systemd-boot, because my gut feel from reading this is that I can't/shouldn't...