Sie können keine Aktualisierung durchführen, da Windows die Menge an freiem Speicherplatz auf der versteckten SYSTEM-Partition, die den Bootloader enthält, nicht erkennt:
2015-03-28 20:02:47, Error CONX ConX::Compatibility::CSystemAbstraction::GetDiskFreeSpaceW: Failed to retrieve disk space info for [gle=0x00000003] 2015-03-28 20:02:47, Error CONX CFreeSystemPartitionDiskSpaceChecker failed. Failed to determine the free disk space on the system partition. . HRESULT = 0x80070003[gle=0x00000003] 2015-03-28 20:02:47, Error CONX ConX::Compatibility::CCompatibilityHost::SetScanResult: Compat scan from provider wsc:setup: failed. HRESULT = 0x80070003
Fehler 0x80070003
bedeutet, dass kein Pfad gefunden wurde:
C:\Users\André>err 0x80070003 # for hex 0x80070003 / decimal -2147024893 COR_E_DIRECTORYNOTFOUND corerror.h # The specified path couldn't be found. # as an HRESULT: Severity: FAILURE (1), FACILITY_WIN32 (0x7), Code 0x3 # for hex 0x3 / decimal 3 ERROR_PATH_NOT_FOUND winerror.h # The system cannot find the path specified. # 2 matches found for "0x80070003"
Anscheinend kann Windows die Systempartition nicht finden.