#bios bootmenu is all-over the place
1 messages · Page 1 of 1 (latest)
Use the efibootmgr command to manually remove the boot entries
is it in windows?
i no longer have a linux os
Run efibootmgr to get the boot number of the entry you want to remove then run efibootmgr -b (number) -B to delete them
does it start from 0 or 1?
It lists the numbers I believe
Just run efibootmgr with no arguments
alright, thanks!
It should look like this:
BootCurrent: 0004
BootNext: 0003
BootOrder: 0004,0000,0001,0002,0003
Timeout: 30 seconds
Boot0000* Diskette Drive(device:0)
Boot0001* CD-ROM Drive(device:FF)
Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)
Boot0003* PXE Boot: MAC(00D0B7C15D91)
Boot0004* Linux
user@shell$ efibootmgr -b 0004 -B```
oh yea it does have the name
@blissful folio new problem, says permission denied
Rn it as sudo