[Solved] Windows Guest restart unexpected

Discussions about using Windows guests in VirtualBox.
Post Reply
fil
Posts: 3
Joined: 9. Oct 2019, 19:54

[Solved] Windows Guest restart unexpected

Post by fil »

Hi,

Host: Mac OS 10.14.6
2,3 GHz Intel Core i7
16 GB 1600 MHz DDR3
NVIDIA GeForce GT 750M 2 GB
Intel Iris Pro 1536 MB

Virtualbox: 6.0.12 r133076 (Qt5.6.3)
Guest: Windows 10 (started headless) connected via RDP

The windows guest restart randomly with VIDEO_TDR_FAILURE:

Code: Select all

19:32:45.013803 GIM: HyperV: Guest indicates a fatal condition! P0=0x116 P1=0xffffd00d6e63c010 P2=0xfffff807cd7d9c20 P3=0xffffffffc00000b5 P4=0xa
19:32:45.014634 GIMHv: BugCheck 116 {ffffd00d6e63c010, fffff807cd7d9c20, ffffffffc00000b5, a}
19:32:45.014635 VIDEO_TDR_FAILURE
19:32:48.257766 VMMDev: vmmDevHeartbeatFlatlinedTimer: Guest seems to be unresponsive. Last heartbeat received 4 seconds ago
19:32:53.297052 AHCI#0: Reset the HBA
19:32:53.297100 VD#0: Cancelling all active requests
19:32:53.297953 AHCI#0: Port 0 reset
19:32:53.299036 VD#0: Cancelling all active requests
19:33:08.936721 VMMDev: Guest Log: VBoxGuest: BugCheck! P0=0x116 P1=0xffffd00d6e63c010 P2=0xfffff807cd7d9c20 P3=0xffffffffc00000b5 P4=0xa
19:33:08.936924 GIM: HyperV: Reset initiated through MSR
19:33:08.937000 Changing the VM state from 'RUNNING' to 'RESETTING'
Log attached
Last edited by socratis on 19. Oct 2019, 09:24, edited 2 times in total.
Reason: Marked as [Solved].
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Windows Guest restart unexpected

Post by scottgus1 »

It appears you are using the VboSVGA video card with 3D acceleration turned on:
00:00:00.133502   3DEnabled        <integer> = 0x0000000000000001 (1)
....
00:00:00.133507   VMSVGA3dEnabled  <integer> = 0x0000000000000001 (1)
00:00:00.133508   VMSVGAEnabled    <integer> = 0x0000000000000001 (1)
00:00:03.200589   VMSVGAPciId      <integer> = 0x0000000000000001 (1) 
^this strikethroughed line is not in the log, so VboxSVGA, not VMSVGA
This video card is new, and is still getting the bugs worked out of it. 3D acceleration won't be used while running headless. Could it be causing the crashes? Turn off 3D acceleration and see what you get.
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: Windows Guest restart unexpected

Post by socratis »

Good call 'scottgus1', VBoxHeadless and 3D doesn't make sense, up until a while ago it would crash the VM at startup. :o

Another thing you should correct in your VM Settings:
00:00:00.133168 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.299737 CPUM: Physical host cores: 4
00:00:00.299993 Full Name: "Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz"
You have assigned all your CPUs to the VM. The host is going to run low on resources, since VirtualBox cares about physical processors (cores), not logical ones (threads). Just check the link for your CPU above, and make sure you read the text in the "?" next to the "# of Cores" and "# of Threads" in that Intel page...
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.
fil
Posts: 3
Joined: 9. Oct 2019, 19:54

Re: Windows Guest restart unexpected

Post by fil »

Thanks for your help, I have corrected the settings, disabled the graphics controller completly and fixed the CPU too ... Have overseen that because the setting is still in the "green area" and shows an max value of 8.
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: Windows Guest restart unexpected

Post by socratis »

Let us know how it goes, so we can mark the thread appropriately, if it works...
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.
fil
Posts: 3
Joined: 9. Oct 2019, 19:54

Re: Windows Guest restart unexpected

Post by fil »

It works.
Thanks again for your help.


Best Regards
Fil
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: Windows Guest restart unexpected

Post by socratis »

Thanks for reporting back, marking as [Solved].
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