Page 1 of 1

Get rid of empty UEFI OS (direct boot menu) entries?

Posted: Mon Jun 20, 2022 6:16 am
by highend
Hi,

after buying the BootIt Collection a few days ago and playing around with it in a VM I now have a few empty entries when I use the "Direct Boot" button.

They are all called just "UEFI OS" in the description column.

How can I delete those entries?

Re: Get rid of empty UEFI OS (direct boot menu) entries?

Posted: Mon Jun 20, 2022 6:07 pm
by TeraByte Support(PP)
If the VM allows you to manage boot items in the BIOS you should be able to delete them there. Otherwise, you could use Scripting (tbosdt) to list and delete the entries (commands: list uefi bootitems, del uefi bootitem).

Re: Get rid of empty UEFI OS (direct boot menu) entries?

Posted: Thu Jun 23, 2022 8:49 am
by highend
Thanks!

Code: Select all

del uefi bootitem
works as it should and lets me get rid of the entries :mrgreen: