Intermittent hang on NT4 startup

Discussions about using Windows guests in VirtualBox.
Post Reply
Royce
Posts: 20
Joined: 27. Jun 2013, 09:25

Intermittent hang on NT4 startup

Post by Royce »

About 1 in 5 starts of NT4 guest hang and never recover. The startup gets past the boot screen and shows the desktop but then hangs before any icons appear in the system tray. Usually the Guest Additions and Intel ProSet icon should appear.

I suspect it has something to do with loading guest additions, but there's nothing in the windows Event Log. Have tried reinstalling guest additions but that didn't help. From the VBox logs I see this during a failed start:

Code: Select all

00:00:25.000579 VMMDev: vmmDevHeartbeatFlatlinedTimer: Guest seems to be unresponsive. Last heartbeat received 4 seconds ago
And successful start has this line instead of the above:

Code: Select all

00:00:25.806271 VMMDev: Guest Additions capability report: (0x0 -> 0x4) seamless: no, hostWindowMapping: no, graphics: yes
Trying to run a script on the guest via VBboxManage returns an error that the guest is still starting up. Guest has to be killed and then restarted.

Guest: NT4 SP6a
Host: Debian Linux 64
Attachments
NT4 Server-2015-11-16-15-55-34.log
Hung start
(89.37 KiB) Downloaded 6 times
NT4 Server-2015-11-16-15-54-30.log
Good start
(88.55 KiB) Downloaded 3 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Intermittent hang on NT4 startup

Post by mpack »

I see mention of VRDP in the log. Are you using RDP?
Royce
Posts: 20
Joined: 27. Jun 2013, 09:25

Re: Intermittent hang on NT4 startup

Post by Royce »

mpack wrote:I see mention of VRDP in the log. Are you using RDP?
I configured it recently - after I discovered the issue. In other words, I had the issue regardless of RDP being configured and I wasn't using RDP when the startup hung. It was all done with the VBox GUI.
michaln
Oracle Corporation
Posts: 2973
Joined: 19. Dec 2007, 15:45
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Any and all
Contact:

Re: Intermittent hang on NT4 startup

Post by michaln »

Obvious question: Does the same problem happen without the Guest Additions?
Royce
Posts: 20
Joined: 27. Jun 2013, 09:25

Re: Intermittent hang on NT4 startup

Post by Royce »

michaln wrote:Obvious question: Does the same problem happen without the Guest Additions?
I just tested it - problem persists with additions uninstalled.

For the hanging startup, the log ends with:

Code: Select all

00:00:45.257350 VMMDev: SetVideoModeHint: Got a video mode hint (1152x864x4)@(0x0),(1;0) at 0
The error in the good startup about failing to take a screenshot had nothing to do with me as I didn't attempt to take a screen shot. Also in the good log everything from the VRDP connection after was not part of the bootup - that was me connecting to the VM and starting the shutdown process.
Attachments
NT4 Server-2015-11-16-15-54-30.log
Hung start
(88.55 KiB) Downloaded 3 times
NT4 Server-2015-11-16-15-55-34.log
Good start
(89.37 KiB) Downloaded 3 times
Post Reply