Windows 10 - installation error

ExDeF

Member
Messages
78
Reaction score
10
Hi!
When installing the system, an error occurs:
scr1.jpg
Translation:

Windows Setup

Failed to complete the installation process.
To install Windows, restart the installer.
 

Attachments

You removed all the required libraries for UWP apps.
Code:
                <c>microsoft.net.native.framework.1.7 'Microsoft .Net Native Framework Package 1.7'</c>
                <c>microsoft.net.native.framework.2.2 'Microsoft .Net Native Framework Package 2.2'</c>
                <c>microsoft.net.native.runtime.1.7 'Microsoft .Net Native Runtime Package 1.7'</c>
                <c>microsoft.net.native.runtime.2.2 'Microsoft .Net Native Runtime Package 2.2'</c>
                <c>microsoft.vclibs.140.00 'Microsoft Visual C++ 2015 UWP Runtime Package'</c>
                <c>microsoft.vclibs.140.00.uwpdesktop 'Microsoft Visual C++ 2015 UWP Desktop Runtime Package'</c>
 
Didn't help. :(
An error window appears:
The Windows installation program failed to configure Windows to work with this computer's hardware.
After rebooting, a window like in my first post appears.
 
You removed all the drivers, but didn't integrate any storage drivers. Do you have Intel RST or VMD?

If you don't include the missing storage drivers, then you must disable RAID mode from BIOS, and run as AHCI.
 
Libraries for UWP aren't necessary for Windows installation, the last time I tested.
I'm assuming your PC is in "bios" (legacy) since you're removing the Boot Manager (EFI).

Otherwise, maybe check the drivers.
 
Yes, I am installing on an old laptop. EFI - no.
Drivers are installed via WinNTSetup.
There were no problems before with Windows 10.
p.s. yesterday, I installed Windows 11 on it, everything is great!
Most importantly, the original install.wim (without NTLite processing) installs without problems!
 
Last edited:
Have you changed anything since the last time it worked ?
Yes, Version NTLite and install.wim (UUP Dump) build 6396
I also converted the Pro version to Enterprice via ConvertConfig.ini
[create_virtual_editions]
vUseDism =0
 
Last edited:
With Windows 11, there's no problem, but I haven't tested it with the latest builds of Windows 10.

Try keeping the Game Mode component, remove this line from your preset.
Code:
<c>gamemode 'Game Mode'</c>
A few users encountered a problem installing what we discussed with nuhi, but I'm not at all sure if it changes anything.
 
If you want to know where the problem came from, compare the two
 
Hi!
I found the problem.
When the Unified Write Filter is enabled:
scr0.jpgscr1.jpg

An installation error window appears, as in the first post.
Fix it, please!
 
Use the Unified Write Filter (UWF) feature
To use UWF, you'll first need to install the feature.

Next, you'll enable (and optionally configure) the feature. The first time you enable UWF on your device, UWF makes the following changes to your system to improve the performance of UWF:
  • Paging files are disabled.
  • System restore is disabled.
  • SuperFetch (aka "SysMain" service) is disabled.
  • File indexing service is turned off.
  • Fast boot is disabled.
  • Defragmentation service (aka "Optimize drives" service) is turned off.
  • BCD setting bootstatuspolicy is set to ignoreallfailures.

From your preset:
Code:
                <c>systemrestore 'System Restore'</c>
 
Back
Top