Windows 10 Pro upgrade missing "boot.wim" file

3

1

I am trying to install/upgrade Windows Pro 8.1 to Windows 10 through setup.exe from C:\$Windows.~BT. But installer tell me that boot.wim file is missing.

In update history logs I can see that update to windows 10 failed many times since july 29th.

enter image description here enter image description here enter image description here enter image description here

Michal

Posted 2015-08-02T10:20:47.310

Reputation: 211

Question was closed 2015-08-03T15:17:10.107

Answers

3

I had the exact same error while I wanted to upgrade from Windows 8.1 to Windows 10. My solution was the following:

  1. Log in as an administrator.
  2. Press Windows+R, enter regedit and press enter to open the registry editor.
  3. Locate the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade (if it's missing, create it)
  4. Create a new DWORD (32-bit) value, call it AllowOSUpgrade and set its value to 0x00000001.
  5. Restart the control panel, browse to "Windows Update" and search for updates (if the button from step 6 is not already there).
  6. Now, a button with Getting started should appear. Click on it and follow the instructions to install Windows 10.

Source: http://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/windows-update-installation-failure-80240020/d695e827-9774-4e10-8972-df8d51a7bb51

sigalor

Posted 2015-08-02T10:20:47.310

Reputation: 385

Didn't work for me because that registry already has that value (0x00000001). – GreenGiant – 2016-06-20T18:50:29.250