32bit host reboots when installing 64bit guest

Discussions related to using VirtualBox on Windows hosts.
Post Reply
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

32bit host reboots when installing 64bit guest

Post by pmdarrow »

Hi all,

My specs:
CPU: Intel Core 2 Duo E6600
Motherboard: Asus P5LD2
Host OS: Windows 7 32bit
VirtualBox version: 3.1.4

I'm trying to install Windows Server 2008 R2 (64bit) on my Windows 7 (32bit) host. According to chapter 3.2 of the VirtualBox 3.1.4 manual, all I need to do this is 64bit hardware with virtualization technology enabled. Unfortunately, when I try to install Windows 2008 R2 64bit on a new VM (created using the Windows 2008 64bit "template"), the host reboots as soon as the "Windows is loading files..." progress bar reaches the end. There is no error message or anything, just a hard reboot. I have followed all the instructions in the user manual and here on the forum FAQ and have had no luck in fixing this. "Enable VT-x/AMD-V" is enabled in the VM settings and VT is enabled in the BIOS. Does anyone have any ideas on how to fix this?

Screenshot of my BIOS with VT enabled:
Image
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

From the host terminal/command windows VBoxManage showvminfo <VM Name> --details --machinereadable and post here. Replace <VM Name> with the actual name of the VM. Use "" if the name has a space in it.

As well as the guest log from the main VBox GUI (Machines show log)
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

Re: 32bit host reboots when installing 64bit guest

Post by pmdarrow »

Output from VboxManage, VM log attached:

Code: Select all

name="Windows Server 2008 R2"
ostype="Windows2008_64"
UUID="a376d6ab-a4c5-42aa-a595-a5f7439cd5f7"
CfgFile="C:\Users\pdarrow\.VirtualBox\Machines\Windows Server 2008 R2\Windows Server 2008 R2.xml"
hardwareuuid="a376d6ab-a4c5-42aa-a595-a5f7439cd5f7"
memory=512
vram=16
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2010-03-10T16:27:40.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollername1="Floppy Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
"IDE Controller-0-0"="C:\Users\pdarrow\.VirtualBox\HardDisks\Windows Server 2008 R2.vdi"
"IDE Controller-ImageUUID-0-0"="914b14a1-68e7-4c6f-a358-81a504fa4816"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="D:"
"IDE Controller-ImageUUID-1-0"="00445644-0000-0000-0000-00000000443a"
"IDE Controller-1-1"="none"
"Floppy Controller-0-0"="emptydrive"
"Floppy Controller-0-1"="none"
natnet1=""
macaddress1="080027CBA32B"
cableconnected1="on"
nic1="nat"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
uart1="off"
uart2="off"
audio="dsound"
clipboard="bidirectional"
vrdp="off"
usb="on"
GuestStatisticsUpdateInterval=0
Attachments
Windows Server 2008 R2-2010-03-10-12-28-02.log
(39.17 KiB) Downloaded 36 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

Code: Select all

00:00:02.687 Host RAM: 2047MB RAM, available: 898MB
00:00:02.803   RamSize         <integer> = 0x0000000020000000 (536870912) = 524MB approx.
Since the host reboots the problem is more then likely you have depleted the RAM and the host can not recover.
Look at the amount of available RAM above and what you are assigning.
You (especially if you want to run 64-bit programs) are going to need more memory.
Remember also that 64-bit OSes need more RAM then 32-bit.
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

Re: 32bit host reboots when installing 64bit guest

Post by pmdarrow »

Just purchased and installed 2gb of RAM for a total for 4gb. The issue still remains - host reboots right at the end of "Windows is loading files." Any other ideas?

VM log with upgraded RAM:

Code: Select all

