Cant Boot windows, Linux boot loader has taken over

endoftheline2

New member
I had windows 7 originally Installed on my Laptop. I then Installed Ubuntu 9.10 Desktop version, and it installed the grub boot loader
(All on 1 single HD, each OS is on its own partition.)

This boot loader was used to dual boot between windows and Linux. However now the grub boot loader is broken, and I was talking to some people how knew about Ubuntu, and they said to just delete its partition, which I did.

Now when I boot from my HD I just get a broken grub boot loader, and can’t get even get into my Win 7. Now I just want to get ride of this Grub boot loader, and get Windows 7 MBR back. I have booted from my windows 7 recovery disc, and have done:

Startup Repair – It found no problems, but HD still only boots to broken grub boot loader

System Restore – I restored to before I was having this problem, but HD still only boots to broken grub boot loader

I am trying to figure out what commands to enter in the command prompt to repair the MBR, or maybe just view what partitions are in my computer, and then completely delete the one with Grub on it.

If I type bcdedit I get this:

Windows Boot Manager
Identifier: {bootmgr}
Device: partition = C:
Description: Windows Boot Manager
Inherit: {globalsettings}
Default: {default}
Displayorder: {default}


Windows Boot Loader
Identifier: {default}
Device: partition = D:
Path: \Windows\system32\winload.exe
Description: Windows 7
Inherit: {bootsequencesettings]
Recoveryenabled: yes
Osdevice: partition = D:
Systemroot: \windows
Nx: OptIn

According to this everything looks fine, The C partition is that 100MB system reserved boot partition that windows 7 creates, and the D partition is a 100GB partition that I created on the HardDrive that windows 7 was installed to. I don’t understand why the windows boot loader will not boot, somehow the grub boot loader is still over riding it, even though I deleted the partition that ubuntu was installed on, and where the grub should have been installed as well.

From the command prompt, if I use diskpart, there are only 2 partitions, a 100MB one, and a 100GB one. Those are C and D respectively, so I am not sure how the grub is still loading unless it installed itself to a NTFS partition if that is even possible.

Does anyone know what commands I can try to repair or recreate the MBR so that windows 7 will load, or maybe commands to delete this Grub boot loader?
 

My Computer

OS
Windows 7 Ultimate x64
CPU
Intel Core 2 Duo E6700 Conroe 2.66GHz LGA 775 65W Dual-Core
Motherboard
EVGA 122-CK-NF63-TR LGA 775 NVIDIA nForce 680i SLI ATX Intel
Memory
OCZ Platinum 4GB (2 x 2GB) DDR2 1066 OCZ2P10664GK
Graphics Card(s)
EVGA GeForce GTX 260 Core 216 896MB 448-bit
Monitor(s) Displays
Dell 24inch @ 1920*1200
Screen Resolution
1920*1200
Hard Drives
Windows on 500GB
Data Drivers:
1TB
2TB
PSU
SILVERSTONE 750W ATX [4x +12V 18A Rails]
Case
Raidmax
Cooling
Zalman CNPS 9700
Try this

Boot the recovery DVD and choose to drop to a command prompt

>FIXBOOT D:
>FIXMBR
>BOOTCFG /rebuild

I hope that helps
 

My Computer

Computer Manufacturer/Model Number
Compal JFT02 (Custom Build Laptop)
OS
Windows 7 Home Premium x64 - Mac OS X 10.6.4 x64
CPU
Intel Core 2 Duo T9300 2.5 GHz
Motherboard
JFT02
Memory
4GB Kingston DDR2-800
Graphics Card(s)
NVIDIA Geforce 8600M GT (512MB Model)
Sound Card
Realtek HD Audio
Monitor(s) Displays
WUXGA Standard Laptop Display
Screen Resolution
1680*1050
Hard Drives
Toshiba 320GB 5400RPM Laptop HD
PSU
Standard Laptop Power Supply
Case
Standard Laptop Case
Cooling
Standard Laptop Cooling
Keyboard
Standard Laptop 105 Key-Keyboard
Mouse
Synaptics Touchpad
Internet Speed
Verizion Online DSL 3360/864 kbs (dl/up)
endof,

Do what Zidane24 suggests, that should work.

In case it did not work,

Up to 3x Startup Repair, this because Startup Repair can only do one thing at a time.

Best regards,

zx81
 

My Computer

Computer Manufacturer/Model Number
Dell Inpspiron 1720
OS
Windows 7 Home Premium x64
CPU
Intel 1720 Core 2 Duo 2.00GHz,800,2M
Memory
4GB 667MHz DDR2 SDRAM (2x2048)
Graphics Card(s)
NVIDIA Geforce Go 8600M GT 256MB DDR2
Sound Card
SigmaTel
Monitor(s) Displays
17.0" Widescreen WXGA+ (1440x900) TFT with TrueLife
Screen Resolution
1440x900
Hard Drives
2x160GB 5400RPM Serial ATA
Mouse
Logitech
Thanks for the ideas, I ended up running these commands and they fixed it right away.

> bootrec /fixMBR – operation completed successfully

> bootrec /fixBoot - operation completed successfully

> bootrec /rebuildBCD –
Successfully scanned windows installations.
Total identified Windows Installations: 0
Operation completed successfully

> bootrec /scanOS -
Successfully scanned windows installations.
Total identified Windows Installations: 0
Operation completed successfully

Although it says 0 identified windows installations, My windows 7 now boots fine, and there is no more grub boot loader. Thanks a lot for the help.
 

My Computer

OS
Windows 7 Ultimate x64
CPU
Intel Core 2 Duo E6700 Conroe 2.66GHz LGA 775 65W Dual-Core
Motherboard
EVGA 122-CK-NF63-TR LGA 775 NVIDIA nForce 680i SLI ATX Intel
Memory
OCZ Platinum 4GB (2 x 2GB) DDR2 1066 OCZ2P10664GK
Graphics Card(s)
EVGA GeForce GTX 260 Core 216 896MB 448-bit
Monitor(s) Displays
Dell 24inch @ 1920*1200
Screen Resolution
1920*1200
Hard Drives
Windows on 500GB
Data Drivers:
1TB
2TB
PSU
SILVERSTONE 750W ATX [4x +12V 18A Rails]
Case
Raidmax
Cooling
Zalman CNPS 9700
Back
Top