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

User discussion and information resource forum for BootIt Bare Metal and BootIt UEFI
Post Reply
highend
Posts: 32
Joined: Mon Jul 09, 2012 1:50 am

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

Post 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?
TeraByte Support(PP)
Posts: 1644
Joined: Fri Aug 12, 2011 12:51 am

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

Post 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).
highend
Posts: 32
Joined: Mon Jul 09, 2012 1:50 am

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

Post by highend »

Thanks!

Code: Select all

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