I am in process of migrating to use the PBT and it looks like everything is processing correctly as per the documentation.
However, when I run
If I mount those partitions that are missing the kernel, I only see a grub folder and nothing else.
To my understanding,
However, when I run
proxmox-boot-tool status
, I get the following output.
Bash:
$ sudo proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with legacy bios
ls: cannot access '/var/tmp/espmounts/18C2-6E14/vmlinuz-*': No such file or directory
18C2-6E14 is configured with: grub (versions: )
ls: cannot access '/var/tmp/espmounts/4108-9365/vmlinuz-*': No such file or directory
4108-9365 is configured with: grub (versions: )
ls: cannot access '/var/tmp/espmounts/4A16-FE12/vmlinuz-*': No such file or directory
4A16-FE12 is configured with: grub (versions: )
ls: cannot access '/var/tmp/espmounts/51B4-DD2A/vmlinuz-*': No such file or directory
51B4-DD2A is configured with: grub (versions: )
ls: cannot access '/var/tmp/espmounts/5BB8-559D/vmlinuz-*': No such file or directory
5BB8-559D is configured with: grub (versions: )
E55C-BC9C is configured with: uefi (versions: 5.4.106-1-pve, 5.4.78-2-pve), grub (versions: 5.13.19-2-pve, 5.4.157-1-pve)
If I mount those partitions that are missing the kernel, I only see a grub folder and nothing else.
To my understanding,
proxmox-tool-refresh
should make sure that the grub/EFI/kernels are synced?