0

I have two partitions and have Linux Ubuntu running on one partition and Windows 7 running on the other.

Now when I try to boot from Windows 7, I get an error saying the /system32/winload.exe file is corrupted or deleted. Now I have Windows 7 files on my system but do not have the DVD, I have made USB bootable with Windows 7, but when I boot it with the USB stick, a blue screen is coming on with weird errors messages. Now I am trying to restore my Windows instance to a restore point where it can work normally.

How can I do that in my situation?

studiohack
  • 13,477
macha
  • 213

4 Answers4

1

I would guess that something went wrong when you created the USB boot.

I don't believe that you can fix it, or rather that it may take quite a long time and many tries before you can find a solution. Some strong-arm means may be the simplest solution.

You can as first attempt Download Windows 7 System Recovery Discs. It cannot be used to install or reinstall Windows 7, just for recovering your system via automated recovery (searches for problems and attempts to fix them automatically), rolling-back to a system restore point, recovering a full PC backup, or accessing a command-line recovery console for advanced recovery purposes.

If this doesn't help, the simplest thing, if you have a legal Windows 7 serial, is to grab the correct Windows 7 installation DVD from a bit-torrent site (a good ones is isohunt, but read well the comments on the torrent).

Try first How to Run a Startup Repair in Windows 7, which will conserve all installed applications, before resorting to a full install.

harrymc
  • 498,455
0

There are many reasons why this could happen.

First, did you make any changes to the BIOS recently or hardware reconfigurations (specifically with RAID controllers or moving HDs to different ports)? I have seen similar issues when AHCI is enabled in the BIOS for a SATA disk after Windows was installed using IDE compatibility mode or vice versa.

The boot.ini file may also have been broken if the harddisk configuration has changed since it was created.

It could also be a hardware failure of some sort. Have you run any disk tests to see if this HD is healthy?

Diffuser
  • 118
0

Fixing a system after a crash yields many times a system that is still unstable. Consider mounting your windows partition from ubuntu (or a linux live distribution) to backup important data, and reinstall the system.

Ophir Yoktan
  • 240
  • 1
  • 4
  • 14
0

It seems like the winload path is missing or it has changed, it could be a change in the UUID of the disk, name letter, etc.

You must try with a recovery cd of Windows 7 or a WinPe disk and the command bcdedit (an explain of use here) or bootrec, then you could verify that the path, UUID, partition are correct and/or fix it.

good luck!

n00b
  • 566