increase of boots at each restart

sert

New Member
Jan 25, 2024
3
0
1
Hi,

I have the following problem, which I cannot solve:
Every time I reboot the machine I get a new boot option:
First restar:
Code:
root@percom:~# efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0002
Boot0001* UEFI OS
Boot0002* Hard Drive

Second restar, teh UEFIO OS is remove and create UEFI: CT1000P3SSD8, Partition 2
Code:
root@percom:~# efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0002
Boot0001* UEFI: CT1000P3SSD8, Partition 2
Boot0002* Hard Drive

third restart, is created other one the UEFI OS
Code:
root@percom:~# efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0003,0002
Boot0001* UEFI: CT1000P3SSD8, Partition 2
Boot0002* Hard Drive
Boot0003* UEFI OS

fourth restar, UEFI OS is removed and create other UEFI: CT1000P3SSD8, Partition 2
Code:
root@percom:~# efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0003,0002
Boot0001* UEFI: CT1000P3SSD8, Partition 2
Boot0002* Hard Drive
Boot0003* UEFI: CT1000P3SSD8, Partition 2

i.e. a UEFI OS is created on a reboot, the next reboot it becomes UEFI: CT1000P3SSD8, Partition 2.

What can I do to stop it from creating more boot's?

Regards
 
Hi,

this does not really seem related to Proxmox VE, but rather you firmware. The UEFI vars/boot entries are only touched during installation (and maybe updates), but should not be during normal operation, including typical reboots.

Have you tried updating the UEFI firmware or contacting your firmware/UEFI/motherboard vendor?

Otherwise, if entries are not created endlessly and it does not prevent the system from booting, it should be fine IMHO.
 
Hi,

I have installed a debian 12, using a whole disk and without creating partitions. Then I followed the procedure:

Install proxmox to debian 12

to install proxmox. And it does not create continuous boot's as it does with the proxmox package... I do not understand why when installing proxmox if it does, when it also has a debian 12.

Best regards