SquareDevil,
Do you have access to another Win 7 x64 system?
If yes, make a System Repair Disc
DISC - CREATE A SYSTEM REPAIR DISC
START | type
System Repair |
Enter key |
Create Disc button
++++++++++++++++++++++
If not, and you have a Win 7 DVD, you can use it.
The objective is to get to a command prompt where you will issue a couple of commands.
COMMAND PROMPT - GO TO A COMMAND PROMPT USING A SYSTEM REPAIR DISC 1) Insert
System Repair Disc into optical reader.
2) Shutdown your computer.
3) Boot up your computer from the System Repair Disc
If your computer doesn’t boot from the optical drive, then
Immediately after pushing your Power ON button, start tapping the F2 key to get to the BIOS to change the boot order.
On some computers, you can:
Immediately after pushing your Power ON button, start tapping the F12 key and choose CD/DVD to change the boot order only for this time.
4) Wait while a mini-version of Windows is loaded and finally the System Recovery Options dialog appears.
5) SYSTEM RECOVERY OPTIONS dialog |
Select a keyboard input method | NEXT button
6) SYSTEM RECOVERY OPTIONS dialog
will search your system for installed versions of Windows.
7) SYSTEM RECOVERY OPTIONS dialog |
select the
Use recovery tools that can help fix problems starting Windows radio button |
NEXT button
8) SYSTEM RECOVERY OPTIONS | Choose a recovery tool |
9) Click on
command prompt from the list shown
Run any desired commands and type
EXIT when finished.
Remove the System Repair Disc.
Shutdown your computer.
Power on your computer.
COMMAND PROMPT - GO TO A COMMAND PROMPT USING YOUR WIN 7 DVD
■Boot up from your Windows 7 DVD.
■At the first dialog window, press
SHIFT + F10 key combo
■You will have a
X:> command prompt
X: is a ram drive created by Windows 7.
======================================
Now that you are there, here are the commands you need:
REPAIR-RESTORE-FIX THE MASTER BOOT RECORD Ø Boot to
System Repair Options Ø Click on
Command Prompt Ø Type
cd boot and hit
ENTER Ø Type
BOOTREC /RebuildBCD and hit
ENTER
this rebuilds the Boot Configuration Data (BCD) file Ø Type
BOOTREC /FixBoot and hit
ENTER
The
/FixBoot option writes a new boot sector to the system partition
Ø Type
BOOTREC /FixMBR and hit
ENTER
this writes a Vista / Win 7 MBR to the system partition; does not overwrite the existing partition table
Ø