[Solved] 0x80070070 0x2000c during Upgrade to Windows 10

Discussions about using Windows guests in VirtualBox.
Post Reply
0sZw0
Posts: 1
Joined: 24. Dec 2019, 16:43

[Solved] 0x80070070 0x2000c during Upgrade to Windows 10

Post by 0sZw0 »

Guest OS: Windows 7 Pro.
Update to Windows 10 constantly stopped with 0x80070070 0x2000c error.

What helped:
  • Changed the OS Version in VM settings to "Windows 10 (64 bit") - must be done when the VM is turned off
  • Enabled PAE/NX
  • added disk space:

    Code: Select all

    C:/Programme/Oracle/VirtualBox/vboxmanage.exe modifyhd "c:\Users\VBoxFan\VirtualBox VMs\MyVBox\MyVDisk.vdi" --resize 95000 
    and then resized the disk inside the guest OS
  • Changed Graphics controller to VBoxSVGA (not sure whether this is really needed)
  • uninstalled VirtualBox Guest Additions (+reboot)
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [Solved] 0x80070070 0x2000c during Upgrade to Windows 10

Post by socratis »

'0sZw0', first post with a solution! And marked as [Solved]. Kudos! 8)

Doing a quick search for "0x80070070 0x2000c error" shows that the error is due to limited hard disk space in Win10. What I think did the trick were:
0sZw0 wrote:
  • Changed the OS Version in VM settings to "Windows 10 (64 bit")
  • added disk space
As for the rest of them:
  • PAE/NX: I don't think it's relevant for a Win10 Guest.
  • VBoxSVGA is the new vGPU, you should stick to that. But it wouldn't produce that error that you were getting.
  • Guest Additions: you should definitely re-install them.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply