Forum Discussion

Nobel_Baynes's avatar
Nobel_Baynes
Iron Contributor
Dec 25, 2024

Delete Linux boot options from Advanced Startup

A few months ago, I dual boot my PC with Ubuntu Linux. How can I remove this boot menu from advanced startup menu?

 

1 Reply

  • At the administrator's command prompt, run bcdedit /enum firmware to find the Linux startup items, write down the corresponding identifiers, and then execute bcdedit /delete to delete the identifiers, and remember to backup the BCD configuration.

Resources