00:00:03.421 VirtualBox 3.1.4 r57640 win.x86 (Feb 12 2010 20:34:04) release log
00:00:03.421 Log opened 2010-03-12T16:58:41.928043200Z
00:00:03.421 OS Product: Windows 7
00:00:03.422 OS Release: 6.1.7600
00:00:03.422 OS Service Pack: 
00:00:03.422 Host RAM: 3199MB RAM, available: 2220MB
00:00:03.422 Executable: C:\PROGRA~1\Sun\VIRTUA~1\VirtualBox.exe
00:00:03.422 Process ID: 2648
00:00:03.422 Package type: WINDOWS_32BITS_GENERIC
00:00:03.444 SUP: Loaded VMMR0.r0 (C:\PROGRA~1\Sun\VIRTUA~1/VMMR0.r0) at 0x85c91060 - ModuleInit at 0000000085ca2bb0 and ModuleTerm at 0000000085ca2c20
00:00:03.444 SUP: VMMR0EntryEx located at 0000000085ca3820, VMMR0EntryFast at 0000000085ca2d80 and VMMR0EntryInt at 0000000085ca2d70
00:00:03.444 SUP: windbg> .reload /f C:\PROGRA~1\Sun\VIRTUA~1/VMMR0.r0=0x85c91060
00:00:03.527 VBoxSharedClipboard mode: Bidirectional
00:00:03.566 ************************* CFGM dump *************************
00:00:03.566 [/] (level 0)
00:00:03.566   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:03.566   EnablePAE       <integer> = 0x0000000000000001 (1)
00:00:03.566   HwVirtExtForced <integer> = 0x0000000000000000 (0)
00:00:03.566   Name            <string>  = "Windows Server 2008 R2" (cb=23)
00:00:03.566   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:03.566   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:03.566   RamHoleSize     <integer> = 0x0000000020000000 (536870912)
00:00:03.566   RamSize         <integer> = 0x0000000020000000 (536870912)
00:00:03.566   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:03.566   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:03.566   SyntheticCpu    <integer> = 0x0000000000000000 (0)
00:00:03.566   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:03.566   UUID            <bytes>   = "18 da 70 61 00 fe 0a 49 a0 7b 88 92 94 90 bf a8" (cb=16)
00:00:03.566 
00:00:03.566 [/Devices/] (level 1)
00:00:03.566 
00:00:03.566 [/Devices/8237A/] (level 2)
00:00:03.566 
00:00:03.566 [/Devices/8237A/0/] (level 3)
00:00:03.566   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.566 
00:00:03.566 [/Devices/AudioSniffer/] (level 2)
00:00:03.566 
00:00:03.566 [/Devices/AudioSniffer/0/] (level 3)
00:00:03.567 
00:00:03.567 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:03.567 
00:00:03.567 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:03.567   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:03.567 
00:00:03.567 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:03.567   Object <integer> = 0x00000000025b0398 (39519128)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/] (level 2)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/] (level 3)
00:00:03.567   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:03.567   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.567   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/Config/] (level 4)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:03.567   Driver <string>  = "HGCM" (cb=5)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:03.567   Object <integer> = 0x0000000002571fc0 (39264192)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:03.567   Driver <string>  = "MainStatus" (cb=11)
00:00:03.567 
00:00:03.567 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:03.567   First   <integer> = 0x0000000000000000 (0)
00:00:03.567   Last    <integer> = 0x0000000000000000 (0)
00:00:03.567   papLeds <integer> = 0x000000000257b0f8 (39301368)
00:00:03.567 
00:00:03.567 [/Devices/acpi/] (level 2)
00:00:03.567 
00:00:03.567 [/Devices/acpi/0/] (level 3)
00:00:03.567   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:03.567   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.567   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.567 
00:00:03.567 [/Devices/acpi/0/Config/] (level 4)
00:00:03.567   FdcEnabled  <integer> = 0x0000000000000001 (1)
00:00:03.567   HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:03.567   IOAPIC      <integer> = 0x0000000000000001 (1)
00:00:03.567   NumCPUs     <integer> = 0x0000000000000001 (1)
00:00:03.567   RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:03.567   RamSize     <integer> = 0x0000000020000000 (536870912)
00:00:03.567   ShowCpu     <integer> = 0x0000000000000001 (1)
00:00:03.567   ShowRtc     <integer> = 0x0000000000000000 (0)
00:00:03.567 
00:00:03.567 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:03.567   Driver <string>  = "ACPIHost" (cb=9)
00:00:03.567 
00:00:03.567 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:03.567 
00:00:03.567 [/Devices/apic/] (level 2)
00:00:03.567 
00:00:03.567 [/Devices/apic/0/] (level 3)
00:00:03.567   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.567 
00:00:03.567 [/Devices/apic/0/Config/] (level 4)
00:00:03.568   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:03.568   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:03.568 
00:00:03.568 [/Devices/e1000/] (level 2)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/] (level 3)
00:00:03.568   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:03.568   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.568   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/Config/] (level 4)
00:00:03.568   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:03.568   CableConnected <integer> = 0x0000000000000001 (1)
00:00:03.568   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:03.568   MAC            <bytes>   = "08 00 27 7f 0c f1" (cb=6)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:03.568   Driver <string>  = "NAT" (cb=4)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:03.568   BootFile   <string>  = "Windows Server 2008 R2.pxe" (cb=27)
00:00:03.568   TFTPPrefix <string>  = "C:\Users\pdarrow\.VirtualBox\TFTP" (cb=34)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:03.568   Driver <string>  = "MainStatus" (cb=11)
00:00:03.568 
00:00:03.568 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:03.568   papLeds <integer> = 0x000000000257b0d8 (39301336)
00:00:03.568 
00:00:03.568 [/Devices/i82078/] (level 2)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/] (level 3)
00:00:03.568   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/Config/] (level 4)
00:00:03.568   DMA       <integer> = 0x0000000000000002 (2)
00:00:03.568   IOBase    <integer> = 0x00000000000003f0 (1008)
00:00:03.568   IRQ       <integer> = 0x0000000000000006 (6)
00:00:03.568   MemMapped <integer> = 0x0000000000000000 (0)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/LUN#0/] (level 4)
00:00:03.568   Driver <string>  = "Block" (cb=6)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/LUN#0/Config/] (level 5)
00:00:03.568   Mountable <integer> = 0x0000000000000001 (1)
00:00:03.568   Type      <string>  = "Floppy 1.44" (cb=12)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/LUN#999/] (level 4)
00:00:03.568   Driver <string>  = "MainStatus" (cb=11)
00:00:03.568 
00:00:03.568 [/Devices/i82078/0/LUN#999/Config/] (level 5)
00:00:03.568   First   <integer> = 0x0000000000000000 (0)
00:00:03.568   Last    <integer> = 0x0000000000000000 (0)
00:00:03.568   papLeds <integer> = 0x000000000257b00c (39301132)
00:00:03.568 
00:00:03.568 [/Devices/i8254/] (level 2)
00:00:03.568 
00:00:03.568 [/Devices/i8254/0/] (level 3)
00:00:03.568 
00:00:03.568 [/Devices/i8254/0/Config/] (level 4)
00:00:03.568 
00:00:03.568 [/Devices/i8259/] (level 2)
00:00:03.568 
00:00:03.568 [/Devices/i8259/0/] (level 3)
00:00:03.568   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.568 
00:00:03.568 [/Devices/i8259/0/Config/] (level 4)
00:00:03.569 
00:00:03.569 [/Devices/ichac97/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/ichac97/0/] (level 3)
00:00:03.569   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:03.569   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.569   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.569 
00:00:03.569 [/Devices/ichac97/0/Config/] (level 4)
00:00:03.569 
00:00:03.569 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:03.569   Driver <string>  = "AUDIO" (cb=6)
00:00:03.569 
00:00:03.569 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:03.569   AudioDriver <string>  = "dsound" (cb=7)
00:00:03.569   StreamName  <string>  = "Windows Server 2008 R2" (cb=23)
00:00:03.569 
00:00:03.569 [/Devices/ioapic/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/ioapic/0/] (level 3)
00:00:03.569   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.569 
00:00:03.569 [/Devices/ioapic/0/Config/] (level 4)
00:00:03.569 
00:00:03.569 [/Devices/mc146818/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/mc146818/0/] (level 3)
00:00:03.569 
00:00:03.569 [/Devices/mc146818/0/Config/] (level 4)
00:00:03.569 
00:00:03.569 [/Devices/parallel/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/pcarch/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/pcarch/0/] (level 3)
00:00:03.569   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.569 
00:00:03.569 [/Devices/pcarch/0/Config/] (level 4)
00:00:03.569 
00:00:03.569 [/Devices/pcbios/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/pcbios/0/] (level 3)
00:00:03.569   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.569 
00:00:03.569 [/Devices/pcbios/0/Config/] (level 4)
00:00:03.569   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:03.569   BootDevice1    <string>  = "DVD" (cb=4)
00:00:03.569   BootDevice2    <string>  = "IDE" (cb=4)
00:00:03.569   BootDevice3    <string>  = "NONE" (cb=5)
00:00:03.569   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:03.569   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:03.569   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:03.569   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:03.569   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:03.569   RamHoleSize    <integer> = 0x0000000020000000 (536870912)
00:00:03.569   RamSize        <integer> = 0x0000000020000000 (536870912)
00:00:03.569   UUID           <bytes>   = "18 da 70 61 00 fe 0a 49 a0 7b 88 92 94 90 bf a8" (cb=16)
00:00:03.569 
00:00:03.569 [/Devices/pci/] (level 2)
00:00:03.569 
00:00:03.569 [/Devices/pci/0/] (level 3)
00:00:03.569   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.569 
00:00:03.569 [/Devices/pci/0/Config/] (level 4)
00:00:03.570   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/] (level 2)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/] (level 3)
00:00:03.570   Trusted <integer> = 0x0000000000000001 (1)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/Config/] (level 4)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:03.570   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:03.570   Driver <string>  = "MainKeyboard" (cb=13)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:03.570   Object <integer> = 0x0000000000af0948 (11471176)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:03.570   QueueSize <integer> = 0x0000000000000040 (64)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:03.570   Driver <string>  = "MouseQueue" (cb=11)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:03.570   Driver <string>  = "MainMouse" (cb=10)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:03.570   Object <integer> = 0x0000000000af09f8 (11471352)
00:00:03.570 
00:00:03.570 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:03.570   QueueSize <integer> = 0x0000000000000080 (128)
00:00:03.570 
00:00:03.570 [/Devices/pcnet/] (level 2)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/] (level 2)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/] (level 3)
00:00:03.570   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:03.570   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:03.570   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/Config/] (level 4)
00:00:03.570   Type <string>  = "PIIX4" (cb=6)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:03.570   Driver <string>  = "Block" (cb=6)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:03.570   Driver <string>  = "VD" (cb=3)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:03.570   Format <string>  = "VDI" (cb=4)
00:00:03.570   Path   <string>  = "C:\Users\pdarrow\.VirtualBox\HardDisks\Windows Server 2008 R2.vdi" (cb=66)
00:00:03.570 
00:00:03.570 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:03.571   Mountable <integer> = 0x0000000000000000 (0)
00:00:03.571   Type      <string>  = "HardDisk" (cb=9)
00:00:03.571 
00:00:03.571 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:03.571   Driver <string>  = "HostDVD" (cb=8)
00:00:03.571 
00:00:03.571 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:03.571   Passthrough <integer> = 0x0000000000000000 (0)
00:00:03.571   Path        <string>  = "D:" (cb=3)
00:00:03.571 
00:00:03.571 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:03.571   Driver <string>  = "MainStatus" (cb=11)
00:00:03.571 
00:00:03.571 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:03.571   First   <integer> = 0x0000000000000000 (0)
00:00:03.571   Last    <integer> = 0x0000000000000003 (3)
00:00:03.571   papLeds <integer> = 0x000000000257b010 (39301136)
00:00:03.571 
00:00:03.571 [/Devices/serial/] (level 2)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/] (level 2)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/] (level 3)
00:00:03.571   PCIDeviceNo   <integer> = 0x000000000000000b (11)
00:00:03.571   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.571   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/Config/] (level 4)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/LUN#0/] (level 4)
00:00:03.571   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/LUN#0/Config/] (level 5)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/LUN#999/] (level 4)
00:00:03.571   Driver <string>  = "MainStatus" (cb=11)
00:00:03.571 
00:00:03.571 [/Devices/usb-ehci/0/LUN#999/Config/] (level 5)
00:00:03.571   First   <integer> = 0x0000000000000000 (0)
00:00:03.571   Last    <integer> = 0x0000000000000000 (0)
00:00:03.571   papLeds <integer> = 0x000000000257b100 (39301376)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/] (level 2)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/] (level 3)
00:00:03.571   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:03.571   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.571   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:03.571   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:03.571   Driver <string>  = "MainStatus" (cb=11)
00:00:03.571 
00:00:03.571 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:03.571   First   <integer> = 0x0000000000000000 (0)
00:00:03.571   Last    <integer> = 0x0000000000000000 (0)
00:00:03.571   papLeds <integer> = 0x000000000257b0fc (39301372)
00:00:03.571 
00:00:03.571 [/Devices/vga/] (level 2)
00:00:03.572 
00:00:03.572 [/Devices/vga/0/] (level 3)
00:00:03.572   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:03.572   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:03.572   Trusted       <integer> = 0x0000000000000001 (1)
00:00:03.572 
00:00:03.572 [/Devices/vga/0/Config/] (level 4)
00:00:03.572   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:03.572   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:03.572   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:03.572   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:03.572   LogoFile         <string>  = "" (cb=1)
00:00:03.572   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:03.572   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:03.572   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:03.572   VRamSize         <integer> = 0x0000000001000000 (16777216)
00:00:03.572 
00:00:03.572 [/Devices/vga/0/LUN#0/] (level 4)
00:00:03.572   Driver <string>  = "MainDisplay" (cb=12)
00:00:03.572 
00:00:03.572 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:03.572   Object <integer> = 0x000000000257b5b8 (39302584)
00:00:03.572 
00:00:03.572 [/Devices/virtio-net/] (level 2)
00:00:03.572 
00:00:03.572 [/HWVirtExt/] (level 1)
00:00:03.572   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:03.572   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:03.572   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:03.572   Enabled            <integer> = 0x0000000000000001 (1)
00:00:03.572   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:03.572 
00:00:03.572 [/PDM/] (level 1)
00:00:03.572 
00:00:03.572 [/PDM/Drivers/] (level 2)
00:00:03.572 
00:00:03.572 [/PDM/Drivers/VBoxC/] (level 3)
00:00:03.572   Path <string>  = "VBoxC" (cb=6)
00:00:03.572 
00:00:03.572 [/REM/] (level 1)
00:00:03.572   64bitEnabled <integer> = 0x0000000000000001 (1)
00:00:03.572 
00:00:03.572 [/TM/] (level 1)
00:00:03.572   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:03.572 
00:00:03.572 ********************* End of CFGM dump **********************
00:00:03.573 MM: cbHyperHeap=0x140000 (1310720)
00:00:03.574 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:03.574 Logical host processors: 2, processor active mask: 0000000000000003
00:00:03.574 ************************* CPUID dump ************************
00:00:03.574          RAW Standard CPUIDs
00:00:03.574      Function  eax      ebx      ecx      edx
00:00:03.574 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:03.574 Hst:           0000000a 756e6547 6c65746e 49656e69
00:00:03.574 Gst: 00000001  000006f6 00000800 00000009 078bf1ff
00:00:03.574 Hst:           000006f6 01020800 0000e3bd bfebfbff
00:00:03.574 Gst: 00000002  05b0b101 005657f0 00000000 2cb43049
00:00:03.574 Hst:           05b0b101 005657f0 00000000 2cb43049
00:00:03.574 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:03.574 Hst:           00000000 00000000 00000000 00000000
00:00:03.574 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:03.574 Hst:           04000121 01c0003f 0000003f 00000001
00:00:03.574 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:03.574 Hst:           00000040 00000040 00000003 00000020
00:00:03.574 Name:                            GenuineIntel
00:00:03.574 Supports:                        0-5
00:00:03.574 Family:                          6  	Extended: 0 	Effective: 6
00:00:03.574 Model:                           15  	Extended: 0 	Effective: 15
00:00:03.574 Stepping:                        6
00:00:03.574 Type:                            0
00:00:03.574 APIC ID:                         0x00
00:00:03.574 Logical CPUs:                    0
00:00:03.574 CLFLUSH Size:                    8
00:00:03.574 Brand ID:                        0x00
00:00:03.574 Mnemonic - Description                 = guest (host)
00:00:03.574 FPU - x87 FPU on Chip                  = 1 (1)
00:00:03.574 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:03.574 DE - Debugging extensions              = 1 (1)
00:00:03.574 PSE - Page Size Extension              = 1 (1)
00:00:03.574 TSC - Time Stamp Counter               = 1 (1)
00:00:03.574 MSR - Model Specific Registers         = 1 (1)
00:00:03.574 PAE - Physical Address Extension       = 1 (1)
00:00:03.574 MCE - Machine Check Exception          = 1 (1)
00:00:03.574 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:03.574 APIC - APIC On-Chip                    = 0 (1)
00:00:03.574 Reserved                               = 0 (0)
00:00:03.574 SEP - SYSENTER and SYSEXIT             = 0 (1)
00:00:03.574 MTRR - Memory Type Range Registers     = 1 (1)
00:00:03.574 PGE - PTE Global Bit                   = 1 (1)
00:00:03.574 MCA - Machine Check Architecture       = 1 (1)
00:00:03.575 CMOV - Conditional Move Instructions   = 1 (1)
00:00:03.575 PAT - Page Attribute Table             = 1 (1)
00:00:03.575 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:03.575 PSN - Processor Serial Number          = 0 (0)
00:00:03.575 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:03.575 Reserved                               = 0 (0)
00:00:03.575 DS - Debug Store                       = 0 (1)
00:00:03.575 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:03.575 MMX - Intel MMX Technology             = 1 (1)
00:00:03.575 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:03.575 SSE - SSE Support                      = 1 (1)
00:00:03.575 SSE2 - SSE2 Support                    = 1 (1)
00:00:03.575 SS - Self Snoop                        = 0 (1)
00:00:03.575 HTT - Hyper-Threading Technolog        = 0 (1)
00:00:03.575 TM - Thermal Monitor                   = 0 (1)
00:00:03.575 30 - Reserved                          = 0 (0)
00:00:03.575 PBE - Pending Break Enable             = 0 (1)
00:00:03.575 Supports SSE3 or not                   = 1 (1)
00:00:03.575 Reserved                               = 0 (0)
00:00:03.575 DS Area 64-bit layout                  = 0 (1)
00:00:03.575 Supports MONITOR/MWAIT                 = 1 (1)
00:00:03.575 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:03.575 VMX - Virtual Machine Technology       = 0 (1)
00:00:03.575 SMX - Safer Mode Extensions            = 0 (0)
00:00:03.575 Enhanced SpeedStep Technology          = 0 (1)
00:00:03.575 Terminal Monitor 2                     = 0 (1)
00:00:03.575 Supports Supplemental SSE3 or not      = 0 (1)
00:00:03.575 L1 Context ID                          = 0 (0)
00:00:03.575 FMA                                    = 0 (0)
00:00:03.575 Reserved                               = 0 (0)
00:00:03.575 CMPXCHG16B                             = 0 (1)
00:00:03.575 xTPR Update Control                    = 0 (1)
00:00:03.575 Perf/Debug Capability MSR              = 0 (1)
00:00:03.575 Reserved                               = 0x0 (0x0)
00:00:03.575 Direct Cache Access                    = 0 (0)
00:00:03.575 Supports SSE4_1 or not                 = 0 (0)
00:00:03.575 Supports SSE4_2 or not                 = 0 (0)
00:00:03.575 Supports the x2APIC extensions         = 0 (0)
00:00:03.575 Supports MOVBE                         = 0 (0)
00:00:03.575 Supports POPCNT                        = 0 (0)
00:00:03.575 Reserved                               = 0x0 (0x0)
00:00:03.575 Supports XSAVE                         = 0 (0)
00:00:03.575 Supports OSXSAVE                       = 0 (0)
00:00:03.575 Reserved                               = 0x0 (0x0)
00:00:03.575 
00:00:03.575          RAW Extended CPUIDs
00:00:03.575      Function  eax      ebx      ecx      edx
00:00:03.575 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:03.575 Hst:           80000008 00000000 00000000 00000000
00:00:03.575 Gst: 80000001  00000000 00000000 00000000 00000000
00:00:03.575 Hst:           00000000 00000000 00000001 20000000
00:00:03.575 Gst: 80000002  65746e49 2952286c 726f4320 4d542865
00:00:03.575 Hst:           65746e49 2952286c 726f4320 4d542865
00:00:03.575 Gst: 80000003  43203229 20205550 20202020 20202020
00:00:03.575 Hst:           43203229 20205550 20202020 20202020
00:00:03.575 Gst: 80000004  30303636 20402020 30342e32 007a4847
00:00:03.575 Hst:           30303636 20402020 30342e32 007a4847
00:00:03.575 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:03.575 Hst:           00000000 00000000 00000000 00000000
00:00:03.575 Gst: 80000006  00000000 00000000 10008040 00000000
00:00:03.575 Hst:           00000000 00000000 10008040 00000000
00:00:03.575 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:03.575 Hst:           00000000 00000000 00000000 00000000
00:00:03.575 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:03.575 Hst:           00003024 00000000 00000000 00000000
00:00:03.575 Gst: 80000009  07280202 00000000 00000000 00000000*
00:00:03.575 Hst:           07280202 00000000 00000000 00000000
00:00:03.575 Ext Name:                        
00:00:03.575 Ext Supports:                    0x80000000-0x80000008
00:00:03.575 Family:                          0  	Extended: 0 	Effective: 0
00:00:03.575 Model:                           0  	Extended: 0 	Effective: 0
00:00:03.575 Stepping:                        0
00:00:03.575 Brand ID:                        0x000
00:00:03.575 Mnemonic - Description                 = guest (host)
00:00:03.575 FPU - x87 FPU on Chip                  = 0 (0)
00:00:03.575 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:03.575 DE - Debugging extensions              = 0 (0)
00:00:03.575 PSE - Page Size Extension              = 0 (0)
00:00:03.575 TSC - Time Stamp Counter               = 0 (0)
00:00:03.575 MSR - K86 Model Specific Registers     = 0 (0)
00:00:03.575 PAE - Physical Address Extension       = 0 (0)
00:00:03.575 MCE - Machine Check Exception          = 0 (0)
00:00:03.575 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:03.575 APIC - APIC On-Chip                    = 0 (0)
00:00:03.575 10 - Reserved                          = 0 (0)
00:00:03.575 SEP - SYSCALL and SYSRET               = 0 (0)
00:00:03.575 MTRR - Memory Type Range Registers     = 0 (0)
00:00:03.575 PGE - PTE Global Bit                   = 0 (0)
00:00:03.575 MCA - Machine Check Architecture       = 0 (0)
00:00:03.575 CMOV - Conditional Move Instructions   = 0 (0)
00:00:03.575 PAT - Page Attribute Table             = 0 (0)
00:00:03.575 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:03.575 18 - Reserved                          = 0 (0)
00:00:03.575 19 - Reserved                          = 0 (0)
00:00:03.575 NX - No-Execute Page Protection        = 0 (0)
00:00:03.575 DS - Debug Store                       = 0 (0)
00:00:03.575 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:03.575 MMX - Intel MMX Technology             = 0 (0)
00:00:03.575 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:03.575 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:03.575 26 - 1 GB large page support           = 0 (0)
00:00:03.575 27 - RDTSCP instruction                = 0 (0)
00:00:03.575 28 - Reserved                          = 0 (0)
00:00:03.575 29 - AMD Long Mode                     = 0 (1)
00:00:03.575 30 - AMD Extensions to 3DNow           = 0 (0)
00:00:03.575 31 - AMD 3DNow                         = 0 (0)
00:00:03.575 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:03.575 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:03.575 SVM - AMD VM Extensions                = 0 (0)
00:00:03.575 APIC registers starting at 0x400       = 0 (0)
00:00:03.575 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:03.575 Advanced bit manipulation              = 0 (0)
00:00:03.575 SSE4A instruction support              = 0 (0)
00:00:03.575 Misaligned SSE mode                    = 0 (0)
00:00:03.575 PREFETCH and PREFETCHW instruction     = 0 (0)
00:00:03.575 OS visible workaround                  = 0 (0)
00:00:03.575 Instruction based sampling             = 0 (0)
00:00:03.575 SSE5 support                           = 0 (0)
00:00:03.575 SKINIT, STGI, and DEV support          = 0 (0)
00:00:03.575 Watchdog timer support.                = 0 (0)
00:00:03.575 31:14 - Reserved                       = 0x0 (0x0)
00:00:03.575 Full Name:                       Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
00:00:03.575 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:03.575 TLB 2/4M Data:                   res0     0 entries
00:00:03.575 TLB 4K Instr/Uni:                res0     0 entries
00:00:03.575 TLB 4K Data:                     res0     0 entries
00:00:03.575 L1 Instr Cache Line Size:        0 bytes
00:00:03.575 L1 Instr Cache Lines Per Tag:    0
00:00:03.575 L1 Instr Cache Associativity:    res0  
00:00:03.575 L1 Instr Cache Size:             0 KB
00:00:03.575 L1 Data Cache Line Size:         0 bytes
00:00:03.575 L1 Data Cache Lines Per Tag:     0
00:00:03.575 L1 Data Cache Associativity:     res0  
00:00:03.575 L1 Data Cache Size:              0 KB
00:00:03.575 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:03.575 L2 TLB 2/4M Data:                off       0 entries
00:00:03.575 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:03.575 L2 TLB 4K Data:                  off       0 entries
00:00:03.575 L2 Cache Line Size:              0 bytes
00:00:03.575 L2 Cache Lines Per Tag:          0
00:00:03.575 L2 Cache Associativity:          off   
00:00:03.575 L2 Cache Size:                   0 KB
00:00:03.575 APM Features:                   
00:00:03.575 Physical Address Width:          36 bits
00:00:03.575 Virtual Address Width:           48 bits
00:00:03.575 Physical Core Count:             0
00:00:03.575 
00:00:03.575          RAW Centaur CPUIDs
00:00:03.575      Function  eax      ebx      ecx      edx
00:00:03.575 Gst: c0000000  07280202 00000000 00000000 00000000
00:00:03.575 Hst:           07280202 00000000 00000000 00000000
00:00:03.575 Gst: c0000001  07280202 00000000 00000000 00000000
00:00:03.575 Hst:           07280202 00000000 00000000 00000000
00:00:03.575 Gst: c0000002  07280202 00000000 00000000 00000000
00:00:03.575 Hst:           07280202 00000000 00000000 00000000
00:00:03.575 Gst: c0000003  07280202 00000000 00000000 00000000
00:00:03.575 Hst:           07280202 00000000 00000000 00000000
00:00:03.575 Centaur Supports:                0xc0000000-0x07280202
00:00:03.575 Mnemonic - Description                 = guest (host)
00:00:03.575 AIS - Alternate Instruction Set        = 0 (0)
00:00:03.575 AIS-E - AIS enabled                    = 0 (0)
00:00:03.575 RNG - Random Number Generator          = 0 (0)
00:00:03.575 RNG-E - RNG enabled                    = 0 (0)
00:00:03.575 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:03.575 FEMMS - FEMMS                          = 0 (0)
00:00:03.575 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:03.575 ACE-E - ACE enabled                    = 0 (0)
00:00:03.575 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:03.575 ACE2-E - ACE enabled                   = 0 (0)
00:00:03.575 PHE - Hash Engine                      = 0 (0)
00:00:03.575 PHE-E - PHE enabled                    = 0 (0)
00:00:03.575 PMM - Montgomery Multiplier            = 0 (0)
00:00:03.575 PMM-E - PMM enabled                    = 0 (0)
00:00:03.575 
00:00:03.575 
00:00:03.575 ******************** End of CPUID dump **********************
00:00:03.616 REM: VBoxREM64
00:00:03.616 Using 64-bit aware REM
00:00:03.634 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=64
00:00:03.672 TM: cTSCTicksPerSecond=0x8f52b700 (2 404 562 688) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:03.672 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:03.673 CoreCode: R3=003f0000 R0=85c24000 RC=a03c5000 Phys=00000000c7424000 cb=0x2000
00:00:03.688 AIOMgr: Cache successfully initialised. Cache size is 5242880 bytes
00:00:03.692 [SMP] BIOS with 1 CPUs
00:00:03.712 SUP: Loaded VBoxDDR0.r0 (C:\PROGRA~1\Sun\VIRTUA~1/VBoxDDR0.r0) at 0x85dde060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:03.712 SUP: windbg> .reload /f C:\PROGRA~1\Sun\VIRTUA~1/VBoxDDR0.r0=0x85dde060
00:00:03.722 SUP: Loaded VBoxDD2R0.r0 (C:\PROGRA~1\Sun\VIRTUA~1/VBoxDD2R0.r0) at 0x88692060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:03.722 SUP: windbg> .reload /f C:\PROGRA~1\Sun\VIRTUA~1/VBoxDD2R0.r0=0x88692060
00:00:03.722 Activating Local APIC
00:00:03.722 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:03.722 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:03.722 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.727 Shared Folders service loaded.
00:00:03.739 VDInit finished
00:00:03.740 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 41943040
00:00:03.740 PIIX3 ATA: LUN#1: no unit
00:00:03.741 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 1463281, passthrough disabled
00:00:03.741 PIIX3 ATA: LUN#3: no unit
00:00:03.741 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:03.741 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:03.749 NAT: adding 192.168.1.77 to DNS server list
00:00:03.749 NAT: adding domain name mw.local to search list
00:00:03.749 NAT: value of BindIP has been ignored
00:00:03.749 Audio: Trying driver 'dsound'.
00:00:03.802 DSound: Could not initialize DirectSoundCapture
00:00:03.802 DSound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
00:00:03.803 Audio: set_record_source ars=0 als=0 (not implemented)
00:00:03.804 AC97: WARNING: Unable to open PCM IN!
00:00:03.804 AC97: WARNING: Unable to open PCM MC!
00:00:03.804 VM: Raising runtime error 'HostAudioNotResponding' (fFlags=0x0)
00:00:03.804 Console: VM runtime error: fatal=false, errorID=HostAudioNotResponding message="Some audio devices (PCM_in, PCM_mic) could not be opened. Guest applications generating audio output or depending on audio input may hang. Make sure your host audio device is working properly. Check the logfile for error messages of the audio subsystem"
00:00:03.829 DevPcBios: ATA LUN#0 LCHS=1024/255/63
00:00:03.829 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:03.835 HWACCM: Host CR4=000006D9
00:00:03.835 HWACCM: MSR_IA32_FEATURE_CONTROL      = 5
00:00:03.835 HWACCM: MSR_IA32_VMX_BASIC_INFO       = 1a040000000007
00:00:03.835 HWACCM: VMCS id                       = 7
00:00:03.835 HWACCM: VMCS size                     = 400
00:00:03.835 HWACCM: VMCS physical address limit   = None
00:00:03.835 HWACCM: VMCS memory type              = 6
00:00:03.835 HWACCM: Dual monitor treatment        = 1
00:00:03.835 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 1f00000016
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:03.835 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = 77b9fffe0401e172
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:03.835 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:03.836 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = 1fff000011ff
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:03.836 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 3efff00036dff
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:03.836 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:03.836 HWACCM: MSR_IA32_VMX_MISC             = 403c0
00:00:03.836 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 0
00:00:03.836 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:03.836 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:03.836 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:03.836 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:03.836 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:03.836 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:03.836 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:03.836 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 27ff
00:00:03.836 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2c
00:00:03.836 HWACCM: TPR shadow physaddr           = 00000000c7a25000
00:00:03.836 HWACCM: VCPU0: MSR bitmap physaddr      = 00000000c7402000
00:00:03.836 HWACCM: VCPU0: VMCS physaddr            = 00000000c7b70000
00:00:03.836 HWACCM: Real Mode TSS guest physaddr  = 00000000f0800000
00:00:03.836 HWACCM: Non-Paging Mode EPT CR3       = 00000000f0803000
00:00:03.836 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:03.836 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:03.836 CPUMSetGuestCpuIdFeature: Enabled LONG MODE
00:00:03.836 CPUMSetGuestCpuIdFeature: Enabled syscall/ret
00:00:03.836 CPUMSetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:03.836 WARNING: Can't turn on NXE when the host doesn't support it!!
00:00:03.836 HWACCM: 32-bit and 64-bit guests supported.
00:00:03.836 HWACCM: VMX enabled!
00:00:03.836 HWACCM: TPR Patching disabled.
00:00:03.836 HWACCM:    VT-x/AMD-V init method: LOCAL
00:00:03.843 VM: Halt method global1 (5)
00:00:03.843 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:03.843 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:03.843 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:03.846 Guest Log: BIOS: VirtualBox 3.1.4
00:00:03.846 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.959 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:03.959 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:03.960 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:03.960 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:03.960 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:03.961 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:03.976 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=071a0000 w=640 h=480 bpp=32 cbLine=0xA00
00:00:06.432 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=071a0000 w=640 h=480 bpp=0 cbLine=0x200
00:00:06.450 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:06.452 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:06.455 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00000000 w=720 h=400 bpp=0 cbLine=0x0
00:00:09.042 Guest Log: BIOS: Booting from CD-ROM...
00:00:09.907 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=071a0000 w=1024 h=768 bpp=24 cbLine=0xC00
VBoxManage output with upgraded RAM:

Code: Select all

name="Windows Server 2008 R2"
ostype="Windows2008_64"
UUID="6170da18-fe00-490a-a07b-88929490bfa8"
CfgFile="C:\Users\pdarrow\.VirtualBox\Machines\Windows Server 2008 R2\Windows Server 2008 R2.xml"
hardwareuuid="6170da18-fe00-490a-a07b-88929490bfa8"
memory=512
vram=16
cpus=1
synthcpu="off"
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
pae="on"
biossystemtimeoffset=0
hwvirtex="on"
hwvirtexexcl="off"
nestedpaging="on"
vtxvpid="on"
VMState="poweroff"
VMStateChangeTime="2010-03-12T16:58:36.000000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
storagecontrollername0="IDE Controller"
storagecontrollertype0="PIIX4"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="2"
storagecontrollerportcount0="2"
storagecontrollername1="Floppy Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
"IDE Controller-0-0"="C:\Users\pdarrow\.VirtualBox\HardDisks\Windows Server 2008 R2.vdi"
"IDE Controller-ImageUUID-0-0"="f05eba33-be66-49b7-bfc1-6d0504b30bd5"
"IDE Controller-0-1"="none"
"IDE Controller-1-0"="D:"
"IDE Controller-ImageUUID-1-0"="00445644-0000-0000-0000-00000000443a"
"IDE Controller-1-1"="none"
"Floppy Controller-0-0"="emptydrive"
"Floppy Controller-0-1"="none"
natnet1=""
macaddress1="0800277F0CF1"
cableconnected1="on"
nic1="nat"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
uart1="off"
uart2="off"
audio="dsound"
clipboard="bidirectional"
vrdp="off"
usb="on"
GuestStatisticsUpdateInterval=0
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

Something must not be set right.
hwvirtex="on"
hwvirtexexcl="off" Mine says "on"
nestedpaging="on"
vtxvpid="on"
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

Re: 32bit host reboots when installing 64bit guest

Post by pmdarrow »

I set that to "on" using VBoxManage modifyvm "Windows Server 2008 R2" --hwvirtexexcl on and it still crashed, this time with a BSOD. I tried it again, and it crashed like before with no BSOD. I tried turning off nested paging as well - same deal. I even tried increasing the VM's RAM to 1gb, still no go. Any other ideas?

Newbie question but is it possible that having Windows Virtual PC installed is causing VirtualBox to crash?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

It shouldn't. I have VPC installed on my 32 bit host and I have no problems.
Unfortunately I am unable to see your problem. You may need to post to bugtracker. You will need to setup an account there as it is on a different system.
It would also help if you can post the ticket number here so other can see the progress, add information, or see the final results.
Don't forget to send you guest log file. They are really strict about this.
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

Re: 32bit host reboots when installing 64bit guest

Post by pmdarrow »

Thanks for your help Perryg. There was an existing bug for this where I posted my log and specs.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

Yeah I saw it when you submitted. Thanks
Now we wait for the DEVs to pick it up. It is the weekend so nothing until at least next week probably.
KeremE
Posts: 16
Joined: 29. Oct 2007, 05:37

Re: 32bit host reboots when installing 64bit guest

Post by KeremE »

Hi,

Is it really Possible to have a 64-bit Guest over an 32 bit Host?

Cheers,
K.
+---
Kerem ERSOY
CISSP, CISA
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: 32bit host reboots when installing 64bit guest

Post by Perryg »

It is possible although it will not run as well as it should due to the extra overhead. But the CPU and bios must support 64-bit and hardware-v.
See chapter 3.2. 64-bit guests of your VirtualBox Users Guide
pmdarrow
Posts: 10
Joined: 10. Mar 2010, 17:42
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 2003, Windows 2008

Re: 32bit host reboots when installing 64bit guest

Post by pmdarrow »

For anyone still having this problem, it has been fixed. See http://www.virtualbox.org/ticket/6166#comment:17
Post Reply