Код ошибки 0x8030002f при установке Windows 7: решаем проблемы с поиском файла boot.wim
Сегодня мы рассмотрим:
Проблемы и ошибки различного содержания, связанные с Виндовс – это обычное дело. Ведь вы всегда можете быть уверенны, что делаете всё по инструкциям, но найдется что-то, что испортит вам настроение и заставит искать решения на просторах Интернета. Так, к примеру, вы можете в какой раз устанавливать Windows 7, зная, что делаете, но только сейчас заметить появление некой ошибки с кодом 0x8030002f, которая может загнать вас в серьёзнейший ступор от незнания, что же делать дальше.
Сегодня мы детально взглянем на ошибку 0x8030002f при установке Windows 7 и разберемся, как её исправить.
Почему вы видите ошибку 0x8030002f?
Появление ошибки с таким кодом значит, что система, при попытке считать внешний носитель, не способна найти файл boot.wim. Конечно, это вовсе не означает, что этого файла на диске или флешке нет.
Данная проблема возникает, если используемый вами диск для установки Windows 7 был поврежден (большое количество царапин).
Если же вы использовали флешку, то здесь два варианта:
- сама флешка сломана;
- USB-порт на компьютере не работает.
Как найти точную причину неисправности, думаем, вы знаете:
- в случае с диском или флешкой, попробуйте запустить их на другом устройстве;
- для проверки порта достаточно вставить флешку в другой разъем и посмотреть на результат.
Конечно, если всё дело будет заключаться в этом, то здесь сможет помочь «хирургическое» вмешательство под корпус системного блока. Однако если всё же проблема заключается в физических повреждениях самого внешнего носителя, то здесь есть один вариант, с помощью которого довольно часто можно исправить ситуацию.
Исправляем ошибку 0x8030002f
Итак, рассматривать вариант мы будем, когда сам внешний носитель распознается, но система не видит всех файлов на нем.
В таком случае вам следует прибегнуть к этой инструкции:
- Убедитесь, что используемый носитель отформатирован.
- Далее, вам нужно зайти в BIOS и проделать там несколько действий. Для начала откройте его.
Вот таким вот нехитрым образом можно попробовать снова оживить внешний носитель, чтобы установить Виндовс 7 без ошибки 0x8030002f. Конечно, если последний метод вам всё так же не помог, то здесь кроме замены носителя вам ничего не поможет.
Windows was unable to create a required installation folder [SOLVED]
System Update is an important task that should be done by all Windows users on a regular basis. It is the best way to fix potential vulnerabilities in your Windows OS.
You might have encountered an error that often appears during Windows Updates and generally caused due to the lack of permissions of file or registry. The full error message you get looks like “Error: 80070005 – Windows was unable to create a required installation folder“.
If you tend to ignore the error you might have to face system slow down or even crashes. You can easily troubleshoot the issue through these simple solutions.
What to do if Windows was unable to create a required installation folder
1. Allow user full control
Folder permissions might be the reason behind the error if it’s being caused by a specific application.
You can follow the following steps to get rid of the error on your system.
- Press Windows key + R to open the Run dialogue box.
- Now type the following command and click OK.
- C:\Users\USERNAME\AppData
- C:\Users\USERNAME\AppData
- You need to replace USERNAME with the username of your account and replace C: with the letter of your Windows installation drive.
- Find the Local folder right click on it and click Properties.
- Navigate to Security>Edit > Add and then type Everyone in the textbox provided below.
- Click the Check names button that is available on the right side and click OK.
- Click Everyone and set its permissions to allowFull control.
- Now just save the changes by clicking OK.
- Finally, you have to restart the computer to apply the recent changes.
2. Configure Windows Update Settings
One of the easiest ways to fix the error is to allow automatic updates on your system. You can configure Windows Update settings by following these steps.
- Open the Start menu and type update in the search box.
- You will see a list search results below, click Windows Update from the list. It will open Windows Update in the Control Panel.
- Now click Change Settings that on the left-hand side.
- You will be navigated to the Choose your Windows Update Settings window. Head towards the Important updates section and select Install updates automatically (recommended).
- You can also set a schedule to install these automatic updates by clicking Updates will be automatically installed during the maintenance window.
- Finally hit the OK button to save the changes.
You might face the error if your Windows Firewall Settings are not allowing Windows Update settings to take effect. You can adjust the Windows Firewall Settings by following these steps:
- C lick the Start menu and type Firewall in the search box.
- You will see a list of search results, select Windows Firewall from the list.
- On the left-hand side, you will find Allow a program or feature through Windows Firewall click on it and select Allow another program.
- Next, click the Browse button and you have to locate the svchost.exe file on the disk.
- After locating the file click the following buttons Open>Add.
- Now you will be able to see a new program in the list called Host Process for Windows Services.
- Finally, save the changes by clicking the OK button.
3. Windows Update Troubleshooter
Windows Update Troubleshooter is a handy tool that helps to automatically fix various issues while running Windows Updates. Microsoft offers two separate versions for Windows 7 & 8 and Windows 10. You need to download the version that is compatible with your PC.
You have to run the downloaded troubleshooter file in your PC. It will automatically perform some fixes and finally, you will have to restart your device. If required, you can again run the troubleshooter to fix some additional issues.
4. R eset the Permission Settings (Windows 7)
This solution is specifically for those who are running a Windows 7 OS. This tool is used to reset the Permission Settings on Windows machine.
- Download the subinacl.msi file on your Desktop and open the downloaded file.
- Once the installation process starts you need to select C:\Windows\System32 as the destination folder.
- Open Notepad by pressing Windows + R key on your keyboard and typing notepad.
- After pasting the following commands in your Notepad file and Save it on your Desktop with the name reset.bat.
- @echo off
- subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
- subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
- subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
- subinacl /subdirectories %SystemDrive% /grant=administrators=f
- subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
- subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
- subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
- subinacl /subdirectories %SystemDrive% /grant=system=f
- @Echo =========================
- @Echo Finished.
- @Echo =========================
- @pause
- Now head to the Desktop, right-click the reset.bat and select Run as administrator .
- It will open a window processing similar to the DOS.
- You will wait to wait for a few mins until you see the following message Finished, press any key to continue.
If the issue is not resolved yet you need to use the Built-in Administrator to run the upgrade.
- Navigate to Start button and locate Command Prompt.
- You have to right-click the Command Prompt, select Run as administrator and click Continue.
- Press the Enter key after pasting the following command net user administrator /active:yes.
- Now login to the Administrator Account by restarting your system.
- Finally, run Windows 7 Upgrade and it is expected to successfully run without any issues.
If the error still persists, you need to disable your antivirus program for a specified time period. By the end of this post, you must have resolved “Error: 80070005 – Windows was unable to create a required installation folder” by correctly following each step. Let us know in the comments section below if you still face any issues.
Windows was unable to create a required installation folder. Error code: 0x80070005
Try these following suggestions:
The error 0x80070005 occurs if the upgrade has no permission to writecertain folder. Try the following steps:
1. Please download the subinacl.msi file from the following link and save the installation patch onto the Desktop:
2. Please go to the Desktop and double click the downloaded file.
3. Please select the C:\Windows\System32 folder as the Destination Folder during the installation. Later we will use this tool to reset the permission settings on the current machine.
4. Click the «Start» Button, in the «Start Search» bar, type: «notepad» (without quotes) and press Enter.
5. Copy the following commands and then paste them into the opened Notepad window:
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
6. After pasting the above commands, please close the Notepad window. Choose «Save» when you are prompted to save the file. Type «reset.bat» as the file name and choose «Desktop» from the left panel as the save location.
7. Refer to the Desktop and right click the reset.bat file, then choose «Run as administrator.»
8. You will see a DOS-like window processing.
NOTE: It may take several minutes, please be patient. When it is finished, you will be prompted with the message: «Finished, press any key to continue».
If same thing happens, let’s move to the next step.
Run the upgrade by using the Built-in Administrator
1. Click the Start button->All Programs->Accessories.
2. Right click Command Prompt and select «Run as administrator».
3. Click Continue when the User Account Control window appears.
4. Copy the following command and press Enter:
net user administrator /active:yes
5. Restart the computer and then log into the computer by this Administrator account.
6. Run windows 7 upgrade.
Error code 0x80070005 usually indicates that you don’t have enough privilege or the operation is blocked. As I know, some programs (Boot Camp on Mac PC, etc.) may not be compatible with Windows 7, if you have installed these programs on the computer, you may not be able to perform the upgrade. You need to uninstall these programs before upgrading. Moreover, this kind of issue can be related to UAC, I recommend you toturn off UAC in Windows Vista , if you have installed any security software, try to uninstall the security application as well.
BTW, for your references, I found some similar issues:
Windows was unable to create a required Installation folder. Error Code: 0x80070005
«Unable to create folder» error when trying to install Windows 7
Error 0x80070005 when upgrading to windows 7 from vista
CREDIT: Dale Qiao Microsoft, Moderator and cdobbs