How-To Geek Forums / Windows 7
(Solved) - Windows 7/vista boot problem
(7 posts)- View Accepted Answer
- Remove Solved Status
Follow these instructions to get to a command prompt (and backup your files if needed). Use your Windows 7 or Windows Vista install DVD:
http://www.howtogeek.com/forum.....?replies=1
You could try an "Automatic Startup Repair" (run it 3 times to make sure), if that does not work, get to the command prompt, and run the following commands to make a new bootloader:
Mark your Windows 7 partition as active. Use the following commands:
diskpart
(you are now inside DISKPART>)
list disk
select disk 0 (select the hard drive with Windows 7)
list partition
select partition 1 (select the partition with your Windows 7 installation)
active
exit
Then repair your bootloader. Change directory to E:\boot, where E: is your Windows 7 install DVD:
cd /d E:\
cd E:\boot
Run the following command, where C: is your System partition:
bootsect.exe /nt60 C:
Then run:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
Then restart your computer.
Edit: Link fixed. -- GModX
Oh sorry, this was the link (although the one by hArLtRoN is OK too):
http://www.howtogeek.com/forum.....?replies=1
You obviously screwed up your bootmgr and made a double boot configuration. Here is how you can remove the Vista entry: http://www.sevenforums.com/tut.....te-os.html
