Hi there,
I've been using NTLite for a while to customize our Windows 11 image for both virtual machines and laptops and it has worked quite well for a long time. However, with a new batch of Lenovo IdeaPads, the installation will always enter a "The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed" loop. I've noticed this on both 15ARP10 and 16ABR8 models that I tried to install using an ISO I've made in July that so far worked well on other models (including 16ABR8's of the same Type 82XR that I bought two months ago). Apparently Lenovo changed something in their hardware recently that trips up the Windows 11 install file that NTLite created or requires something that I removed, although I can't make heads or tails out of the setuperr.log:
My setup file is set to skip everything but the disk selection which I want to have because the ISO is used on different computers with different disk layouts.
However, since a "clean" Windows 11 ISO will install successfully, I'm pretty sure something in autounattend.xml trips it up. Can someone give me a headsup *what* it might be?
TIA
SoWhy
I've been using NTLite for a while to customize our Windows 11 image for both virtual machines and laptops and it has worked quite well for a long time. However, with a new batch of Lenovo IdeaPads, the installation will always enter a "The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed" loop. I've noticed this on both 15ARP10 and 16ABR8 models that I tried to install using an ISO I've made in July that so far worked well on other models (including 16ABR8's of the same Type 82XR that I bought two months ago). Apparently Lenovo changed something in their hardware recently that trips up the Windows 11 install file that NTLite created or requires something that I removed, although I can't make heads or tails out of the setuperr.log:
Code:
2025-12-18 21:33:15, Error MOUPG CMoSetupOneSettingsHelperT<class CEmptyType>::InitializeSettings(324): Result = 0x80072EE7
2025-12-18 21:33:15, Error MOUPG CSetupHost::InitializeOneSettings(1551): Result = 0x80072EE7
2025-12-18 21:33:15, Error MOUPG SetupHost: OneSettings initialization failed: [0x80072EE7]
2025-12-18 21:33:15, Error MOUPG CSetupManager::GetWuIdFromRegistry(12425): Result = 0x80070002
2025-12-18 21:33:15, Error MOUPG CDlpActionProductKeyValidate::ReportDownlevelInstallChannel(3664): Result = 0x80070490
2025-12-18 21:33:15, Error MOUPG ProductKey: Failed to report Host OS channel to telemetry.
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::IsMeteredConnection,29,Failed to get NetworkCostType assuming metered network [0x80040154].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::GetSettingsFromEndpoint,244,Failed to retrieve Sqm DeviceId: [0x80070002].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::GetSettings,94,Failed to get settings from endpoint [0x80070002].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,ProcessJson,606,Unable to GetSettings [0x80070002]
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::IsMeteredConnection,29,Failed to get NetworkCostType assuming metered network [0x80040154].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::GetSettingsFromEndpoint,244,Failed to retrieve Sqm DeviceId: [0x80070002].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,Windows::Compat::HardwareRequirements::HardwareRequirementSettings::GetSettings,94,Failed to get settings from endpoint [0x80070002].
2025-12-18 21:33:18, Error CONX hwreqchk: ERROR,ProcessJson,606,Unable to GetSettings [0x80070002]
2025-12-18 21:33:19, Error MOUPG CDlpResponseInstallLocation::ObtainData(122): Result = 0x8007000D
2025-12-18 21:33:19, Error MOUPG CDlpActionDiskManagement::GetDriveLetterFromUnattend(877): Result = 0x8007000D
2025-12-18 21:38:41, Error MOUPG CDlpActionDiskManagement::DeletePartitionAsync(716): Result = 0x80070057
2025-12-18 21:39:14, Error SP CNewSystem::PreInitialize: FveCheckSuspendBitLockerOnUpgrade failed: 0x8031004a, assuming auto-unlock is not supported
2025-12-18 21:41:50, Error IBSLIB BCD: Failed to add system store from file. File: \Device\HarddiskVolume7\EFI\Microsoft\Boot\BCD Status: c000000f[gle=0x00000002]
2025-12-18 21:41:50, Error SP BFSVC: AddBootmgrLast and PreserveBootOrder options are ignored when custom volume is specified
2025-12-18 21:41:51, Error SP BFSVC: AddBootmgrLast and PreserveBootOrder options are ignored when custom volume is specified
2025-12-18 21:41:51, Error Service DiagTrack is not available
2025-12-18 21:42:35, Error [SetupPlatform.exe] System disks found
2025-12-18 21:43:37, Error [setup.exe] System disks found
2025-12-18 21:43:48, Error [setup.exe] [Action Queue] : Unattend action failed with exit code 4
2025-12-18 21:43:48, Error [setup.exe] Execution of unattend GCs failed; hr = 0x0; pResults->hrResult = 0x8030000b
My setup file is set to skip everything but the disk selection which I want to have because the ISO is used on different computers with different disk layouts.
However, since a "clean" Windows 11 ISO will install successfully, I'm pretty sure something in autounattend.xml trips it up. Can someone give me a headsup *what* it might be?
TIA
SoWhy
