[Solved] Troubles upgrading from 5.x to 6.x with Windows 10

Discussions about using Windows guests in VirtualBox.
Post Reply
TheRedhead
Posts: 5
Joined: 25. Jan 2019, 17:02

[Solved] Troubles upgrading from 5.x to 6.x with Windows 10

Post by TheRedhead »

Hello,

I am running VirtualBox on a Fedora x86_64 machine. I have been running the 5.x series for a while with no issues.

I recently tried upgrading to 6.0 when it came out, but had problems with my Windows 10 VM where it just won't start. I held out for 6.0.2 hoping it would get resolved, but I am now having the same issue with it as well.

When I try to start the VM, I get a pop up stating starting virtual machine, but it stays at 0%. After a minute or so, another will pop up and move to 20% but then freezes. The main VM window just remains black. I never see the bios screen or anything else.

I am not using EFI which seems to be an issue in the other theads.

My Linux guests all seem to boot fine.

Attached is a screen shot and the VBox.log.

Any suggestions?
Attachments
VBox.log
Log
(40.89 KiB) Downloaded 15 times
Screenshot
Screenshot
VirtualBox.jpg (101.86 KiB) Viewed 2098 times
Last edited by socratis on 5. Feb 2019, 19:17, edited 1 time in total.
Reason: Marked as [Solved].
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Troubles upgrading from 5.x to 6.x with Windows 10

Post by andyp73 »

Can you zip up and post the .vbox recipe file for the guest in question. You can get it by right clicking on the guest in the VirtualBox Manager and selecting "Show in File Manager". We will also need the global configuration file VirtualBox.xml. The Where Oracle VM VirtualBox Stores its Files will tell you where to look for it.

There is a rogue extra settings in one of these files that is causing the following error:
[quote]00:00:00.461187 VMSetError: Duplicate config values '/CPUM/CMPXCHG16B' and '/CPUM/IsaExts/CMPXCHG16B' - please remove the former![/quote]
-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
TheRedhead
Posts: 5
Joined: 25. Jan 2019, 17:02

Re: Troubles upgrading from 5.x to 6.x with Windows 10

Post by TheRedhead »

Attached are the files requested
Attachments
Windows 10.vbox.gz
(2.54 KiB) Downloaded 20 times
VirtualBox.xml.gz
(1.42 KiB) Downloaded 17 times
TheRedhead
Posts: 5
Joined: 25. Jan 2019, 17:02

Re: Troubles upgrading from 5.x to 6.x with Windows 10

Post by TheRedhead »

The Windows 10.vbox file does contain this line:

<ExtraDataItem name="VBoxInternal/CPUM/CMPXCHG16B" value="1"/>

I tried deleting it manually, but it gets recreated. I am guessing there is some other way I am supposed to get rid of it.
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Troubles upgrading from 5.x to 6.x with Windows 10

Post by andyp73 »

That is the line that needs deleting. I think you should be OK deleting it manually provided that the guest is fully shutdown and all of the VirtualBox services have been terminated on the host.

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
TheRedhead
Posts: 5
Joined: 25. Jan 2019, 17:02

Re: Troubles upgrading from 5.x to 6.x with Windows 10

Post by TheRedhead »

Thanks.

I couldn't find the process that was holding that file, so I ended up removing VirtualBox all together, rebooted, edited the file, and reinstalled.

After that, I was able to start the VM without issue.

Thank you very much for the input!
Post Reply