Forum Discussion
Nobel_Baynes
Dec 25, 2024Iron Contributor
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
- billypiimspeckerIron Contributor
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.