How to fix MBR and install Windows 7

LanguidLegend

New member
Local time
1:30 PM
Messages
7
I am trying to install W7 Ultimate 64-bit on my new custom built system. So basically the installation works all the way up until after the first reboot when it tries to log into Windows for the first time - I keep getting a Windows Boot Manager error (at least lately I have been) stating that winload.exe is missing or corrupt, as shown below (except error code is 0x0000000e). However repairing Windows startup doesn't seem to work.
winload_exe_vista_missing_or_corrupt.jpg


So I have tried multiple times to re-install (even using different discs and using the bootrec command), but all I end up getting is a longer list of W7 duplicates to choose from on bootup, all of which give the same exact error.

DISKPART:
Clipboard02.jpg


BCDEDIT:
Code:
X:\Sources>bcdedit

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {default}
resumeobject            {04c1d2f6-6523-11e1-b4da-ea97e217693b}
displayorder            {default}
                        {04c1d2f5-6523-11e1-b4da-ea97e217693b}
                        {04c1d2f1-6523-11e1-b4da-ea97e217693b}
                        {04c1d2ed-6523-11e1-b4da-ea97e217693b}
                        {04c1d2e9-6523-11e1-b4da-ea97e217693b}
                        {04c1d2e7-6523-11e1-b4da-ea97e217693b}
toolsdisplayorder       {memdiag}
timeout                 3

Windows Boot Loader
-------------------
identifier              {default}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2f6-6523-11e1-b4da-ea97e217693b}
nx                      OptIn
detecthal               Yes

Windows Boot Loader
-------------------
identifier              {04c1d2f5-6523-11e1-b4da-ea97e217693b}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2f4-6523-11e1-b4da-ea97e217693b}
nx                      OptIn
detecthal               Yes

Windows Boot Loader
-------------------
identifier              {04c1d2f1-6523-11e1-b4da-ea97e217693b}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {04c1d2f2-6523-11e1-b4da-ea97e217693b}
recoveryenabled         Yes
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2f0-6523-11e1-b4da-ea97e217693b}
nx                      OptIn

Windows Boot Loader
-------------------
identifier              {04c1d2ed-6523-11e1-b4da-ea97e217693b}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {04c1d2ee-6523-11e1-b4da-ea97e217693b}
recoveryenabled         Yes
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2ec-6523-11e1-b4da-ea97e217693b}
nx                      OptIn

Windows Boot Loader
-------------------
identifier              {04c1d2e9-6523-11e1-b4da-ea97e217693b}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {04c1d2ea-6523-11e1-b4da-ea97e217693b}
recoveryenabled         Yes
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2e8-6523-11e1-b4da-ea97e217693b}
nx                      OptIn

Windows Boot Loader
-------------------
identifier              {04c1d2e7-6523-11e1-b4da-ea97e217693b}
device                  unknown
path                    \Windows\system32\winload.exe
description             Windows 7
locale                  en-US
inherit                 {bootloadersettings}
osdevice                unknown
systemroot              \Windows
resumeobject            {04c1d2e6-6523-11e1-b4da-ea97e217693b}
nx                      OptIn
detecthal               Yes

Now here's a little more info on my system:
I was (previous to my screenshots) running both of the listed 60GB hard drives on as a RAID 0 setup (yes, I changed the BIOS settings and loaded the appropriate driver during W7 installation to allow the 120GB RAID drive to be detected). The 1TB listed is my backup/storage drive.

My ultimate goal here is to remove those faulty Windows installations as bootup options and successfully install Windows 7 onto my 120GB RAID drive.
 

My Computer My Computer

Computer Manufacturer/Model Number
Compaq Presario
OS
Windows 7 Ultimate 32bit
E is probably a usb stick. Not necessary at all now. D is cd/dvd not needed as well.

Bootmgr is on C (see screenshots and bcd output). your bootmgr is an external dsik now. That's not what you want I assume?!
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
bcdedit/delete {04c1d2f5-6523-11e1-b4da-ea97e217693b}
bcdedit/delete {04c1d2f1-6523-11e1-b4da-ea97e217693b}
bcdedit/delete {04c1d2ed-6523-11e1-b4da-ea97e217693b}
bcdedit/delete {04c1d2e9-6523-11e1-b4da-ea97e217693b}
bcdedit/delete {04c1d2e7-6523-11e1-b4da-ea97e217693b}
--------------
resumeobject {04c1d2f6-6523-11e1-b4da-ea97e217693b} does not exist!
Was that the full output of bcdedit /enum all you posted?
All boot entries point to an unknown device, so don't work at all.
That's why winload.exe isn't found.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
How did you create the raid set?
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Unplug all other HD's and peripherals, wipe the target HD with Clean command: SSD - HDD Optimize for Windows Reinstallation

Then install to a partition you create during install: Clean Install Windows 7

I would not install WIn7 to RAID as it doesn't much like it. It's also dated technology which isn't even redundant unless mirrored. Use WIn7 backup imaging saved to a data HD.

Are you installing from USB flash stick. Reformat with Universal USB Installer with Win7 in dropdown menu.
 
Back
Top