Dual-Booting Windows 7 Beta may loose current OS boot option
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
While you have not lost your Windows Vista, all you need to do is to add a Boot Loader entry into your Windows 7 for Windows Vista or vice versa if you choose to recover your Windows Vista from the CD.
You can simply add the Windows Vista entry to the WIndows 7 Bootloader using a tool like EasyBCD.
or manually add an entry as follows,
1. Click Start – Search for cmd. Right-click “CMD” and choose “Run As Administrator“.
2. Run the following commands to create a Boot entry for Windows Vista:
Create a new Entry in the Boot Configuration Data Store
bcdedit /create /d “Windows Vista” /application osloader
This should create an entry for Windows Vista with an identifier like this
{1dae3673-e12c-11dd-b2e9-99cc767975b5}
Set the device partition & the OS device partition where Windows Vista is installed
bcdedit /set {1dae3673-e12c-11dd-b2e9-99cc767975b5} device partition=C:
bcdedit /set {1dae3673-e12c-11dd-b2e9-99cc767975b5} osdevice partition=E:
E: is where Windows Vista is installed
Set the path for Windows Boot Loader and the System Root
bcdedit /set {1dae3673-e12c-11dd-b2e9-99cc767975b5} path \Windows\system32\winload.exe
bcdedit /set {1dae3673-e12c-11dd-b2e9-99cc767975b5} systemroot \Windows
Set the Display Order on the Boot Menu
bcdedit /displayorder {1dae3673-e12c-11dd-b2e9-99cc767975b5} /addlast
This should help!
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.






No comments yet.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>