pve8to9 gives me just the one warning
running efibootmgr -v gives me
and ls -lR /boot/efi/EFI/ gives me
going by that, i am safe to remove systemd-boot?
Code:
INFO: Checking bootloader configuration...
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.
running efibootmgr -v gives me
Code:
root@proxmox:~# efibootmgr -v
BootCurrent: 0002
Timeout: 1 seconds
BootOrder: 0002,0003
Boot0002* proxmox HD(2,GPT,a2b78599-d982-4401-8e77-ecc8324dcb59,0x800,0x200000)/File(\EFI\proxmox\shimx64.efi)
Boot0003* UEFI OS HD(2,GPT,a2b78599-d982-4401-8e77-ecc8324dcb59,0x800,0x200000)/File(\EFI\BOOT\BOOTX64.EFI)..BO
and ls -lR /boot/efi/EFI/ gives me
Code:
root@proxmox:~# ls -lR /boot/efi/EFI/
/boot/efi/EFI/:
total 8
drwxr-xr-x 2 root root 4096 May 14 2024 BOOT
drwxr-xr-x 2 root root 4096 May 14 2024 proxmox
/boot/efi/EFI/BOOT:
total 6092
-rwxr-xr-x 1 root root 1040272 Jul 2 07:39 BOOTx64.efi
-rwxr-xr-x 1 root root 120024 Jul 2 07:39 fbx64.efi
-rwxr-xr-x 1 root root 4192872 Jul 2 07:39 grubx64.efi
-rwxr-xr-x 1 root root 879184 Jul 2 07:39 mmx64.efi
/boot/efi/EFI/proxmox:
total 6100
-rwxr-xr-x 1 root root 112 Jul 2 07:39 BOOTX64.CSV
-rwxr-xr-x 1 root root 120024 Jul 2 07:39 fbx64.efi
-rwxr-xr-x 1 root root 201 Jul 2 07:39 grub.cfg
-rwxr-xr-x 1 root root 4192872 Jul 2 07:39 grubx64.efi
-rwxr-xr-x 1 root root 879184 Jul 2 07:39 mmx64.efi
-rwxr-xr-x 1 root root 1040272 Jul 2 07:39 shimx64.efi
going by that, i am safe to remove systemd-boot?