Quote:
Originally Posted by maddy_in65
Is there any option in vista to remove boot option. It is a vista boot menu. Please help
|
So you have the Vista boot menu installed. So open a command prompt window with administrator privileges and type the following
A window will appear with the boot entries specified there. Please check the GUID of Ubuntu from there and note it somewhere.
Then type
Code:
bcdedit /delete {GUID}
and the entry will be deleted. You can also add /f after the {GUID} to force the deletation if necessary, then the command will be like that :
Code:
bcdedit /delete {GUID} /f
Please take note that deleting the boot entries can be dangerous, specially if you accidentally delete the default Vista entry, then you will not see the boot loader or the Vista entry there after rebooting. If you have done that error then please inset the Vista DVD and repair the boot loader from there.