grub-install
proxmox-boot-tool status
root@pve:~# grub-installIt seems like the UEFI NVRAM on the new motherboard does not have a boot entry for PVE yet.
You can generate one with:
if you are using GRUB as the bootloaderCode:grub-install
You can check which bootloader is configured with:
Code:proxmox-boot-tool status
But the easiest way that should work would be to change the boot order in the firmware settings so that the disk with your PVE installation is the first option.
This just means that you are not booting with proxmox-boot-toolE: /etc/kernel/proxmox-boot-uuids does not exist.
how can I solve it?This just means that you are not booting with proxmox-boot-tool
root@pve:~# efibootmgr -v
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0000,0001,0002,0003
Boot0000* proxmox HD(2,GPT,04585bf7-335d-4af9-aee9-99e9ac88cb0d,0x800,0x200000)/File(\EFI\proxmox\shimx64.efi)
Boot0001* Windows Boot Manager HD(2,GPT,04585bf7-335d-4af9-aee9-99e9ac88cb0d,0x800,0x200000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)..BO
Boot0002* UEFI: USB, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(17,0)/HD(1,GPT,425fa22e-cddd-450e-ba93-bd39085372bd,0x800,0x728b7d8)..BO
Boot0003* UEFI: USB, Partition 2 PciRoot(0x0)/Pci(0x14,0x0)/USB(17,0)/HD(2,GPT,7910dfa6-59a4-4e35-9ca3-789e9f35f04f,0x728bfd8,0x10000)..BO
root@pve:~#
Boot0001* Windows Boot Manager HD(2,GPT,04585bf7-335d-4af9-aee9-99e9ac88cb0d,0x800,0x200000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)..BO