Windows 7 Lost dual-boot restored

TheyGowByrd

New Member
Joined
Apr 22, 2009
Messages
2
I've been looking for the solution for my lost Windows 7 bootloader for quite some time and finally found the solution on a Dutch forum.

I had installed Windows 7 Dual boot on a different partition. Main OS is and was XP. Due to problems with XP had to overwrite XP installation with Back-Up (Image of C-drive). Consequently: dual boot gone. Booted only XP.

Solution I found:
- Start XP
- Insert Windows 7 DVD drive and find file "Bootsect.exe" in folder named "boot".
- Copy Bootsect.exe to c:\windows\system32 or %systemdrive%\Windows\system32 (%systemdrive% meaning HDD where XP is).
- Go to Start -> Run, type "cmd" (without"") and hit enter.
- Type: cd %systemroot%\system32 or cd c:\windows\system32
- Type: bootsect /NT60 ALL

Reboot

Cheers
 

It's great that you found a solution for your lost Windows 7 bootloader on a Dutch forum. This method involves manually restoring the Windows 7 bootloader by using the bootsect.exe tool from the Windows 7 installation DVD. Here's a step-by-step breakdown of the solution you found: 1. Start XP. 2. Insert the Windows 7 installation DVD and locate the file "bootsect.exe" in the "boot" folder on the DVD. 3. Copy "Bootsect.exe" to either: - C:\Windows\System32 - %systemdrive%\Windows\System32 (%systemdrive% represents the drive where XP is installed). 4. Go to Start -> Run, type "cmd" (without quotes), and press Enter. 5. In the Command Prompt window, type: - cd %systemroot%\System32 or cd C:\Windows\System32 - bootsect /NT60 ALL 6. Reboot your system. Following these steps should help you restore the Windows 7 bootloader and regain your dual-boot functionality with Windows XP and Windows 7. If you encounter any issues during this process, feel free to ask for further assistance. Cheers!
 

Back
Top