3

The update starts on the windows 10 machine but after the restart everything is rolled back.

My setuperr.txt:

2019-07-16 16:38:55, Error                 CSI    00000001 (F) STATUS_OBJECT_NAME_NOT_FOUND #10# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 974 ('\REGISTRY\MACHINE\SYSTEM\Setup'), vn = [l:7 ml:8]'Compact', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034]
2019-07-16 16:38:55, Error                 CSI    00000002 (F) STATUS_OBJECT_NAME_NOT_FOUND #9# from Windows::Rtl::SystemImplementation::CKey::QueryValue(flags = 0, kn = [l:31]'\Registry\Machine\SYSTEM\Setup\', vn = [l:7 ml:8]'Compact', ic = KeyValuePartialInformation, info = {l:0 b:}, disp = 0)[gle=0xd0000034]
2019-07-16 16:38:58, Error                 MOUPG  CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1253): Result = 0xC1800104[gle=0x00000002]
2019-07-16 16:38:58, Error                 MOUPG  CDlpTask::CheckUserInterruptEx(3060): Result = 0x800704D3
2019-07-16 16:38:58, Error                 MOUPG  CDlpTask::CheckUserInterrupt(3112): Result = 0x800704D3
2019-07-16 16:38:58, Error                 MOUPG  CSetupManager::ExecuteInstallMode(794): Result = 0x800705BB
2019-07-16 16:38:58, Error                 MOUPG  CSetupManager::ExecuteDownlevelMode(392): Result = 0x800705BB
2019-07-16 16:38:58, Error                 MOUPG  CSetupManager::Execute(284): Result = 0x800705BB
2019-07-16 16:38:58, Error                 MOUPG  CSetupHost::Execute(412): Result = 0x800705BB
2019-07-16 16:39:18, Error                 CSI    00000001 (F) STATUS_OBJECT_NAME_NOT_FOUND #38# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 570 ('\REGISTRY\MACHINE\SYSTEM\Setup'), vn = [l:7 ml:8]'Compact', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034]
2019-07-16 16:39:18, Error                 CSI    00000002 (F) STATUS_OBJECT_NAME_NOT_FOUND #37# from Windows::Rtl::SystemImplementation::CKey::QueryValue(flags = 0, kn = [l:31]'\Registry\Machine\SYSTEM\Setup\', vn = [l:7 ml:8]'Compact', ic = KeyValuePartialInformation, info = {l:0 b:}, disp = 0)[gle=0xd0000034]
2019-07-16 16:39:21, Error                 CSI    00000003 (F) STATUS_OBJECT_NAME_NOT_FOUND #70# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 570 ('\REGISTRY\MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts'), vn = [l:21 ml:22]'Arial Nova (TrueType)', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034]
2019-07-16 16:39:21, Error                 CSI    00000004 (F) STATUS_OBJECT_NAME_NOT_FOUND #69# from Windows::Rtl::SystemImplementation::CKey::QueryValue(flags = 0, kn = [l:69]'\Registry\Machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts\', vn = [l:21 ml:22]'Arial Nova (TrueType)', ic = KeyValuePartialInformation, info = {l:0 b:}, disp = 0)[gle=0xd0000034]
2019-07-16 16:39:55, Error                 DU     DU::CDUSession::Search: Failed to set WU internal configuration property for targeted scans. hr = 0x80070057
2019-07-16 16:40:52, Error                 CONX   0xd0000034 Failed to add user mode driver [%SystemRoot%\system32\DRIVERS\UMDF\uicciso.dll]

2019-07-16 16:44:14, Error                 SP     pSPRemoveUpgradeRegTree: failed to delete reg tree HKLM\SYSTEM\Setup\Upgrade[gle=0x00000005]
2019-07-16 16:45:10, Error                 CSI    00000001 (F) 80220008 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=8] #519832# from CWcmScalarInstanceCore::GetCurrentValue(options = 393216, status = '(null)', value = { type: 40972, bytes ( 12 ): 640065002d00440045000000 })
[gle=0x80004005]
2019-07-16 16:45:57, Error      [0x080831] MIG    CSIAgent: Invalid xml format: FormatException: Component with display name: Plugin/{C939EC0F-2F56-4CE8-AF56-2336596A5FA7} already loaded __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *,class UnBCL::String *)
2019-07-16 16:48:11, Error                        CSetupAutomation::Resurrect: File not found: C:\$WINDOWS.~BT\Sources\Panther\automation.dat[gle=0x00000002]
2019-07-16 16:48:11, Error                 SP     CSetupPlatform::ResurrectAutomation: Failed to resurrect automation: 0x80070002[gle=0x00000002]

I tried already:

  • Chkdsk c: /F
  • Dism
  • SFC /scannow
  • In-place upgrade
  • reset Windows Update
9
  • Do you have any external disks connect to your system? How are you performing the update thorugh what mechanism? There is a known issue with 1903 with external disk which has been reported to also effect secondary internal drives.
    – Ramhound
    Commented Jul 16, 2019 at 16:35
  • Are you running the update from Windows Settings? If so, download the ISO and do an In-place Upgrade.
    – harrymc
    Commented Jul 16, 2019 at 17:53
  • @Ramhound External disks only network shares from a server. No second internal drive. Does your mentioned bug also include network shares? First i tried through regular Windows Update, then via the Official Windows Update Tool from the Microsoft homepage, then via an in-place Upgrade from an ISO and finally via the installation media creation tool.
    – misto
    Commented Jul 17, 2019 at 9:58
  • @harrymc as mentioned in the original problem I already tried both methods you mentioned
    – misto
    Commented Jul 17, 2019 at 9:59
  • Then the problem might be corruption or hardware. Check Event Viewer for error messages. I hope you have not run a registry cleaner that destroyed Windows, but if you did, try to rollback to a System Restore point from before that.
    – harrymc
    Commented Jul 17, 2019 at 11:13

1 Answer 1

0

Had exactly same errors repeatedly, until I updated all Dell drivers separately, then used the ISO in-place upgrade and selected to skip updates when installing. Hope it helps.

1
  • Windows 10 will update all drivers, except CPU related drivers (Chipset, IMEI, etc.), with their WHQL versions via Windows Update, however I'm not sure if Windows Update is able to pull customized drivers from OEMs (such as integrated graphics drivers).
    – JW0914
    Commented Nov 1, 2019 at 12:29

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .