- Local time
- 2:35 AM
- Messages
- 50,634
Changing my Dual Boot to Win7 as default reverts to the text Dual Boot menu which saves about 10-20 seconds without having to reboot.

I've also used this to set the default boot-loader.
bcdedit /default {your identifier}
Run this command from an elevated command window using the Windows 7 identifier to set Windows 7 as default, this tutorial is very helpful for reference.
Use these commands to create a backup of the bcd file.
Warning
IMPORTANT: make a backup of your bcd file first. To do that, type:
bcdedit /export C:\SAVEDBCD
This will create a file c:\savebcd which is your boot entry backup.
If you mess up, you can always undo changes by:
bcdedit /import c:\savedbcd
Hope it works out.Brink does not seem to know you got it working with the GUI, now you want to change back to the Text boot menu, but I may be misreading his post.