Skip to content

Instantly share code, notes, and snippets.

@StefanScherer
Last active September 21, 2016 13:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefanScherer/f576009c5b5c51dc912f to your computer and use it in GitHub Desktop.
Save StefanScherer/f576009c5b5c51dc912f to your computer and use it in GitHub Desktop.

Test in a Windows 10 VM 64bit without VT-X enabled.

  • Windows 10 64bit VM
  • disabled VT-X
  • docker-machine.exe v0.6.0

create without additional options

PS C:\Users\vagrant> docker-machine create -d virtualbox test
Running pre-create checks...
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"

Result: docker-machine aborts due to the first VT-X check.

create with --virtualbox-no-vtx-check

PS C:\Users\vagrant> docker-machine create -d virtualbox --virtualbox-no-vtx-check test
Running pre-create checks...
Creating machine...
(test) Copying C:\Users\vagrant\.docker\machine\cache\boot2docker.iso to C:\Users\vagrant\.docker\machine\machines\test\boot2docker.iso...
(test) Creating VirtualBox VM...
(test) Creating SSH key...
(test) Starting the VM...
(test) Check network to re-create if needed...
Error creating machine: Error in driver during machine creation: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

Result: docker-machine aborts before starting the boot2docker VM due to the second VT-X check. See 02-test-VBox.log.

VirtualBox VM 5.0.14 r105127 win.amd64 (Jan 19 2016 16:40:17) release log
00:00:00.371218 Log opened 2016-02-11T17:10:51.390757500Z
00:00:00.371219 Build Type: release
00:00:00.371221 OS Product: Windows 10
00:00:00.371222 OS Release: 10.0.10586
00:00:00.371222 OS Service Pack:
00:00:00.401435 DMI Product Name: VMware Virtual Platform
00:00:00.404184 DMI Product Version: None
00:00:00.404190 Host RAM: 6195MB total, 4917MB available
00:00:00.404192 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
00:00:00.404193 Process ID: 5076
00:00:00.404193 Package type: WINDOWS_64BITS_GENERIC
00:00:00.414132 Installed Extension Packs:
00:00:00.414164 None installed!
00:00:00.418183 Console: Machine state changed to 'Starting'
00:00:00.534024 SUP: Loaded VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xfffff800d69f0000 - ModuleInit at fffff800d6a11ee0 and ModuleTerm at fffff800d6a123d0 using the native ring-0 loader
00:00:00.534067 SUP: VMMR0EntryEx located at fffff800d6a14e00 and VMMR0EntryFast at fffff800d6a12b10
00:00:00.534071 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xfffff800d69f0000
00:00:00.540917 Guest OS type: 'Linux26_64'
00:00:00.547695 Installed Drivers:
00:00:00.550878 C:\Windows\system32\DRIVERS\VBoxNetAdp6.sys (Version: 5.0.14.5127)
00:00:00.554029 C:\Windows\system32\DRIVERS\VBoxNetLwf.sys (Version: 5.0.14.5127)
00:00:00.556722 C:\Windows\system32\DRIVERS\VBoxUSBMon.sys (Version: 5.0.14.5127)
00:00:00.566894 C:\Windows\system32\DRIVERS\VBoxDrv.sys (Version: 5.0.14.5127)
00:00:00.569994 WARNING! 64-bit guest type selected but the host CPU does NOT support HW virtualization.
00:00:00.591144 File system of 'C:\Users\vagrant\.docker\machine\machines\test\boot2docker.iso' (DVD) is ntfs
00:00:00.598521 File system of 'C:\Users\vagrant\.docker\machine\machines\test\test\Snapshots' (snapshots) is unknown
00:00:00.598531 File system of 'C:\Users\vagrant\.docker\machine\machines\test\disk.vmdk' is ntfs
00:00:01.068142 Shared clipboard service loaded
00:00:01.068153 Shared clipboard mode: Off
00:00:01.075829 Drag and drop service loaded
00:00:01.075837 Drag and drop mode: Off
00:00:01.085275 Guest Control service loaded
00:00:01.718857 Per-VM extradata API settings:
00:00:01.718867 VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users="1"
00:00:01.719117 ************************* CFGM dump *************************
00:00:01.719119 [/] (level 0)
00:00:01.719122 CSAMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.719123 CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:01.719124 EnablePAE <integer> = 0x0000000000000001 (1)
00:00:01.719125 HMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.719126 MemBalloonSize <integer> = 0x0000000000000000 (0)
00:00:01.719126 Name <string> = "test" (cb=5)
00:00:01.719127 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.719128 PATMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.719129 PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:01.719129 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.719131 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.719132 RawR0Enabled <integer> = 0x0000000000000001 (1)
00:00:01.719133 RawR3Enabled <integer> = 0x0000000000000001 (1)
00:00:01.719133 TimerMillies <integer> = 0x000000000000000a (10)
00:00:01.719134 UUID <bytes> = "05 00 1b 76 c1 01 05 41 a4 c8 2c ca f7 6a e6 f7" (cb=16)
00:00:01.719136
00:00:01.719137 [/CPUM/] (level 1)
00:00:01.719138 PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:01.719139
00:00:01.719139 [/DBGF/] (level 1)
00:00:01.719139 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test\test/debug/;C:\Users\vagrant\.docker\machine\machines\test\test/;C:\Users\vagrant/" (cb=130)
00:00:01.719140
00:00:01.719140 [/Devices/] (level 1)
00:00:01.719141
00:00:01.719141 [/Devices/8237A/] (level 2)
00:00:01.719142
00:00:01.719142 [/Devices/8237A/0/] (level 3)
00:00:01.719143 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719144
00:00:01.719144 [/Devices/GIMDev/] (level 2)
00:00:01.719145
00:00:01.719145 [/Devices/GIMDev/0/] (level 3)
00:00:01.719146 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719147
00:00:01.719147 [/Devices/VMMDev/] (level 2)
00:00:01.719148
00:00:01.719148 [/Devices/VMMDev/0/] (level 3)
00:00:01.719149 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719150 PCIDeviceNo <integer> = 0x0000000000000004 (4)
00:00:01.719150 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719151 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719151
00:00:01.719151 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.719153 GuestCoreDumpDir <string> = "C:\Users\vagrant\.docker\machine\machines\test\test\Snapshots" (cb=62)
00:00:01.719153 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.719155
00:00:01.719155 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.719156 Driver <string> = "HGCM" (cb=5)
00:00:01.719156
00:00:01.719157 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.719158 Object <integer> = 0x0000000001210360 (18 940 768)
00:00:01.719159
00:00:01.719159 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.719160 Driver <string> = "MainStatus" (cb=11)
00:00:01.719160
00:00:01.719161 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.719162 First <integer> = 0x0000000000000000 (0)
00:00:01.719162 Last <integer> = 0x0000000000000000 (0)
00:00:01.719163 papLeds <integer> = 0x000000000120fe80 (18 939 520)
00:00:01.719164
00:00:01.719164 [/Devices/acpi/] (level 2)
00:00:01.719165
00:00:01.719165 [/Devices/acpi/0/] (level 3)
00:00:01.719166 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719167 PCIDeviceNo <integer> = 0x0000000000000007 (7)
00:00:01.719167 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719168 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719168
00:00:01.719168 [/Devices/acpi/0/Config/] (level 4)
00:00:01.719170 CpuHotPlug <integer> = 0x0000000000000000 (0)
00:00:01.719171 FdcEnabled <integer> = 0x0000000000000000 (0)
00:00:01.719171 HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:01.719172 HpetEnabled <integer> = 0x0000000000000001 (1)
00:00:01.719172 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.719173 IocPciAddress <integer> = 0x0000000000010000 (65 536)
00:00:01.719174 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.719175 Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.719175 Parallel0Irq <integer> = 0x0000000000000000 (0)
00:00:01.719176 Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.719176 Parallel1Irq <integer> = 0x0000000000000000 (0)
00:00:01.719177 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.719178 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.719179 Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.719180 Serial0Irq <integer> = 0x0000000000000000 (0)
00:00:01.719180 Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.719181 Serial1Irq <integer> = 0x0000000000000000 (0)
00:00:01.719181 ShowCpu <integer> = 0x0000000000000001 (1)
00:00:01.719182 ShowRtc <integer> = 0x0000000000000000 (0)
00:00:01.719183 SmcEnabled <integer> = 0x0000000000000000 (0)
00:00:01.719183
00:00:01.719183 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.719184 Driver <string> = "ACPIHost" (cb=9)
00:00:01.719185
00:00:01.719185 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.719186
00:00:01.719186 [/Devices/ahci/] (level 2)
00:00:01.719187
00:00:01.719187 [/Devices/ahci/0/] (level 3)
00:00:01.719188 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719189 PCIDeviceNo <integer> = 0x000000000000000d (13)
00:00:01.719189 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719190 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719190
00:00:01.719191 [/Devices/ahci/0/Config/] (level 4)
00:00:01.719192 Bootable <integer> = 0x0000000000000001 (1)
00:00:01.719192 PortCount <integer> = 0x000000000000001e (30)
00:00:01.719193
00:00:01.719193 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:01.719194 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.719195 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.719196
00:00:01.719196 [/Devices/ahci/0/Config/Port1/] (level 5)
00:00:01.719197 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.719197 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.719198
00:00:01.719198 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:01.719199 Driver <string> = "Block" (cb=6)
00:00:01.719200
00:00:01.719200 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.719201 Driver <string> = "VD" (cb=3)
00:00:01.719202
00:00:01.719202 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.719204 Format <string> = "RAW" (cb=4)
00:00:01.719204 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test\boot2docker.iso" (cb=63)
00:00:01.719205 ReadOnly <integer> = 0x0000000000000001 (1)
00:00:01.719206 Type <string> = "DVD" (cb=4)
00:00:01.719206
00:00:01.719206 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:01.719207 Mountable <integer> = 0x0000000000000001 (1)
00:00:01.719208 Type <string> = "DVD" (cb=4)
00:00:01.719208
00:00:01.719209 [/Devices/ahci/0/LUN#1/] (level 4)
00:00:01.719210 Driver <string> = "Block" (cb=6)
00:00:01.719210
00:00:01.719210 [/Devices/ahci/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.719211 Driver <string> = "VD" (cb=3)
00:00:01.719212
00:00:01.719212 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.719213 Format <string> = "VMDK" (cb=5)
00:00:01.719214 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test\disk.vmdk" (cb=57)
00:00:01.719214 Type <string> = "HardDisk" (cb=9)
00:00:01.719215
00:00:01.719215 [/Devices/ahci/0/LUN#1/Config/] (level 5)
00:00:01.719216 Mountable <integer> = 0x0000000000000000 (0)
00:00:01.719216 Type <string> = "HardDisk" (cb=9)
00:00:01.719217
00:00:01.719217 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:01.719218 Driver <string> = "MainStatus" (cb=11)
00:00:01.719219
00:00:01.719219 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:01.719220 DeviceInstance <string> = "ahci/0" (cb=7)
00:00:01.719221 First <integer> = 0x0000000000000000 (0)
00:00:01.719221 Last <integer> = 0x000000000000001d (29)
00:00:01.719222 pConsole <integer> = 0x000000000120f800 (18 937 856)
00:00:01.719223 papLeds <integer> = 0x000000000120fb70 (18 938 736)
00:00:01.719224 pmapMediumAttachments <integer> = 0x000000000120fea0 (18 939 552)
00:00:01.719225
00:00:01.719225 [/Devices/apic/] (level 2)
00:00:01.719226
00:00:01.719226 [/Devices/apic/0/] (level 3)
00:00:01.719227 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719227
00:00:01.719228 [/Devices/apic/0/Config/] (level 4)
00:00:01.719229 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.719229 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.719230
00:00:01.719230 [/Devices/e1000/] (level 2)
00:00:01.719231
00:00:01.719231 [/Devices/e1000/0/] (level 3)
00:00:01.719232 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719232 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:01.719233 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719233 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719234
00:00:01.719234 [/Devices/e1000/0/Config/] (level 4)
00:00:01.719235 AdapterType <integer> = 0x0000000000000000 (0)
00:00:01.719236 CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.719236 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:01.719237 MAC <bytes> = "08 00 27 92 95 62" (cb=6)
00:00:01.719238
00:00:01.719238 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.719239 Driver <string> = "NAT" (cb=4)
00:00:01.719239
00:00:01.719240 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.719241 AliasMode <integer> = 0x0000000000000000 (0)
00:00:01.719242 BootFile <string> = "test.pxe" (cb=9)
00:00:01.719242 DNSProxy <integer> = 0x0000000000000000 (0)
00:00:01.719243 Network <string> = "10.0.2.0/24" (cb=12)
00:00:01.719243 PassDomain <integer> = 0x0000000000000001 (1)
00:00:01.719244 TFTPPrefix <string> = "C:\Users\vagrant/.VirtualBox\TFTP" (cb=34)
00:00:01.719245 UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:01.719245
00:00:01.719245 [/Devices/e1000/0/LUN#0/Config/ssh/] (level 6)
00:00:01.719247 BindIP <string> = "127.0.0.1" (cb=10)
00:00:01.719247 GuestPort <integer> = 0x0000000000000016 (22)
00:00:01.719248 HostPort <integer> = 0x000000000000c24e (49 742)
00:00:01.719249 Protocol <string> = "TCP" (cb=4)
00:00:01.719249
00:00:01.719250 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.719250 Driver <string> = "MainStatus" (cb=11)
00:00:01.719251
00:00:01.719251 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.719252 First <integer> = 0x0000000000000000 (0)
00:00:01.719252 Last <integer> = 0x0000000000000000 (0)
00:00:01.719253 papLeds <integer> = 0x000000000120fd60 (18 939 232)
00:00:01.719254
00:00:01.719254 [/Devices/e1000/1/] (level 3)
00:00:01.719255 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719255 PCIDeviceNo <integer> = 0x0000000000000008 (8)
00:00:01.719256 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719256 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719257
00:00:01.719257 [/Devices/e1000/1/Config/] (level 4)
00:00:01.719258 AdapterType <integer> = 0x0000000000000000 (0)
00:00:01.719259 CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.719259 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:01.719260 MAC <bytes> = "08 00 27 49 ae de" (cb=6)
00:00:01.719261
00:00:01.719261 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:01.719262 Driver <string> = "IntNet" (cb=7)
00:00:01.719262
00:00:01.719262 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:01.719263 IfPolicyPromisc <string> = "deny" (cb=5)
00:00:01.719264 IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:01.719321 Network <string> = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2" (cb=65)
00:00:01.719322 Trunk <string> = "\DEVICE\{3F19EE99-10E6-4052-A791-499D0DFCB0AD}" (cb=47)
00:00:01.719323 TrunkType <integer> = 0x0000000000000003 (3)
00:00:01.719323
00:00:01.719323 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:01.719324 Driver <string> = "MainStatus" (cb=11)
00:00:01.719325
00:00:01.719325 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:01.719326 First <integer> = 0x0000000000000000 (0)
00:00:01.719327 Last <integer> = 0x0000000000000000 (0)
00:00:01.719327 papLeds <integer> = 0x000000000120fd68 (18 939 240)
00:00:01.719328
00:00:01.719328 [/Devices/hpet/] (level 2)
00:00:01.719329
00:00:01.719329 [/Devices/hpet/0/] (level 3)
00:00:01.719330 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719331
00:00:01.719331 [/Devices/hpet/0/Config/] (level 4)
00:00:01.719332 ICH9 <integer> = 0x0000000000000000 (0)
00:00:01.719332
00:00:01.719333 [/Devices/i8254/] (level 2)
00:00:01.719333
00:00:01.719334 [/Devices/i8254/0/] (level 3)
00:00:01.719334
00:00:01.719335 [/Devices/i8254/0/Config/] (level 4)
00:00:01.719335
00:00:01.719336 [/Devices/i8259/] (level 2)
00:00:01.719336
00:00:01.719337 [/Devices/i8259/0/] (level 3)
00:00:01.719337 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719338
00:00:01.719338 [/Devices/i8259/0/Config/] (level 4)
00:00:01.719339
00:00:01.719339 [/Devices/ioapic/] (level 2)
00:00:01.719340
00:00:01.719340 [/Devices/ioapic/0/] (level 3)
00:00:01.719341 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719341
00:00:01.719342 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.719343 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.719343
00:00:01.719343 [/Devices/mc146818/] (level 2)
00:00:01.719344
00:00:01.719344 [/Devices/mc146818/0/] (level 3)
00:00:01.719345
00:00:01.719345 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.719346 UseUTC <integer> = 0x0000000000000001 (1)
00:00:01.719347
00:00:01.719347 [/Devices/parallel/] (level 2)
00:00:01.719348
00:00:01.719348 [/Devices/pcarch/] (level 2)
00:00:01.719349
00:00:01.719349 [/Devices/pcarch/0/] (level 3)
00:00:01.719350 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719350
00:00:01.719350 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.719351
00:00:01.719352 [/Devices/pcbios/] (level 2)
00:00:01.719352
00:00:01.719352 [/Devices/pcbios/0/] (level 3)
00:00:01.719353 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719354
00:00:01.719354 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.719356 BootDevice0 <string> = "DVD" (cb=4)
00:00:01.719356 BootDevice1 <string> = "DVD" (cb=4)
00:00:01.719357 BootDevice2 <string> = "IDE" (cb=4)
00:00:01.719357 BootDevice3 <string> = "NONE" (cb=5)
00:00:01.719358 FloppyDevice <string> = "i82078" (cb=7)
00:00:01.719358 HardDiskDevice <string> = "piix3ide" (cb=9)
00:00:01.719359 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.719360 McfgBase <integer> = 0x0000000000000000 (0)
00:00:01.719360 McfgLength <integer> = 0x0000000000000000 (0)
00:00:01.719361 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.719362 PXEDebug <integer> = 0x0000000000000000 (0)
00:00:01.719362 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.719363 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.719374 SataHardDiskDevice <string> = "ahci" (cb=5)
00:00:01.719375 SataLUN1 <integer> = 0x0000000000000001 (1)
00:00:01.719376 UUID <bytes> = "05 00 1b 76 c1 01 05 41 a4 c8 2c ca f7 6a e6 f7" (cb=16)
00:00:01.719377
00:00:01.719378 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.719378
00:00:01.719379 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.719380 NIC <integer> = 0x0000000000000000 (0)
00:00:01.719380 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719381 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:01.719381 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719382
00:00:01.719382 [/Devices/pci/] (level 2)
00:00:01.719383
00:00:01.719383 [/Devices/pci/0/] (level 3)
00:00:01.719384 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719384
00:00:01.719385 [/Devices/pci/0/Config/] (level 4)
00:00:01.719385 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.719386
00:00:01.719386 [/Devices/pckbd/] (level 2)
00:00:01.719387
00:00:01.719387 [/Devices/pckbd/0/] (level 3)
00:00:01.719388 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719388
00:00:01.719389 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.719390
00:00:01.719390 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.719391 Driver <string> = "KeyboardQueue" (cb=14)
00:00:01.719391
00:00:01.719391 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.719393 Driver <string> = "MainKeyboard" (cb=13)
00:00:01.719393
00:00:01.719393 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.719394 Object <integer> = 0x0000000001213170 (18 952 560)
00:00:01.719395
00:00:01.719396 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.719396 QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.719397
00:00:01.719397 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.719398 Driver <string> = "MouseQueue" (cb=11)
00:00:01.719399
00:00:01.719399 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.719400 Driver <string> = "MainMouse" (cb=10)
00:00:01.719401
00:00:01.719401 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.719402 Object <integer> = 0x0000000001213770 (18 954 096)
00:00:01.719402
00:00:01.719403 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.719403 QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.719404
00:00:01.719404 [/Devices/pcnet/] (level 2)
00:00:01.719405
00:00:01.719405 [/Devices/serial/] (level 2)
00:00:01.719406
00:00:01.719406 [/Devices/vga/] (level 2)
00:00:01.719407
00:00:01.719407 [/Devices/vga/0/] (level 3)
00:00:01.719408 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.719409 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:01.719409 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.719410 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.719410
00:00:01.719410 [/Devices/vga/0/Config/] (level 4)
00:00:01.719411 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.719412 FadeIn <integer> = 0x0000000000000000 (0)
00:00:01.719412 FadeOut <integer> = 0x0000000000000000 (0)
00:00:01.719413 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:01.719414 LogoFile <string> = "" (cb=1)
00:00:01.719414 LogoTime <integer> = 0x0000000000000000 (0)
00:00:01.719415 MonitorCount <integer> = 0x0000000000000001 (1)
00:00:01.719415 ShowBootMenu <integer> = 0x0000000000000000 (0)
00:00:01.719416 VRamSize <integer> = 0x0000000000800000 (8 388 608, 8 MB)
00:00:01.719417
00:00:01.719417 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.719418 Driver <string> = "MainDisplay" (cb=12)
00:00:01.719419
00:00:01.719419 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.719420 Object <integer> = 0x0000000001216380 (18 965 376)
00:00:01.719420
00:00:01.719421 [/Devices/vga/0/LUN#999/] (level 4)
00:00:01.719421 Driver <string> = "MainStatus" (cb=11)
00:00:01.719422
00:00:01.719422 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:01.719423 First <integer> = 0x0000000000000000 (0)
00:00:01.719424 Last <integer> = 0x0000000000000000 (0)
00:00:01.719424 papLeds <integer> = 0x000000000120fe98 (18 939 544)
00:00:01.719425
00:00:01.719425 [/Devices/virtio-net/] (level 2)
00:00:01.719426
00:00:01.719426 [/EM/] (level 1)
00:00:01.719427 TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.719427
00:00:01.719428 [/GIM/] (level 1)
00:00:01.719428 Provider <string> = "KVM" (cb=4)
00:00:01.719429
00:00:01.719429 [/HM/] (level 1)
00:00:01.719430 64bitEnabled <integer> = 0x0000000000000000 (0)
00:00:01.719431 EnableLargePages <integer> = 0x0000000000000001 (1)
00:00:01.719431 EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:01.719432 EnableUX <integer> = 0x0000000000000001 (1)
00:00:01.719432 EnableVPID <integer> = 0x0000000000000001 (1)
00:00:01.719433 Exclusive <integer> = 0x0000000000000000 (0)
00:00:01.719434 HMForced <integer> = 0x0000000000000000 (0)
00:00:01.719434
00:00:01.719435 [/MM/] (level 1)
00:00:01.719435 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.719436
00:00:01.719436 [/PDM/] (level 1)
00:00:01.719436
00:00:01.719437 [/PDM/AsyncCompletion/] (level 2)
00:00:01.719437
00:00:01.719438 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.719438
00:00:01.719439 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.719440
00:00:01.719440 [/PDM/BlkCache/] (level 2)
00:00:01.719441 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:01.719442
00:00:01.719442 [/PDM/Devices/] (level 2)
00:00:01.719442
00:00:01.719443 [/PDM/Drivers/] (level 2)
00:00:01.719443
00:00:01.719443 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.719444 Path <string> = "VBoxC" (cb=6)
00:00:01.719445
00:00:01.719445 [/PDM/NetworkShaper/] (level 2)
00:00:01.719446
00:00:01.719446 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.719447
00:00:01.719447 [/TM/] (level 1)
00:00:01.719447 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.719448
00:00:01.719448 ********************* End of CFGM dump **********************
00:00:01.719486 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:01.719487 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:01.719717 HM: HMR3Init: Falling back to raw-mode: VT-x is not available
00:00:01.719926 MM: cbHyperHeap=0x140000 (1310720)
00:00:01.728391 CPUM: fXStateHostMask=0x7; initial: 0x0; host XCR0=0x7
00:00:01.731408 CPUM: Matched host CPU INTEL 0x6/0x46/0x1 Intel_Core7_Haswell with CPU DB entry 'Intel Core i7-5600U' (INTEL 0x6/0x3d/0x4 Intel_Core7_Broadwell)
00:00:01.731734 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.759502 PGM: HCPhysInterPD=00000000bfd55000 HCPhysInterPaePDPT=00000000bfd52000 HCPhysInterPaePML4=00000000bfd4f000
00:00:01.759520 PGM: apInterPTs={00000000bfd54000,00000000bfd53000} apInterPaePTs={0000000178755000,0000000178656000} apInterPaePDs={0000000178657000,0000000178658000,0000000178659000,000000017865a000} pInterPaePDPT64=00000000bfd51000
00:00:01.759526 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.759559 PGM: PGMPool: cMaxPages=560 (u64MaxPages=545)
00:00:01.759562 PGM: pgmR3PoolInit: cMaxPages=0x230 cMaxUsers=0x460 cMaxPhysExts=0x460 fCacheEnable=true
00:00:01.851395 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=97 u32UpdateIntervalNS=10252200 enmUseTscDelta=2 (Pratically Zero) fGetGipCpu=0x3 cCpus=2
00:00:01.851429 TM: GIP - u64CpuHz=2 294 645 692 (0x88c583bc) SUPGetCpuHzFromGip => 2 294 645 692
00:00:01.851434 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=2294726974(*) cErrors=0
00:00:01.851438 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x2 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=2294645692(*) cErrors=0
00:00:01.851494 TM: cTSCTicksPerSecond=2 294 645 692 (0x88c583bc) enmTSCMode=3 (Dynamic)
00:00:01.851495 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.852186 VMM: CoreCode: R3=0000000005b60000 R0=ffffd00022c62000 RC=a0662000 Phys=00000000bfcf4000 cb=0x1000
00:00:01.859739 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:01.859765 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:01.860077 AIOMgr: Default manager type is 'Async'
00:00:01.860085 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.860414 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.860421 BlkCache: Cache commit interval is 10000 ms
00:00:01.860423 BlkCache: Cache commit threshold is 2621440 bytes
00:00:02.000687 PcBios: [SMP] BIOS with 1 CPUs
00:00:02.001053 PcBios: MPS table at 000e1300
00:00:02.020979 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xfffff800d6b20000 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000 using the native ring-0 loader
00:00:02.020998 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xfffff800d6b20000
00:00:02.032098 SUP: Loaded VBoxDD2R0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0) at 0xfffff800d6b50000 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000 using the native ring-0 loader
00:00:02.032110 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0=0xfffff800d6b50000
00:00:02.032143 APIC: Activating Local APIC
00:00:02.032147 CPUM: SetGuestCpuIdFeature: Enabled APIC
00:00:02.032752 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.046998 Shared Folders service loaded
00:00:02.095908 DrvBlock: Flushes will be ignored
00:00:02.095921 DrvBlock: Async flushes will be passed to the disk
00:00:02.097370 VD: VDInit finished
00:00:02.097433 VD: Opening the disk took 1471552 ns
00:00:02.097524 AHCI LUN#0: CD/DVD, total number of sectors 16384, passthrough disabled
00:00:02.097543 AHCI: LUN#0: using normal I/O
00:00:02.097869 DrvBlock: Flushes will be ignored
00:00:02.097962 DrvBlock: Async flushes will be passed to the disk
00:00:02.104837 VD: Opening the disk took 6845499 ns
00:00:02.104860 AHCI: LUN#1: disk, PCHS=16383/16/63, total number of sectors 40960000
00:00:02.104867 AHCI: LUN#1: using normal I/O
00:00:02.105026 AHCI: Port2: No driver attached
00:00:02.105089 AHCI: Port3: No driver attached
00:00:02.105092 AHCI: Port4: No driver attached
00:00:02.105095 AHCI: Port5: No driver attached
00:00:02.105097 AHCI: Port6: No driver attached
00:00:02.105100 AHCI: Port7: No driver attached
00:00:02.105102 AHCI: Port8: No driver attached
00:00:02.105104 AHCI: Port9: No driver attached
00:00:02.105107 AHCI: Port10: No driver attached
00:00:02.105109 AHCI: Port11: No driver attached
00:00:02.105111 AHCI: Port12: No driver attached
00:00:02.105114 AHCI: Port13: No driver attached
00:00:02.105118 AHCI: Port14: No driver attached
00:00:02.105121 AHCI: Port15: No driver attached
00:00:02.105123 AHCI: Port16: No driver attached
00:00:02.105138 AHCI: Port17: No driver attached
00:00:02.105141 AHCI: Port18: No driver attached
00:00:02.105143 AHCI: Port19: No driver attached
00:00:02.105145 AHCI: Port20: No driver attached
00:00:02.105147 AHCI: Port21: No driver attached
00:00:02.105149 AHCI: Port22: No driver attached
00:00:02.105151 AHCI: Port23: No driver attached
00:00:02.105153 AHCI: Port24: No driver attached
00:00:02.105155 AHCI: Port25: No driver attached
00:00:02.105158 AHCI: Port26: No driver attached
00:00:02.105160 AHCI: Port27: No driver attached
00:00:02.105162 AHCI: Port28: No driver attached
00:00:02.105164 AHCI: Port29: No driver attached
00:00:02.105210 AHCI#0: Reset the HBA
00:00:02.210647 NAT: DNS#0: 192.168.254.2
00:00:02.210662 NAT: DNS#1: 192.168.33.1
00:00:02.211345 IntNet#0: szNetwork={HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2} enmTrunkType=3 szTrunk={\DEVICE\{3F19EE99-10E6-4052-A791-499D0DFCB0AD}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:02.214262 PcBios: SATA LUN#0 LCHS=1024/255/63
00:00:02.214270 PcBios: SATA LUN#1 LCHS=1024/255/63
00:00:02.214348 PGM: The CPU physical address width is 42 bits
00:00:02.214356 PGM: PGMR3InitFinalize: 4 MB PSE mask 000003ffffffffff
00:00:02.214609 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=false
00:00:02.233833 VMM: Thread-context hooks unavailable
00:00:02.233871 VMM: fUsePeriodicPreemptionTimers=false
00:00:02.233893 CPUM: Logical host processors: 2 present, 2 max, 2 online, online mask: 0000000000000003
00:00:02.247537 CPUM: Physical host cores: 2
00:00:02.247540 ************************* CPUID dump ************************
00:00:02.247617 Raw Standard CPUID Leaves
00:00:02.247617 Leaf/sub-leaf eax ebx ecx edx
00:00:02.247659 Gst: 00000000/0000 0000000d 756e6547 6c65746e 49656e69
00:00:02.247661 Hst: 0000000d 756e6547 6c65746e 49656e69
00:00:02.247667 Gst: 00000001/0000 00040661 00000800 80180201 078bf3ff
00:00:02.247668 Hst: 00040661 02010800 fffa3203 0fabfbff
00:00:02.247689 Gst: 00000002/0000 76036301 00f0b5ff 00000000 00c10000
00:00:02.247690 Hst: 76036301 00f0b5ff 00000000 00c10000
00:00:02.247691 Gst: 00000003/0000 00000000 00000000 00000000 00000000
00:00:02.247692 Hst: 00000000 00000000 00000000 00000000
00:00:02.247693 Gst: 00000004/0000 00000121 01c0003f 0000003f 00000000
00:00:02.247694 Hst: 00000121 01c0003f 0000003f 00000000
00:00:02.247695 Gst: 00000004/0001 00000122 01c0003f 0000003f 00000000
00:00:02.247696 Hst: 00000122 01c0003f 0000003f 00000000
00:00:02.247697 Gst: 00000004/0002 00000143 01c0003f 000001ff 00000000
00:00:02.247698 Hst: 00000143 01c0003f 000001ff 00000000
00:00:02.247699 Gst: 00000004/0003 00000163 02c0003f 00001fff 00000006
00:00:02.247699 Hst: 00000163 02c0003f 00001fff 00000006
00:00:02.247700 Gst: 00000004/0004 00000183 03c0f03f 00001fff 00000004
00:00:02.247701 Hst: 00000183 03c0f03f 00001fff 00000004
00:00:02.247712 Gst: 00000004/0005 00000000 00000000 00000000 00000000
00:00:02.247712 Hst: 00000000 00000000 00000000 00000000
00:00:02.247713 Gst: 00000005/0000 00000000 00000000 00000000 00000000
00:00:02.247714 Hst: 00000000 00000000 00000000 00000000
00:00:02.247715 Gst: 00000006/0000 00000000 00000000 00000000 00000000
00:00:02.247716 Hst: 00000077 00000002 00000009 00000000
00:00:02.247717 Gst: 00000007/0000 00000000 00002000 00000000 00000000
00:00:02.247717 Hst: 00000000 000027ab 00000000 00000000
00:00:02.247718 Gst: 00000007/0001 00000000 00000000 00000000 00000000
00:00:02.247719 Hst: 00000000 00000000 00000000 00000000
00:00:02.247720 Gst: 00000008/0000 00000000 00000000 00000000 00000000
00:00:02.247720 Hst: 00000000 00000000 00000000 00000000
00:00:02.247721 Gst: 00000009/0000 00000000 00000000 00000000 00000000
00:00:02.247722 Hst: 00000000 00000000 00000000 00000000
00:00:02.247723 Gst: 0000000a/0000 00000000 00000000 00000000 00000000
00:00:02.247723 Hst: 07300401 0000007f 00000000 00000000
00:00:02.247724 Gst: 0000000b/0000 00000000 00000001 00000100 00000000
00:00:02.247725 Hst: 00000000 00000001 00000100 00000002
00:00:02.247726 Gst: 0000000b/0001 00000001 00000001 00000201 00000000
00:00:02.247727 Hst: 00000000 00000001 00000201 00000002
00:00:02.247727 Gst: 0000000b/0002 00000000 00000000 00000002 00000000
00:00:02.247728 Hst: 00000000 00000000 00000002 00000002
00:00:02.247729 Gst: 0000000c/0000 00000000 00000000 00000000 00000000
00:00:02.247730 Hst: 00000000 00000000 00000000 00000000
00:00:02.247730 Gst: 0000000d/0000 00000000 00000000 00000000 00000000
00:00:02.247731 Hst: 00000007 00000340 00000340 00000000
00:00:02.247732 Gst: 0000000d/0001 00000000 00000000 00000000 00000000
00:00:02.247733 Hst: 00000001 00000000 00000000 00000000
00:00:02.247733 Gst: 0000000d/0002 00000000 00000000 00000000 00000000
00:00:02.247734 Hst: 00000100 00000240 00000000 00000000
00:00:02.247735 Gst: 0000000d/0003 00000000 00000000 00000000 00000000
00:00:02.247735 Hst: 00000000 00000000 00000000 00000000
00:00:02.247779 Name: GenuineIntel
00:00:02.247780 Supports: 0x00000000-0x0000000d
00:00:02.247795 Family: 6 Extended: 0 Effective: 6
00:00:02.247796 Model: 6 Extended: 4 Effective: 70
00:00:02.247797 Stepping: 1
00:00:02.247798 Type: 0 (primary)
00:00:02.247798 APIC ID: 0x00
00:00:02.247799 Logical CPUs: 0
00:00:02.247799 CLFLUSH Size: 8
00:00:02.247800 Brand ID: 0x00
00:00:02.247801 Features
00:00:02.247801 Mnemonic - Description = guest (host)
00:00:02.247802 FPU - x87 FPU on Chip = 1 (1)
00:00:02.247803 VME - Virtual 8086 Mode Enhancements = 1 (1)
00:00:02.247804 DE - Debugging extensions = 1 (1)
00:00:02.247805 PSE - Page Size Extension = 1 (1)
00:00:02.247806 TSC - Time Stamp Counter = 1 (1)
00:00:02.247807 MSR - Model Specific Registers = 1 (1)
00:00:02.247808 PAE - Physical Address Extension = 1 (1)
00:00:02.247808 MCE - Machine Check Exception = 1 (1)
00:00:02.247809 CX8 - CMPXCHG8B instruction = 1 (1)
00:00:02.247810 APIC - APIC On-Chip = 1 (1)
00:00:02.247811 SEP - SYSENTER and SYSEXIT Present = 0 (1)
00:00:02.247812 MTRR - Memory Type Range Registers = 1 (1)
00:00:02.247812 PGE - PTE Global Bit = 1 (1)
00:00:02.247813 MCA - Machine Check Architecture = 1 (1)
00:00:02.247814 CMOV - Conditional Move instructions = 1 (1)
00:00:02.247815 PAT - Page Attribute Table = 1 (1)
00:00:02.247815 PSE-36 - 36-bit Page Size Extension = 1 (1)
00:00:02.247816 PSN - Processor Serial Number = 0 (0)
00:00:02.247817 CLFSH - CLFLUSH instruction = 1 (1)
00:00:02.247818 DS - Debug Store = 0 (1)
00:00:02.247819 ACPI - Thermal Mon. & Soft. Clock Ctrl. = 0 (0)
00:00:02.247819 MMX - Intel MMX Technology = 1 (1)
00:00:02.247820 FXSR - FXSAVE and FXRSTOR instructions = 1 (1)
00:00:02.247821 SSE - SSE support = 1 (1)
00:00:02.247822 SSE2 - SSE2 support = 1 (1)
00:00:02.247822 SS - Self Snoop = 0 (1)
00:00:02.247823 HTT - Hyper-Threading Technology = 0 (0)
00:00:02.247824 TM - Therm. Monitor = 0 (0)
00:00:02.247825 PBE - Pending Break Enabled = 0 (0)
00:00:02.247826 SSE3 - SSE3 support = 1 (1)
00:00:02.247826 PCLMUL - PCLMULQDQ support (for AES-GCM) = 0 (1)
00:00:02.247827 DTES64 - DS Area 64-bit Layout = 0 (0)
00:00:02.247828 MONITOR - MONITOR/MWAIT instructions = 0 (0)
00:00:02.247829 CPL-DS - CPL Qualified Debug Store = 0 (0)
00:00:02.247829 VMX - Virtual Machine Extensions = 0 (0)
00:00:02.247830 SMX - Safer Mode Extensions = 0 (0)
00:00:02.247831 EST - Enhanced SpeedStep Technology = 0 (0)
00:00:02.247832 TM2 - Terminal Monitor 2 = 0 (0)
00:00:02.247832 SSSE3 - Supplemental Streaming SIMD Extensions 3 = 1 (1)
00:00:02.247833 CNTX-ID - L1 Context ID = 0 (0)
00:00:02.247834 SDBG - Silicon Debug interface = 0 (0)
00:00:02.247835 FMA - Fused Multiply Add extensions = 0 (1)
00:00:02.247835 CX16 - CMPXCHG16B instruction = 0 (1)
00:00:02.247836 TPRUPDATE - xTPR Update Control = 0 (0)
00:00:02.247837 PDCM - Perf/Debug Capability MSR = 0 (0)
00:00:02.247838 PCID - Process Context Identifiers = 0 (1)
00:00:02.247838 DCA - Direct Cache Access = 0 (0)
00:00:02.247839 SSE4_1 - SSE4_1 support = 1 (1)
00:00:02.247840 SSE4_2 - SSE4_2 support = 1 (1)
00:00:02.247841 X2APIC - x2APIC support = 0 (1)
00:00:02.247842 MOVBE - MOVBE instruction = 0 (1)
00:00:02.247842 POPCNT - POPCNT instruction = 0 (1)
00:00:02.247843 TSCDEADL - Time Stamp Counter Deadline = 0 (1)
00:00:02.247844 AES - AES instructions = 0 (1)
00:00:02.247845 XSAVE - XSAVE instruction = 0 (1)
00:00:02.247845 OSXSAVE - OSXSAVE instruction = 0 (1)
00:00:02.247846 AVX - AVX support = 0 (1)
00:00:02.247847 F16C - 16-bit floating point conversion instructions = 0 (1)
00:00:02.247848 RDRAND - RDRAND instruction = 0 (1)
00:00:02.247848 HVP - Hypervisor Present (we're a guest) = 1 (1)
00:00:02.247849 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:02.247850 Mnemonic - Description = guest (host)
00:00:02.247850 FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr. = 0 (1)
00:00:02.247851 TSCADJUST - Supports MSR_IA32_TSC_ADJUST = 0 (1)
00:00:02.247852 BMI1 - Advanced Bit Manipulation extension 1 = 0 (1)
00:00:02.247852 HLE - Hardware Lock Elision = 0 (0)
00:00:02.247853 AVX2 - Advanced Vector Extensions 2 = 0 (1)
00:00:02.247854 SMEP - Supervisor Mode Execution Prevention = 0 (1)
00:00:02.247855 BMI2 - Advanced Bit Manipulation extension 2 = 0 (1)
00:00:02.247855 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (1)
00:00:02.247856 INVPCID - INVPCID instruction = 0 (1)
00:00:02.247857 RTM - Restricted Transactional Memory = 0 (0)
00:00:02.247857 PQM - Platform Quality of Service Monitoring = 0 (0)
00:00:02.247858 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 1 (1)
00:00:02.247859 MPE - Intel Memory Protection Extensions = 0 (0)
00:00:02.247859 PQE - Platform Quality of Service Enforcement = 0 (0)
00:00:02.247860 AVX512F - AVX512 Foundation instructions = 0 (0)
00:00:02.247861 RDSEED - RDSEED instruction = 0 (0)
00:00:02.247861 ADX - ADCX/ADOX instructions = 0 (0)
00:00:02.247862 SMAP - Supervisor Mode Access Prevention = 0 (0)
00:00:02.247876 CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction = 0 (0)
00:00:02.247876 INTEL_PT - Intel Processor Trace = 0 (0)
00:00:02.247877 AVX512PF - AVX512 Prefetch instructions = 0 (0)
00:00:02.247878 AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:02.247878 AVX512CD - AVX512 Conflict Detection instructions = 0 (0)
00:00:02.247879 SHA - Secure Hash Algorithm extensions = 0 (0)
00:00:02.247880 PREFETCHWT1 - PREFETCHWT1 instruction = 0 (0)
00:00:02.247880 PKU - Protection Key for Usermode pages = 0 (0)
00:00:02.247881 OSPKU - CR4.PKU mirror = 0 (0)
00:00:02.247883 Processor Extended State Enumeration (leaf 0xd):
00:00:02.247883 XSAVE area cur/max size by XCR0, guest: 0x0/0x0
00:00:02.247884 XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:02.247885 Valid XCR0 bits, guest: 0x00000000`00000000
00:00:02.247885 Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:02.247887 XSAVE features, guest:
00:00:02.247888 XSAVE features, host: XSAVEOPT
00:00:02.247889 XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:02.247889 XSAVE area cur size XCR0|XSS, host: 0x0
00:00:02.247890 Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:02.247890 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:02.247891 State #2, host: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:02.247915 Raw Hypervisor CPUID Leaves
00:00:02.247915 Leaf/sub-leaf eax ebx ecx edx
00:00:02.247916 Gst: 40000000/0000 40000001 4b4d564b 564b4d56 0000004d
00:00:02.247917 Hst: 40000010 61774d56 4d566572 65726177
00:00:02.247918 Gst: 40000001/0000 01000089 00000000 00000000 00000000
00:00:02.247919 Hst: 31237648 00000000 00000000 00000000
00:00:02.247920 Raw Extended CPUID Leaves
00:00:02.247920 Leaf/sub-leaf eax ebx ecx edx
00:00:02.247921 Gst: 80000000/0000 80000008 00000000 00000000 00000000
00:00:02.247922 Hst: 80000008 00000000 00000000 00000000
00:00:02.247923 Gst: 80000001/0000 00000000 00000000 00000001 08000000
00:00:02.247924 Hst: 00000000 00000000 00000021 2c100800
00:00:02.247925 Gst: 80000002/0000 65746e49 2952286c 726f4320 4d542865
00:00:02.247926 Hst: 65746e49 2952286c 726f4320 4d542865
00:00:02.247927 Gst: 80000003/0000 37692029 3538342d 20514830 20555043
00:00:02.247928 Hst: 37692029 3538342d 20514830 20555043
00:00:02.247930 Gst: 80000004/0000 2e322040 48473033 0000007a 00000000
00:00:02.247931 Hst: 2e322040 48473033 0000007a 00000000
00:00:02.247932 Gst: 80000005/0000 00000000 00000000 00000000 00000000
00:00:02.247932 Hst: 00000000 00000000 00000000 00000000
00:00:02.247933 Gst: 80000006/0000 00000000 00000000 01006040 00000000
00:00:02.247934 Hst: 00000000 00000000 01006040 00000000
00:00:02.247935 Gst: 80000007/0000 00000000 00000000 00000000 00000100
00:00:02.247936 Hst: 00000000 00000000 00000000 00000100
00:00:02.247936 Gst: 80000008/0000 0000302a 00000000 00000000 00000000
00:00:02.247937 Hst: 0000302a 00000000 00000000 00000000
00:00:02.247938 Ext Name:
00:00:02.247938 Ext Supports: 0x80000000-0x80000008
00:00:02.247939 Family: 0 Extended: 0 Effective: 0
00:00:02.247940 Model: 0 Extended: 0 Effective: 0
00:00:02.247940 Stepping: 0
00:00:02.247940 Brand ID: 0x000
00:00:02.247941 Ext Features
00:00:02.247941 Mnemonic - Description = guest (host)
00:00:02.247942 FPU - x87 FPU on Chip = 0 (0)
00:00:02.247943 VME - Virtual 8086 Mode Enhancements = 0 (0)
00:00:02.247943 DE - Debugging extensions = 0 (0)
00:00:02.247944 PSE - Page Size Extension = 0 (0)
00:00:02.247945 TSC - Time Stamp Counter = 0 (0)
00:00:02.247946 MSR - K86 Model Specific Registers = 0 (0)
00:00:02.247946 PAE - Physical Address Extension = 0 (0)
00:00:02.247947 MCE - Machine Check Exception = 0 (0)
00:00:02.247948 CX8 - CMPXCHG8B instruction = 0 (0)
00:00:02.247949 APIC - APIC On-Chip = 0 (0)
00:00:02.247949 SEP - SYSCALL/SYSRET = 0 (1)
00:00:02.247950 MTRR - Memory Type Range Registers = 0 (0)
00:00:02.247951 PGE - PTE Global Bit = 0 (0)
00:00:02.247952 MCA - Machine Check Architecture = 0 (0)
00:00:02.247952 CMOV - Conditional Move instructions = 0 (0)
00:00:02.247953 PAT - Page Attribute Table = 0 (0)
00:00:02.247954 PSE-36 - 36-bit Page Size Extension = 0 (0)
00:00:02.247954 NX - No-Execute/Execute-Disable = 0 (1)
00:00:02.247955 AXMMX - AMD Extensions to MMX instructions = 0 (0)
00:00:02.247956 MMX - Intel MMX Technology = 0 (0)
00:00:02.247957 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:02.247957 FFXSR - AMD fast FXSAVE and FXRSTOR instructions = 0 (0)
00:00:02.247958 Page1GB - 1 GB large page = 0 (1)
00:00:02.247959 RDTSCP - RDTSCP instruction = 1 (1)
00:00:02.247959 LM - AMD64 Long Mode = 0 (1)
00:00:02.247960 3DNOWEXT - AMD Extensions to 3DNow = 0 (0)
00:00:02.247961 3DNOW - AMD 3DNow = 0 (0)
00:00:02.247962 LahfSahf - LAHF/SAHF support in 64-bit mode = 1 (1)
00:00:02.247962 CmpLegacy - Core multi-processing legacy mode = 0 (0)
00:00:02.247963 SVM - AMD VM extensions = 0 (0)
00:00:02.247964 EXTAPIC - AMD Extended APIC registers = 0 (0)
00:00:02.247965 CR8L - AMD LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:02.247965 ABM - AMD Advanced Bit Manipulation = 0 (1)
00:00:02.247966 SSE4A - SSE4A instructions = 0 (0)
00:00:02.247967 MISALIGNSSE - AMD Misaligned SSE mode = 0 (0)
00:00:02.247967 3DNOWPRF - AMD PREFETCH and PREFETCHW instructions = 0 (0)
00:00:02.247968 OSVW - AMD OS Visible Workaround = 0 (0)
00:00:02.247969 IBS - Instruct Based Sampling = 0 (0)
00:00:02.247970 XOP - Extended Operation support = 0 (0)
00:00:02.247970 SKINIT - SKINIT, STGI, and DEV support = 0 (0)
00:00:02.247971 WDT - AMD Watchdog Timer support = 0 (0)
00:00:02.247972 LWP - Lightweight Profiling support = 0 (0)
00:00:02.247972 FMA4 - Four operand FMA instruction support = 0 (0)
00:00:02.247973 NodeId - NodeId in MSR C001_100C = 0 (0)
00:00:02.247974 TBM - Trailing Bit Manipulation instructions = 0 (0)
00:00:02.247974 TOPOEXT - Topology Extensions = 0 (0)
00:00:02.247975 Full Name: "Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz"
00:00:02.247976 TLB 2/4M Instr/Uni: res0 0 entries
00:00:02.247976 TLB 2/4M Data: res0 0 entries
00:00:02.247977 TLB 4K Instr/Uni: res0 0 entries
00:00:02.247977 TLB 4K Data: res0 0 entries
00:00:02.247978 L1 Instr Cache Line Size: 0 bytes
00:00:02.247978 L1 Instr Cache Lines Per Tag: 0
00:00:02.247978 L1 Instr Cache Associativity: res0
00:00:02.247979 L1 Instr Cache Size: 0 KB
00:00:02.247979 L1 Data Cache Line Size: 0 bytes
00:00:02.247980 L1 Data Cache Lines Per Tag: 0
00:00:02.247980 L1 Data Cache Associativity: res0
00:00:02.247980 L1 Data Cache Size: 0 KB
00:00:02.247981 L2 TLB 2/4M Instr/Uni: off 0 entries
00:00:02.247981 L2 TLB 2/4M Data: off 0 entries
00:00:02.247982 L2 TLB 4K Instr/Uni: off 0 entries
00:00:02.247982 L2 TLB 4K Data: off 0 entries
00:00:02.247982 L2 Cache Line Size: 0 bytes
00:00:02.247983 L2 Cache Lines Per Tag: 0
00:00:02.247983 L2 Cache Associativity: off
00:00:02.247983 L2 Cache Size: 0 KB
00:00:02.247984 APM Features: TscInvariant
00:00:02.247985 Host Invariant-TSC support: true
00:00:02.247986 Physical Address Width: 42 bits
00:00:02.247986 Virtual Address Width: 48 bits
00:00:02.247987 Guest Physical Address Width: 0 bits
00:00:02.247987 Physical Core Count: 0
00:00:02.247988
00:00:02.247989 ******************** End of CPUID dump **********************
00:00:02.266483 VMEmt: Halt method global1 (5)
00:00:02.266518 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:02.266535 Changing the VM state from 'CREATING' to 'CREATED'
00:00:02.274337 SharedFolders host service: Adding host mapping
00:00:02.274348 Host path 'c:\Users', map name 'c/Users', writable, automount=true, create_symlinks=true, missing=false
00:00:02.274444 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:02.274496 NAT: set redirect TCP host 127.0.0.1:49742 => guest 10.0.2.15:22
00:00:02.286939 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:02.286967 Console: Machine state changed to 'Running'
00:00:02.292203 VMMDev: Guest Log: BIOS: VirtualBox 5.0.14
00:00:02.292861 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.304205 AHCI#0: Reset the HBA
00:00:02.304607 AHCI#0: Port 0 reset
00:00:02.305547 AHCI#0: Port 1 reset
00:00:02.305974 VMMDev: Guest Log: BIOS: AHCI 1-P#1: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000002710000 sectors
00:00:02.306068 AHCI#0: Port 2 reset
00:00:02.306087 AHCI#0: Port 3 reset
00:00:02.306095 AHCI#0: Port 4 reset
00:00:02.306105 AHCI#0: Port 5 reset
00:00:02.306114 AHCI#0: Port 6 reset
00:00:02.306121 AHCI#0: Port 7 reset
00:00:02.306129 AHCI#0: Port 8 reset
00:00:02.306136 AHCI#0: Port 9 reset
00:00:02.306143 AHCI#0: Port 10 reset
00:00:02.306151 AHCI#0: Port 11 reset
00:00:02.306158 AHCI#0: Port 12 reset
00:00:02.306166 AHCI#0: Port 13 reset
00:00:02.306177 AHCI#0: Port 14 reset
00:00:02.306196 AHCI#0: Port 15 reset
00:00:02.306204 AHCI#0: Port 16 reset
00:00:02.306211 AHCI#0: Port 17 reset
00:00:02.306219 AHCI#0: Port 18 reset
00:00:02.306227 AHCI#0: Port 19 reset
00:00:02.306235 AHCI#0: Port 20 reset
00:00:02.306243 AHCI#0: Port 21 reset
00:00:02.306251 AHCI#0: Port 22 reset
00:00:02.306268 AHCI#0: Port 23 reset
00:00:02.306276 AHCI#0: Port 24 reset
00:00:02.306284 AHCI#0: Port 25 reset
00:00:02.306292 AHCI#0: Port 26 reset
00:00:02.306300 AHCI#0: Port 27 reset
00:00:02.306308 AHCI#0: Port 28 reset
00:00:02.306316 AHCI#0: Port 29 reset
00:00:02.315525 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:02.329331 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:02.332106 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.332316 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0233
00:00:02.333221 VMMDev: Guest Log: BIOS: Booting from CD-ROM...

Download and install docker-machine with PR 3018

wget -out docker-machine.exe https://github.com/StefanScherer/boot2docker/releases/download/v1.9.1-386/docker-machine-Windows-x86_64.exe
.\docker-machine.exe -D create -d virtualbox --virtualbox-no-vtx-check --virtualbox-boot2docker-url https://github.com/StefanScherer/boot2docker/releases/download/v1.9.1-386/boot2docker.iso test32

Result: 32bit VM starts up and after some time "Finished boot2docker init script..." and the boot2docker logo appears in the VM console. The docker-machine is not able to SSH into the VM, probably as there are no VirtualBox guest additions in the 32bit boot2docker.iso. See the 04-test32-VBox.log.

VirtualBox VM 5.0.14 r105127 win.amd64 (Jan 19 2016 16:40:17) release log
00:00:00.280788 Log opened 2016-02-11T17:24:24.108749900Z
00:00:00.280789 Build Type: release
00:00:00.280791 OS Product: Windows 10
00:00:00.280792 OS Release: 10.0.10586
00:00:00.280793 OS Service Pack:
00:00:00.308599 DMI Product Name: VMware Virtual Platform
00:00:00.311958 DMI Product Version: None
00:00:00.311965 Host RAM: 6195MB total, 4622MB available
00:00:00.311966 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
00:00:00.311967 Process ID: 2596
00:00:00.311967 Package type: WINDOWS_64BITS_GENERIC
00:00:00.318233 Installed Extension Packs:
00:00:00.318272 None installed!
00:00:00.320383 Console: Machine state changed to 'Starting'
00:00:00.368991 SUP: Opened VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xfffff800d69f0000 loaded by the native ring-0 loader.
00:00:00.369006 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xfffff800d69f0000
00:00:00.373618 Guest OS type: 'Linux26_64'
00:00:00.377227 Installed Drivers:
00:00:00.379775 C:\Windows\system32\DRIVERS\VBoxNetAdp6.sys (Version: 5.0.14.5127)
00:00:00.381609 C:\Windows\system32\DRIVERS\VBoxNetLwf.sys (Version: 5.0.14.5127)
00:00:00.383355 C:\Windows\system32\DRIVERS\VBoxUSBMon.sys (Version: 5.0.14.5127)
00:00:00.389138 C:\Windows\system32\DRIVERS\VBoxDrv.sys (Version: 5.0.14.5127)
00:00:00.391609 C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0 (Version: 5.0.14.5127)
00:00:00.392681 C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0 (Version: 5.0.14.5127)
00:00:00.394250 WARNING! 64-bit guest type selected but the host CPU does NOT support HW virtualization.
00:00:00.406980 File system of 'C:\Users\vagrant\.docker\machine\machines\test32\boot2docker.iso' (DVD) is ntfs
00:00:00.411842 File system of 'C:\Users\vagrant\.docker\machine\machines\test32\test32\Snapshots' (snapshots) is unknown
00:00:00.411850 File system of 'C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk' is ntfs
00:00:00.784337 Shared clipboard service loaded
00:00:00.784347 Shared clipboard mode: Off
00:00:00.788650 Drag and drop service loaded
00:00:00.788660 Drag and drop mode: Off
00:00:00.796159 Guest Control service loaded
00:00:01.326733 Per-VM extradata API settings:
00:00:01.326746 VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users="1"
00:00:01.327032 ************************* CFGM dump *************************
00:00:01.327033 [/] (level 0)
00:00:01.327036 CSAMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.327037 CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:01.327038 EnablePAE <integer> = 0x0000000000000001 (1)
00:00:01.327039 HMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.327040 MemBalloonSize <integer> = 0x0000000000000000 (0)
00:00:01.327051 Name <string> = "test32" (cb=7)
00:00:01.327053 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.327055 PATMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.327055 PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:01.327056 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.327058 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.327059 RawR0Enabled <integer> = 0x0000000000000001 (1)
00:00:01.327060 RawR3Enabled <integer> = 0x0000000000000001 (1)
00:00:01.327061 TimerMillies <integer> = 0x000000000000000a (10)
00:00:01.327061 UUID <bytes> = "7f 0c a7 cb 90 f0 27 45 a1 9b 7e 89 fd e8 63 b1" (cb=16)
00:00:01.327064
00:00:01.327065 [/CPUM/] (level 1)
00:00:01.327066 PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:01.327067
00:00:01.327067 [/DBGF/] (level 1)
00:00:01.327068 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test32\test32/debug/;C:\Users\vagrant\.docker\machine\machines\test32\test32/;C:\Users\vagrant/" (cb=138)
00:00:01.327069
00:00:01.327069 [/Devices/] (level 1)
00:00:01.327070
00:00:01.327070 [/Devices/8237A/] (level 2)
00:00:01.327071
00:00:01.327071 [/Devices/8237A/0/] (level 3)
00:00:01.327072 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327073
00:00:01.327073 [/Devices/GIMDev/] (level 2)
00:00:01.327074
00:00:01.327074 [/Devices/GIMDev/0/] (level 3)
00:00:01.327075 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327076
00:00:01.327076 [/Devices/VMMDev/] (level 2)
00:00:01.327077
00:00:01.327077 [/Devices/VMMDev/0/] (level 3)
00:00:01.327078 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327079 PCIDeviceNo <integer> = 0x0000000000000004 (4)
00:00:01.327079 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327080 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327080
00:00:01.327080 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.327081 GuestCoreDumpDir <string> = "C:\Users\vagrant\.docker\machine\machines\test32\test32\Snapshots" (cb=66)
00:00:01.327082 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.327084
00:00:01.327084 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.327085 Driver <string> = "HGCM" (cb=5)
00:00:01.327086
00:00:01.327086 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.327087 Object <integer> = 0x000000000127fff0 (19 398 640)
00:00:01.327088
00:00:01.327088 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.327089 Driver <string> = "MainStatus" (cb=11)
00:00:01.327102
00:00:01.327102 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.327103 First <integer> = 0x0000000000000000 (0)
00:00:01.327104 Last <integer> = 0x0000000000000000 (0)
00:00:01.327104 papLeds <integer> = 0x000000000127fd70 (19 398 000)
00:00:01.327105
00:00:01.327106 [/Devices/acpi/] (level 2)
00:00:01.327106
00:00:01.327106 [/Devices/acpi/0/] (level 3)
00:00:01.327107 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327108 PCIDeviceNo <integer> = 0x0000000000000007 (7)
00:00:01.327108 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327109 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327109
00:00:01.327110 [/Devices/acpi/0/Config/] (level 4)
00:00:01.327111 CpuHotPlug <integer> = 0x0000000000000000 (0)
00:00:01.327112 FdcEnabled <integer> = 0x0000000000000000 (0)
00:00:01.327113 HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:01.327113 HpetEnabled <integer> = 0x0000000000000001 (1)
00:00:01.327114 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.327114 IocPciAddress <integer> = 0x0000000000010000 (65 536)
00:00:01.327115 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.327116 Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.327117 Parallel0Irq <integer> = 0x0000000000000000 (0)
00:00:01.327117 Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.327118 Parallel1Irq <integer> = 0x0000000000000000 (0)
00:00:01.327118 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.327119 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.327121 Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.327121 Serial0Irq <integer> = 0x0000000000000000 (0)
00:00:01.327122 Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.327122 Serial1Irq <integer> = 0x0000000000000000 (0)
00:00:01.327123 ShowCpu <integer> = 0x0000000000000001 (1)
00:00:01.327123 ShowRtc <integer> = 0x0000000000000000 (0)
00:00:01.327124 SmcEnabled <integer> = 0x0000000000000000 (0)
00:00:01.327125
00:00:01.327125 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.327126 Driver <string> = "ACPIHost" (cb=9)
00:00:01.327126
00:00:01.327126 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.327127
00:00:01.327128 [/Devices/ahci/] (level 2)
00:00:01.327128
00:00:01.327129 [/Devices/ahci/0/] (level 3)
00:00:01.327130 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327130 PCIDeviceNo <integer> = 0x000000000000000d (13)
00:00:01.327131 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327131 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327132
00:00:01.327132 [/Devices/ahci/0/Config/] (level 4)
00:00:01.327133 Bootable <integer> = 0x0000000000000001 (1)
00:00:01.327134 PortCount <integer> = 0x000000000000001e (30)
00:00:01.327135
00:00:01.327135 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:01.327136 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.327136 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.327137
00:00:01.327137 [/Devices/ahci/0/Config/Port1/] (level 5)
00:00:01.327138 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.327139 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.327139
00:00:01.327140 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:01.327141 Driver <string> = "Block" (cb=6)
00:00:01.327141
00:00:01.327141 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.327142 Driver <string> = "VD" (cb=3)
00:00:01.327143
00:00:01.327143 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.327145 Format <string> = "RAW" (cb=4)
00:00:01.327145 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test32\boot2docker.iso" (cb=65)
00:00:01.327146 ReadOnly <integer> = 0x0000000000000001 (1)
00:00:01.327147 Type <string> = "DVD" (cb=4)
00:00:01.327147
00:00:01.327147 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:01.327148 Mountable <integer> = 0x0000000000000001 (1)
00:00:01.327149 Type <string> = "DVD" (cb=4)
00:00:01.327150
00:00:01.327150 [/Devices/ahci/0/LUN#1/] (level 4)
00:00:01.327151 Driver <string> = "Block" (cb=6)
00:00:01.327151
00:00:01.327151 [/Devices/ahci/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.327152 Driver <string> = "VD" (cb=3)
00:00:01.327153
00:00:01.327153 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.327154 Format <string> = "VMDK" (cb=5)
00:00:01.327155 Path <string> = "C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk" (cb=59)
00:00:01.327156 Type <string> = "HardDisk" (cb=9)
00:00:01.327156
00:00:01.327156 [/Devices/ahci/0/LUN#1/Config/] (level 5)
00:00:01.327157 Mountable <integer> = 0x0000000000000000 (0)
00:00:01.327158 Type <string> = "HardDisk" (cb=9)
00:00:01.327158
00:00:01.327159 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:01.327160 Driver <string> = "MainStatus" (cb=11)
00:00:01.327160
00:00:01.327160 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:01.327162 DeviceInstance <string> = "ahci/0" (cb=7)
00:00:01.327162 First <integer> = 0x0000000000000000 (0)
00:00:01.327163 Last <integer> = 0x000000000000001d (29)
00:00:01.327164 pConsole <integer> = 0x000000000127f6f0 (19 396 336)
00:00:01.327165 papLeds <integer> = 0x000000000127fa60 (19 397 216)
00:00:01.327166 pmapMediumAttachments <integer> = 0x000000000127fd90 (19 398 032)
00:00:01.327166
00:00:01.327167 [/Devices/apic/] (level 2)
00:00:01.327167
00:00:01.327168 [/Devices/apic/0/] (level 3)
00:00:01.327169 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327169
00:00:01.327169 [/Devices/apic/0/Config/] (level 4)
00:00:01.327170 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.327171 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.327172
00:00:01.327172 [/Devices/e1000/] (level 2)
00:00:01.327173
00:00:01.327173 [/Devices/e1000/0/] (level 3)
00:00:01.327174 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327174 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:01.327175 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327175 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327176
00:00:01.327176 [/Devices/e1000/0/Config/] (level 4)
00:00:01.327177 AdapterType <integer> = 0x0000000000000000 (0)
00:00:01.327177 CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.327178 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:01.327179 MAC <bytes> = "08 00 27 22 7d f0" (cb=6)
00:00:01.327180
00:00:01.327180 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.327181 Driver <string> = "NAT" (cb=4)
00:00:01.327181
00:00:01.327181 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.327183 AliasMode <integer> = 0x0000000000000000 (0)
00:00:01.327183 BootFile <string> = "test32.pxe" (cb=11)
00:00:01.327184 DNSProxy <integer> = 0x0000000000000000 (0)
00:00:01.327184 Network <string> = "10.0.2.0/24" (cb=12)
00:00:01.327185 PassDomain <integer> = 0x0000000000000001 (1)
00:00:01.327186 TFTPPrefix <string> = "C:\Users\vagrant/.VirtualBox\TFTP" (cb=34)
00:00:01.327186 UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:01.327187
00:00:01.327187 [/Devices/e1000/0/LUN#0/Config/ssh/] (level 6)
00:00:01.327188 BindIP <string> = "127.0.0.1" (cb=10)
00:00:01.327189 GuestPort <integer> = 0x0000000000000016 (22)
00:00:01.327189 HostPort <integer> = 0x000000000000c266 (49 766)
00:00:01.327190 Protocol <string> = "TCP" (cb=4)
00:00:01.327191
00:00:01.327191 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.327192 Driver <string> = "MainStatus" (cb=11)
00:00:01.327192
00:00:01.327193 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.327193 First <integer> = 0x0000000000000000 (0)
00:00:01.327194 Last <integer> = 0x0000000000000000 (0)
00:00:01.327194 papLeds <integer> = 0x000000000127fc50 (19 397 712)
00:00:01.327195
00:00:01.327195 [/Devices/e1000/1/] (level 3)
00:00:01.327196 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327197 PCIDeviceNo <integer> = 0x0000000000000008 (8)
00:00:01.327197 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327198 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327198
00:00:01.327199 [/Devices/e1000/1/Config/] (level 4)
00:00:01.327199 AdapterType <integer> = 0x0000000000000000 (0)
00:00:01.327200 CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.327201 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:01.327201 MAC <bytes> = "08 00 27 7c df 5b" (cb=6)
00:00:01.327202
00:00:01.327203 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:01.327203 Driver <string> = "IntNet" (cb=7)
00:00:01.327204
00:00:01.327204 [/Devices/e1000/1/LUN#0/Config/] (level 5)
00:00:01.327205 IfPolicyPromisc <string> = "deny" (cb=5)
00:00:01.327206 IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:01.327206 Network <string> = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2" (cb=65)
00:00:01.327207 Trunk <string> = "\DEVICE\{3F19EE99-10E6-4052-A791-499D0DFCB0AD}" (cb=47)
00:00:01.327208 TrunkType <integer> = 0x0000000000000003 (3)
00:00:01.327208
00:00:01.327209 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:01.327209 Driver <string> = "MainStatus" (cb=11)
00:00:01.327210
00:00:01.327210 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:01.327211 First <integer> = 0x0000000000000000 (0)
00:00:01.327212 Last <integer> = 0x0000000000000000 (0)
00:00:01.327212 papLeds <integer> = 0x000000000127fc58 (19 397 720)
00:00:01.327213
00:00:01.327213 [/Devices/hpet/] (level 2)
00:00:01.327214
00:00:01.327214 [/Devices/hpet/0/] (level 3)
00:00:01.327215 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327215
00:00:01.327216 [/Devices/hpet/0/Config/] (level 4)
00:00:01.327217 ICH9 <integer> = 0x0000000000000000 (0)
00:00:01.327217
00:00:01.327217 [/Devices/i8254/] (level 2)
00:00:01.327218
00:00:01.327218 [/Devices/i8254/0/] (level 3)
00:00:01.327219
00:00:01.327219 [/Devices/i8254/0/Config/] (level 4)
00:00:01.327220
00:00:01.327220 [/Devices/i8259/] (level 2)
00:00:01.327221
00:00:01.327221 [/Devices/i8259/0/] (level 3)
00:00:01.327222 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327223
00:00:01.327223 [/Devices/i8259/0/Config/] (level 4)
00:00:01.327224
00:00:01.327224 [/Devices/ioapic/] (level 2)
00:00:01.327224
00:00:01.327225 [/Devices/ioapic/0/] (level 3)
00:00:01.327225 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327226
00:00:01.327226 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.327227 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.327228
00:00:01.327228 [/Devices/mc146818/] (level 2)
00:00:01.327229
00:00:01.327229 [/Devices/mc146818/0/] (level 3)
00:00:01.327229
00:00:01.327230 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.327230 UseUTC <integer> = 0x0000000000000001 (1)
00:00:01.327231
00:00:01.327231 [/Devices/parallel/] (level 2)
00:00:01.327232
00:00:01.327232 [/Devices/pcarch/] (level 2)
00:00:01.327233
00:00:01.327233 [/Devices/pcarch/0/] (level 3)
00:00:01.327234 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327235
00:00:01.327235 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.327236
00:00:01.327236 [/Devices/pcbios/] (level 2)
00:00:01.327236
00:00:01.327237 [/Devices/pcbios/0/] (level 3)
00:00:01.327238 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327238
00:00:01.327238 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.327240 BootDevice0 <string> = "DVD" (cb=4)
00:00:01.327241 BootDevice1 <string> = "DVD" (cb=4)
00:00:01.327241 BootDevice2 <string> = "IDE" (cb=4)
00:00:01.327242 BootDevice3 <string> = "NONE" (cb=5)
00:00:01.327242 FloppyDevice <string> = "i82078" (cb=7)
00:00:01.327243 HardDiskDevice <string> = "piix3ide" (cb=9)
00:00:01.327243 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.327244 McfgBase <integer> = 0x0000000000000000 (0)
00:00:01.327245 McfgLength <integer> = 0x0000000000000000 (0)
00:00:01.327245 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.327246 PXEDebug <integer> = 0x0000000000000000 (0)
00:00:01.327246 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.327248 RamSize <integer> = 0x0000000040000000 (1 073 741 824, 1 024 MB)
00:00:01.327249 SataHardDiskDevice <string> = "ahci" (cb=5)
00:00:01.327249 SataLUN1 <integer> = 0x0000000000000001 (1)
00:00:01.327250 UUID <bytes> = "7f 0c a7 cb 90 f0 27 45 a1 9b 7e 89 fd e8 63 b1" (cb=16)
00:00:01.327252
00:00:01.327252 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.327253
00:00:01.327253 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.327254 NIC <integer> = 0x0000000000000000 (0)
00:00:01.327255 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327255 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:01.327256 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327256
00:00:01.327256 [/Devices/pci/] (level 2)
00:00:01.327257
00:00:01.327257 [/Devices/pci/0/] (level 3)
00:00:01.327258 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327259
00:00:01.327259 [/Devices/pci/0/Config/] (level 4)
00:00:01.327260 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.327260
00:00:01.327261 [/Devices/pckbd/] (level 2)
00:00:01.327261
00:00:01.327261 [/Devices/pckbd/0/] (level 3)
00:00:01.327262 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327263
00:00:01.327263 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.327264
00:00:01.327264 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.327265 Driver <string> = "KeyboardQueue" (cb=14)
00:00:01.327265
00:00:01.327265 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.327266 Driver <string> = "MainKeyboard" (cb=13)
00:00:01.327267
00:00:01.327267 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.327268 Object <integer> = 0x0000000001283110 (19 411 216)
00:00:01.327269
00:00:01.327269 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.327270 QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.327271
00:00:01.327271 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.327272 Driver <string> = "MouseQueue" (cb=11)
00:00:01.327272
00:00:01.327273 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.327274 Driver <string> = "MainMouse" (cb=10)
00:00:01.327274
00:00:01.327274 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.327275 Object <integer> = 0x0000000001283710 (19 412 752)
00:00:01.327276
00:00:01.327276 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.327277 QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.327278
00:00:01.327278 [/Devices/pcnet/] (level 2)
00:00:01.327279
00:00:01.327279 [/Devices/serial/] (level 2)
00:00:01.327279
00:00:01.327280 [/Devices/vga/] (level 2)
00:00:01.327280
00:00:01.327280 [/Devices/vga/0/] (level 3)
00:00:01.327281 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:01.327282 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:01.327282 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.327283 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.327283
00:00:01.327284 [/Devices/vga/0/Config/] (level 4)
00:00:01.327285 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.327285 FadeIn <integer> = 0x0000000000000000 (0)
00:00:01.327286 FadeOut <integer> = 0x0000000000000000 (0)
00:00:01.327286 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:01.327287 LogoFile <string> = "" (cb=1)
00:00:01.327288 LogoTime <integer> = 0x0000000000000000 (0)
00:00:01.327288 MonitorCount <integer> = 0x0000000000000001 (1)
00:00:01.327289 ShowBootMenu <integer> = 0x0000000000000000 (0)
00:00:01.327289 VRamSize <integer> = 0x0000000000800000 (8 388 608, 8 MB)
00:00:01.327290
00:00:01.327291 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.327291 Driver <string> = "MainDisplay" (cb=12)
00:00:01.327292
00:00:01.327292 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.327293 Object <integer> = 0x0000000001288470 (19 432 560)
00:00:01.327294
00:00:01.327294 [/Devices/vga/0/LUN#999/] (level 4)
00:00:01.327295 Driver <string> = "MainStatus" (cb=11)
00:00:01.327295
00:00:01.327296 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:01.327296 First <integer> = 0x0000000000000000 (0)
00:00:01.327297 Last <integer> = 0x0000000000000000 (0)
00:00:01.327297 papLeds <integer> = 0x000000000127fd88 (19 398 024)
00:00:01.327298
00:00:01.327298 [/Devices/virtio-net/] (level 2)
00:00:01.327299
00:00:01.327299 [/EM/] (level 1)
00:00:01.327300 TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.327301
00:00:01.327301 [/GIM/] (level 1)
00:00:01.327302 Provider <string> = "KVM" (cb=4)
00:00:01.327302
00:00:01.327302 [/HM/] (level 1)
00:00:01.327304 64bitEnabled <integer> = 0x0000000000000000 (0)
00:00:01.327304 EnableLargePages <integer> = 0x0000000000000001 (1)
00:00:01.327305 EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:01.327305 EnableUX <integer> = 0x0000000000000001 (1)
00:00:01.327306 EnableVPID <integer> = 0x0000000000000001 (1)
00:00:01.327306 Exclusive <integer> = 0x0000000000000000 (0)
00:00:01.327307 HMForced <integer> = 0x0000000000000000 (0)
00:00:01.327308
00:00:01.327308 [/MM/] (level 1)
00:00:01.327308 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.327309
00:00:01.327309 [/PDM/] (level 1)
00:00:01.327310
00:00:01.327310 [/PDM/AsyncCompletion/] (level 2)
00:00:01.327311
00:00:01.327311 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.327312
00:00:01.327312 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.327313
00:00:01.327313 [/PDM/BlkCache/] (level 2)
00:00:01.327314 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:01.327315
00:00:01.327315 [/PDM/Devices/] (level 2)
00:00:01.327316
00:00:01.327316 [/PDM/Drivers/] (level 2)
00:00:01.327317
00:00:01.327317 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.327317 Path <string> = "VBoxC" (cb=6)
00:00:01.327318
00:00:01.327318 [/PDM/NetworkShaper/] (level 2)
00:00:01.327319
00:00:01.327319 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.327320
00:00:01.327320 [/TM/] (level 1)
00:00:01.327321 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.327321
00:00:01.327322 ********************* End of CFGM dump **********************
00:00:01.327331 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:01.327332 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:01.327444 HM: HMR3Init: Falling back to raw-mode: VT-x is not available
00:00:01.327538 MM: cbHyperHeap=0x140000 (1310720)
00:00:01.329384 CPUM: fXStateHostMask=0x7; initial: 0x0; host XCR0=0x7
00:00:01.331485 CPUM: Matched host CPU INTEL 0x6/0x46/0x1 Intel_Core7_Haswell with CPU DB entry 'Intel Core i7-5600U' (INTEL 0x6/0x3d/0x4 Intel_Core7_Broadwell)
00:00:01.331578 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.344499 PGM: HCPhysInterPD=00000000bfcd2000 HCPhysInterPaePDPT=00000000bfccf000 HCPhysInterPaePML4=00000000bfccd000
00:00:01.344511 PGM: apInterPTs={00000000bfcd1000,00000000bfcd0000} apInterPaePTs={00000001ae22c000,00000001af12d000} apInterPaePDs={00000001ae12e000,00000001ae12f000,00000001a9f30000,00000001aaf31000} pInterPaePDPT64=00000000bfcce000
00:00:01.344517 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.344523 PGM: PGMPool: cMaxPages=560 (u64MaxPages=545)
00:00:01.344525 PGM: pgmR3PoolInit: cMaxPages=0x230 cMaxUsers=0x460 cMaxPhysExts=0x460 fCacheEnable=true
00:00:01.419686 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=97 u32UpdateIntervalNS=10252200 enmUseTscDelta=2 (Pratically Zero) fGetGipCpu=0x3 cCpus=2
00:00:01.419714 TM: GIP - u64CpuHz=2 294 645 692 (0x88c583bc) SUPGetCpuHzFromGip => 2 294 645 692
00:00:01.419719 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=2294726974(*) cErrors=0
00:00:01.419723 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x2 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=2294645692(*) cErrors=0
00:00:01.419763 TM: cTSCTicksPerSecond=2 294 645 692 (0x88c583bc) enmTSCMode=3 (Dynamic)
00:00:01.419764 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.420514 VMM: CoreCode: R3=0000000003f40000 R0=ffffd00022e66000 RC=a0662000 Phys=00000000bfc6c000 cb=0x1000
00:00:01.430851 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:01.430864 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:01.431052 AIOMgr: Default manager type is 'Async'
00:00:01.431061 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.431545 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.431567 BlkCache: Cache commit interval is 10000 ms
00:00:01.431569 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.548901 PcBios: [SMP] BIOS with 1 CPUs
00:00:01.549014 PcBios: MPS table at 000e1300
00:00:01.561889 SUP: Opened VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xfffff800d6b20000 loaded by the native ring-0 loader.
00:00:01.561889 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xfffff800d6b20000
00:00:01.570041 SUP: Opened VBoxDD2R0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0) at 0xfffff800d6b50000 loaded by the native ring-0 loader.
00:00:01.570049 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0=0xfffff800d6b50000
00:00:01.570076 APIC: Activating Local APIC
00:00:01.570080 CPUM: SetGuestCpuIdFeature: Enabled APIC
00:00:01.570602 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.592106 Shared Folders service loaded
00:00:01.633731 DrvBlock: Flushes will be ignored
00:00:01.633748 DrvBlock: Async flushes will be passed to the disk
00:00:01.634780 VD: VDInit finished
00:00:01.634846 VD: Opening the disk took 1080541 ns
00:00:01.634864 AHCI LUN#0: CD/DVD, total number of sectors 14336, passthrough disabled
00:00:01.634871 AHCI: LUN#0: using normal I/O
00:00:01.635364 DrvBlock: Flushes will be ignored
00:00:01.635372 DrvBlock: Async flushes will be passed to the disk
00:00:01.647083 VD: Opening the disk took 11617846 ns
00:00:01.647107 AHCI: LUN#1: disk, PCHS=16383/16/63, total number of sectors 40960000
00:00:01.647113 AHCI: LUN#1: using normal I/O
00:00:01.647479 AHCI: Port2: No driver attached
00:00:01.647487 AHCI: Port3: No driver attached
00:00:01.647490 AHCI: Port4: No driver attached
00:00:01.647492 AHCI: Port5: No driver attached
00:00:01.647495 AHCI: Port6: No driver attached
00:00:01.647497 AHCI: Port7: No driver attached
00:00:01.647499 AHCI: Port8: No driver attached
00:00:01.647501 AHCI: Port9: No driver attached
00:00:01.647504 AHCI: Port10: No driver attached
00:00:01.647506 AHCI: Port11: No driver attached
00:00:01.647509 AHCI: Port12: No driver attached
00:00:01.647511 AHCI: Port13: No driver attached
00:00:01.647513 AHCI: Port14: No driver attached
00:00:01.647515 AHCI: Port15: No driver attached
00:00:01.647520 AHCI: Port16: No driver attached
00:00:01.647523 AHCI: Port17: No driver attached
00:00:01.647525 AHCI: Port18: No driver attached
00:00:01.647527 AHCI: Port19: No driver attached
00:00:01.647529 AHCI: Port20: No driver attached
00:00:01.647532 AHCI: Port21: No driver attached
00:00:01.647534 AHCI: Port22: No driver attached
00:00:01.647536 AHCI: Port23: No driver attached
00:00:01.647538 AHCI: Port24: No driver attached
00:00:01.647540 AHCI: Port25: No driver attached
00:00:01.647542 AHCI: Port26: No driver attached
00:00:01.647544 AHCI: Port27: No driver attached
00:00:01.647547 AHCI: Port28: No driver attached
00:00:01.647549 AHCI: Port29: No driver attached
00:00:01.647572 AHCI#0: Reset the HBA
00:00:01.738016 NAT: DNS#0: 192.168.254.2
00:00:01.738030 NAT: DNS#1: 192.168.33.1
00:00:01.739574 IntNet#0: szNetwork={HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2} enmTrunkType=3 szTrunk={\DEVICE\{3F19EE99-10E6-4052-A791-499D0DFCB0AD}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:01.741338 PcBios: SATA LUN#0 LCHS=1024/255/63
00:00:01.741346 PcBios: SATA LUN#1 LCHS=1024/255/63
00:00:01.741421 PGM: The CPU physical address width is 42 bits
00:00:01.741429 PGM: PGMR3InitFinalize: 4 MB PSE mask 000003ffffffffff
00:00:01.741576 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=false
00:00:01.765761 VMM: Thread-context hooks unavailable
00:00:01.765775 VMM: fUsePeriodicPreemptionTimers=false
00:00:01.765795 CPUM: Logical host processors: 2 present, 2 max, 2 online, online mask: 0000000000000003
00:00:01.778705 CPUM: Physical host cores: 2
00:00:01.778707 ************************* CPUID dump ************************
00:00:01.778730 Raw Standard CPUID Leaves
00:00:01.778730 Leaf/sub-leaf eax ebx ecx edx
00:00:01.778733 Gst: 00000000/0000 0000000d 756e6547 6c65746e 49656e69
00:00:01.778734 Hst: 0000000d 756e6547 6c65746e 49656e69
00:00:01.778735 Gst: 00000001/0000 00040661 00000800 80180201 078bf3ff
00:00:01.778737 Hst: 00040661 00010800 fffa3203 0fabfbff
00:00:01.778738 Gst: 00000002/0000 76036301 00f0b5ff 00000000 00c10000
00:00:01.778739 Hst: 76036301 00f0b5ff 00000000 00c10000
00:00:01.778740 Gst: 00000003/0000 00000000 00000000 00000000 00000000
00:00:01.778741 Hst: 00000000 00000000 00000000 00000000
00:00:01.778742 Gst: 00000004/0000 00000121 01c0003f 0000003f 00000000
00:00:01.778743 Hst: 00000121 01c0003f 0000003f 00000000
00:00:01.778744 Gst: 00000004/0001 00000122 01c0003f 0000003f 00000000
00:00:01.778745 Hst: 00000122 01c0003f 0000003f 00000000
00:00:01.778746 Gst: 00000004/0002 00000143 01c0003f 000001ff 00000000
00:00:01.778747 Hst: 00000143 01c0003f 000001ff 00000000
00:00:01.778748 Gst: 00000004/0003 00000163 02c0003f 00001fff 00000006
00:00:01.778749 Hst: 00000163 02c0003f 00001fff 00000006
00:00:01.778750 Gst: 00000004/0004 00000183 03c0f03f 00001fff 00000004
00:00:01.778750 Hst: 00000183 03c0f03f 00001fff 00000004
00:00:01.778751 Gst: 00000004/0005 00000000 00000000 00000000 00000000
00:00:01.778752 Hst: 00000000 00000000 00000000 00000000
00:00:01.778753 Gst: 00000005/0000 00000000 00000000 00000000 00000000
00:00:01.778754 Hst: 00000000 00000000 00000000 00000000
00:00:01.778755 Gst: 00000006/0000 00000000 00000000 00000000 00000000
00:00:01.778756 Hst: 00000077 00000002 00000009 00000000
00:00:01.778757 Gst: 00000007/0000 00000000 00002000 00000000 00000000
00:00:01.778757 Hst: 00000000 000027ab 00000000 00000000
00:00:01.778758 Gst: 00000007/0001 00000000 00000000 00000000 00000000
00:00:01.778759 Hst: 00000000 00000000 00000000 00000000
00:00:01.778760 Gst: 00000008/0000 00000000 00000000 00000000 00000000
00:00:01.778760 Hst: 00000000 00000000 00000000 00000000
00:00:01.778761 Gst: 00000009/0000 00000000 00000000 00000000 00000000
00:00:01.778762 Hst: 00000000 00000000 00000000 00000000
00:00:01.778763 Gst: 0000000a/0000 00000000 00000000 00000000 00000000
00:00:01.778763 Hst: 07300401 0000007f 00000000 00000000
00:00:01.778765 Gst: 0000000b/0000 00000000 00000001 00000100 00000000
00:00:01.778765 Hst: 00000000 00000001 00000100 00000000
00:00:01.778766 Gst: 0000000b/0001 00000001 00000001 00000201 00000000
00:00:01.778767 Hst: 00000000 00000001 00000201 00000000
00:00:01.778768 Gst: 0000000b/0002 00000000 00000000 00000002 00000000
00:00:01.778768 Hst: 00000000 00000000 00000002 00000000
00:00:01.778769 Gst: 0000000c/0000 00000000 00000000 00000000 00000000
00:00:01.778770 Hst: 00000000 00000000 00000000 00000000
00:00:01.778771 Gst: 0000000d/0000 00000000 00000000 00000000 00000000
00:00:01.778772 Hst: 00000007 00000340 00000340 00000000
00:00:01.778772 Gst: 0000000d/0001 00000000 00000000 00000000 00000000
00:00:01.778773 Hst: 00000001 00000000 00000000 00000000
00:00:01.778774 Gst: 0000000d/0002 00000000 00000000 00000000 00000000
00:00:01.778775 Hst: 00000100 00000240 00000000 00000000
00:00:01.778776 Gst: 0000000d/0003 00000000 00000000 00000000 00000000
00:00:01.778776 Hst: 00000000 00000000 00000000 00000000
00:00:01.778822 Name: GenuineIntel
00:00:01.778823 Supports: 0x00000000-0x0000000d
00:00:01.778825 Family: 6 Extended: 0 Effective: 6
00:00:01.778826 Model: 6 Extended: 4 Effective: 70
00:00:01.778827 Stepping: 1
00:00:01.778828 Type: 0 (primary)
00:00:01.778828 APIC ID: 0x00
00:00:01.778829 Logical CPUs: 0
00:00:01.778830 CLFLUSH Size: 8
00:00:01.778830 Brand ID: 0x00
00:00:01.778831 Features
00:00:01.778832 Mnemonic - Description = guest (host)
00:00:01.778833 FPU - x87 FPU on Chip = 1 (1)
00:00:01.778834 VME - Virtual 8086 Mode Enhancements = 1 (1)
00:00:01.778835 DE - Debugging extensions = 1 (1)
00:00:01.778836 PSE - Page Size Extension = 1 (1)
00:00:01.778837 TSC - Time Stamp Counter = 1 (1)
00:00:01.778837 MSR - Model Specific Registers = 1 (1)
00:00:01.778838 PAE - Physical Address Extension = 1 (1)
00:00:01.778839 MCE - Machine Check Exception = 1 (1)
00:00:01.778840 CX8 - CMPXCHG8B instruction = 1 (1)
00:00:01.778841 APIC - APIC On-Chip = 1 (1)
00:00:01.778842 SEP - SYSENTER and SYSEXIT Present = 0 (1)
00:00:01.778843 MTRR - Memory Type Range Registers = 1 (1)
00:00:01.778843 PGE - PTE Global Bit = 1 (1)
00:00:01.778844 MCA - Machine Check Architecture = 1 (1)
00:00:01.778845 CMOV - Conditional Move instructions = 1 (1)
00:00:01.778846 PAT - Page Attribute Table = 1 (1)
00:00:01.778847 PSE-36 - 36-bit Page Size Extension = 1 (1)
00:00:01.778847 PSN - Processor Serial Number = 0 (0)
00:00:01.778848 CLFSH - CLFLUSH instruction = 1 (1)
00:00:01.778849 DS - Debug Store = 0 (1)
00:00:01.778850 ACPI - Thermal Mon. & Soft. Clock Ctrl. = 0 (0)
00:00:01.778851 MMX - Intel MMX Technology = 1 (1)
00:00:01.778851 FXSR - FXSAVE and FXRSTOR instructions = 1 (1)
00:00:01.778852 SSE - SSE support = 1 (1)
00:00:01.778853 SSE2 - SSE2 support = 1 (1)
00:00:01.778854 SS - Self Snoop = 0 (1)
00:00:01.778855 HTT - Hyper-Threading Technology = 0 (0)
00:00:01.778855 TM - Therm. Monitor = 0 (0)
00:00:01.778856 PBE - Pending Break Enabled = 0 (0)
00:00:01.778857 SSE3 - SSE3 support = 1 (1)
00:00:01.778858 PCLMUL - PCLMULQDQ support (for AES-GCM) = 0 (1)
00:00:01.778859 DTES64 - DS Area 64-bit Layout = 0 (0)
00:00:01.778860 MONITOR - MONITOR/MWAIT instructions = 0 (0)
00:00:01.778860 CPL-DS - CPL Qualified Debug Store = 0 (0)
00:00:01.778861 VMX - Virtual Machine Extensions = 0 (0)
00:00:01.778862 SMX - Safer Mode Extensions = 0 (0)
00:00:01.778863 EST - Enhanced SpeedStep Technology = 0 (0)
00:00:01.778864 TM2 - Terminal Monitor 2 = 0 (0)
00:00:01.778865 SSSE3 - Supplemental Streaming SIMD Extensions 3 = 1 (1)
00:00:01.778865 CNTX-ID - L1 Context ID = 0 (0)
00:00:01.778866 SDBG - Silicon Debug interface = 0 (0)
00:00:01.778867 FMA - Fused Multiply Add extensions = 0 (1)
00:00:01.778868 CX16 - CMPXCHG16B instruction = 0 (1)
00:00:01.778869 TPRUPDATE - xTPR Update Control = 0 (0)
00:00:01.778869 PDCM - Perf/Debug Capability MSR = 0 (0)
00:00:01.778870 PCID - Process Context Identifiers = 0 (1)
00:00:01.778871 DCA - Direct Cache Access = 0 (0)
00:00:01.778872 SSE4_1 - SSE4_1 support = 1 (1)
00:00:01.778873 SSE4_2 - SSE4_2 support = 1 (1)
00:00:01.778873 X2APIC - x2APIC support = 0 (1)
00:00:01.778874 MOVBE - MOVBE instruction = 0 (1)
00:00:01.778875 POPCNT - POPCNT instruction = 0 (1)
00:00:01.778876 TSCDEADL - Time Stamp Counter Deadline = 0 (1)
00:00:01.778877 AES - AES instructions = 0 (1)
00:00:01.778878 XSAVE - XSAVE instruction = 0 (1)
00:00:01.778879 OSXSAVE - OSXSAVE instruction = 0 (1)
00:00:01.778879 AVX - AVX support = 0 (1)
00:00:01.778880 F16C - 16-bit floating point conversion instructions = 0 (1)
00:00:01.778881 RDRAND - RDRAND instruction = 0 (1)
00:00:01.778882 HVP - Hypervisor Present (we're a guest) = 1 (1)
00:00:01.778883 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:01.778883 Mnemonic - Description = guest (host)
00:00:01.778884 FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr. = 0 (1)
00:00:01.778885 TSCADJUST - Supports MSR_IA32_TSC_ADJUST = 0 (1)
00:00:01.778885 BMI1 - Advanced Bit Manipulation extension 1 = 0 (1)
00:00:01.778886 HLE - Hardware Lock Elision = 0 (0)
00:00:01.778887 AVX2 - Advanced Vector Extensions 2 = 0 (1)
00:00:01.778888 SMEP - Supervisor Mode Execution Prevention = 0 (1)
00:00:01.778888 BMI2 - Advanced Bit Manipulation extension 2 = 0 (1)
00:00:01.778889 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (1)
00:00:01.778890 INVPCID - INVPCID instruction = 0 (1)
00:00:01.778890 RTM - Restricted Transactional Memory = 0 (0)
00:00:01.778891 PQM - Platform Quality of Service Monitoring = 0 (0)
00:00:01.778892 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 1 (1)
00:00:01.778893 MPE - Intel Memory Protection Extensions = 0 (0)
00:00:01.778893 PQE - Platform Quality of Service Enforcement = 0 (0)
00:00:01.778894 AVX512F - AVX512 Foundation instructions = 0 (0)
00:00:01.778895 RDSEED - RDSEED instruction = 0 (0)
00:00:01.778896 ADX - ADCX/ADOX instructions = 0 (0)
00:00:01.778896 SMAP - Supervisor Mode Access Prevention = 0 (0)
00:00:01.778898 CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction = 0 (0)
00:00:01.778899 INTEL_PT - Intel Processor Trace = 0 (0)
00:00:01.778900 AVX512PF - AVX512 Prefetch instructions = 0 (0)
00:00:01.778900 AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:01.778901 AVX512CD - AVX512 Conflict Detection instructions = 0 (0)
00:00:01.778902 SHA - Secure Hash Algorithm extensions = 0 (0)
00:00:01.778902 PREFETCHWT1 - PREFETCHWT1 instruction = 0 (0)
00:00:01.778903 PKU - Protection Key for Usermode pages = 0 (0)
00:00:01.778904 OSPKU - CR4.PKU mirror = 0 (0)
00:00:01.778906 Processor Extended State Enumeration (leaf 0xd):
00:00:01.778907 XSAVE area cur/max size by XCR0, guest: 0x0/0x0
00:00:01.778907 XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:01.778908 Valid XCR0 bits, guest: 0x00000000`00000000
00:00:01.778909 Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:01.778911 XSAVE features, guest:
00:00:01.778912 XSAVE features, host: XSAVEOPT
00:00:01.778913 XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:01.778913 XSAVE area cur size XCR0|XSS, host: 0x0
00:00:01.778914 Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:01.778915 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:01.778916 State #2, host: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:01.778940 Raw Hypervisor CPUID Leaves
00:00:01.778940 Leaf/sub-leaf eax ebx ecx edx
00:00:01.778941 Gst: 40000000/0000 40000001 4b4d564b 564b4d56 0000004d
00:00:01.778942 Hst: 40000010 61774d56 4d566572 65726177
00:00:01.778944 Gst: 40000001/0000 01000089 00000000 00000000 00000000
00:00:01.778944 Hst: 31237648 00000000 00000000 00000000
00:00:01.778946 Raw Extended CPUID Leaves
00:00:01.778946 Leaf/sub-leaf eax ebx ecx edx
00:00:01.778947 Gst: 80000000/0000 80000008 00000000 00000000 00000000
00:00:01.778947 Hst: 80000008 00000000 00000000 00000000
00:00:01.778948 Gst: 80000001/0000 00000000 00000000 00000001 08000000
00:00:01.778949 Hst: 00000000 00000000 00000021 2c100800
00:00:01.778951 Gst: 80000002/0000 65746e49 2952286c 726f4320 4d542865
00:00:01.778952 Hst: 65746e49 2952286c 726f4320 4d542865
00:00:01.778953 Gst: 80000003/0000 37692029 3538342d 20514830 20555043
00:00:01.778954 Hst: 37692029 3538342d 20514830 20555043
00:00:01.778956 Gst: 80000004/0000 2e322040 48473033 0000007a 00000000
00:00:01.778956 Hst: 2e322040 48473033 0000007a 00000000
00:00:01.778958 Gst: 80000005/0000 00000000 00000000 00000000 00000000
00:00:01.778958 Hst: 00000000 00000000 00000000 00000000
00:00:01.778959 Gst: 80000006/0000 00000000 00000000 01006040 00000000
00:00:01.778960 Hst: 00000000 00000000 01006040 00000000
00:00:01.778961 Gst: 80000007/0000 00000000 00000000 00000000 00000100
00:00:01.778962 Hst: 00000000 00000000 00000000 00000100
00:00:01.778963 Gst: 80000008/0000 0000302a 00000000 00000000 00000000
00:00:01.778963 Hst: 0000302a 00000000 00000000 00000000
00:00:01.778964 Ext Name:
00:00:01.778965 Ext Supports: 0x80000000-0x80000008
00:00:01.778965 Family: 0 Extended: 0 Effective: 0
00:00:01.778966 Model: 0 Extended: 0 Effective: 0
00:00:01.778967 Stepping: 0
00:00:01.778967 Brand ID: 0x000
00:00:01.778968 Ext Features
00:00:01.778968 Mnemonic - Description = guest (host)
00:00:01.778969 FPU - x87 FPU on Chip = 0 (0)
00:00:01.778970 VME - Virtual 8086 Mode Enhancements = 0 (0)
00:00:01.778970 DE - Debugging extensions = 0 (0)
00:00:01.778971 PSE - Page Size Extension = 0 (0)
00:00:01.778972 TSC - Time Stamp Counter = 0 (0)
00:00:01.778973 MSR - K86 Model Specific Registers = 0 (0)
00:00:01.778974 PAE - Physical Address Extension = 0 (0)
00:00:01.778974 MCE - Machine Check Exception = 0 (0)
00:00:01.778975 CX8 - CMPXCHG8B instruction = 0 (0)
00:00:01.778976 APIC - APIC On-Chip = 0 (0)
00:00:01.778977 SEP - SYSCALL/SYSRET = 0 (1)
00:00:01.778978 MTRR - Memory Type Range Registers = 0 (0)
00:00:01.778978 PGE - PTE Global Bit = 0 (0)
00:00:01.778979 MCA - Machine Check Architecture = 0 (0)
00:00:01.778980 CMOV - Conditional Move instructions = 0 (0)
00:00:01.778981 PAT - Page Attribute Table = 0 (0)
00:00:01.778981 PSE-36 - 36-bit Page Size Extension = 0 (0)
00:00:01.778982 NX - No-Execute/Execute-Disable = 0 (1)
00:00:01.778983 AXMMX - AMD Extensions to MMX instructions = 0 (0)
00:00:01.778983 MMX - Intel MMX Technology = 0 (0)
00:00:01.778984 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:01.778985 FFXSR - AMD fast FXSAVE and FXRSTOR instructions = 0 (0)
00:00:01.778986 Page1GB - 1 GB large page = 0 (1)
00:00:01.778986 RDTSCP - RDTSCP instruction = 1 (1)
00:00:01.778987 LM - AMD64 Long Mode = 0 (1)
00:00:01.778988 3DNOWEXT - AMD Extensions to 3DNow = 0 (0)
00:00:01.778989 3DNOW - AMD 3DNow = 0 (0)
00:00:01.778989 LahfSahf - LAHF/SAHF support in 64-bit mode = 1 (1)
00:00:01.778990 CmpLegacy - Core multi-processing legacy mode = 0 (0)
00:00:01.778991 SVM - AMD VM extensions = 0 (0)
00:00:01.778992 EXTAPIC - AMD Extended APIC registers = 0 (0)
00:00:01.778992 CR8L - AMD LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:01.778993 ABM - AMD Advanced Bit Manipulation = 0 (1)
00:00:01.778994 SSE4A - SSE4A instructions = 0 (0)
00:00:01.778994 MISALIGNSSE - AMD Misaligned SSE mode = 0 (0)
00:00:01.778995 3DNOWPRF - AMD PREFETCH and PREFETCHW instructions = 0 (0)
00:00:01.778996 OSVW - AMD OS Visible Workaround = 0 (0)
00:00:01.778997 IBS - Instruct Based Sampling = 0 (0)
00:00:01.778997 XOP - Extended Operation support = 0 (0)
00:00:01.778998 SKINIT - SKINIT, STGI, and DEV support = 0 (0)
00:00:01.778999 WDT - AMD Watchdog Timer support = 0 (0)
00:00:01.778999 LWP - Lightweight Profiling support = 0 (0)
00:00:01.779000 FMA4 - Four operand FMA instruction support = 0 (0)
00:00:01.779001 NodeId - NodeId in MSR C001_100C = 0 (0)
00:00:01.779002 TBM - Trailing Bit Manipulation instructions = 0 (0)
00:00:01.779002 TOPOEXT - Topology Extensions = 0 (0)
00:00:01.779003 Full Name: "Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz"
00:00:01.779004 TLB 2/4M Instr/Uni: res0 0 entries
00:00:01.779004 TLB 2/4M Data: res0 0 entries
00:00:01.779005 TLB 4K Instr/Uni: res0 0 entries
00:00:01.779006 TLB 4K Data: res0 0 entries
00:00:01.779006 L1 Instr Cache Line Size: 0 bytes
00:00:01.779006 L1 Instr Cache Lines Per Tag: 0
00:00:01.779007 L1 Instr Cache Associativity: res0
00:00:01.779007 L1 Instr Cache Size: 0 KB
00:00:01.779008 L1 Data Cache Line Size: 0 bytes
00:00:01.779008 L1 Data Cache Lines Per Tag: 0
00:00:01.779008 L1 Data Cache Associativity: res0
00:00:01.779008 L1 Data Cache Size: 0 KB
00:00:01.779009 L2 TLB 2/4M Instr/Uni: off 0 entries
00:00:01.779010 L2 TLB 2/4M Data: off 0 entries
00:00:01.779010 L2 TLB 4K Instr/Uni: off 0 entries
00:00:01.779010 L2 TLB 4K Data: off 0 entries
00:00:01.779011 L2 Cache Line Size: 0 bytes
00:00:01.779011 L2 Cache Lines Per Tag: 0
00:00:01.779012 L2 Cache Associativity: off
00:00:01.779012 L2 Cache Size: 0 KB
00:00:01.779012 APM Features: TscInvariant
00:00:01.779014 Host Invariant-TSC support: true
00:00:01.779015 Physical Address Width: 42 bits
00:00:01.779015 Virtual Address Width: 48 bits
00:00:01.779015 Guest Physical Address Width: 0 bits
00:00:01.779016 Physical Core Count: 0
00:00:01.779017
00:00:01.779018 ******************** End of CPUID dump **********************
00:00:01.798207 VMEmt: Halt method global1 (5)
00:00:01.798226 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:01.798230 Changing the VM state from 'CREATING' to 'CREATED'
00:00:01.805004 SharedFolders host service: Adding host mapping
00:00:01.805015 Host path 'c:\Users', map name 'c/Users', writable, automount=true, create_symlinks=true, missing=false
00:00:01.805243 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:01.805269 NAT: set redirect TCP host 127.0.0.1:49766 => guest 10.0.2.15:22
00:00:01.819080 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:01.819097 Console: Machine state changed to 'Running'
00:00:01.822949 VMMDev: Guest Log: BIOS: VirtualBox 5.0.14
00:00:01.823640 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.838777 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:01.840948 NAT: old socket rcv size: 64KB
00:00:01.840964 NAT: old socket snd size: 64KB
00:00:01.841328 AHCI#0: Reset the HBA
00:00:01.841784 AHCI#0: Port 0 reset
00:00:01.842714 AHCI#0: Port 1 reset
00:00:01.843092 VMMDev: Guest Log: BIOS: AHCI 1-P#1: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000002710000 sectors
00:00:01.843193 AHCI#0: Port 2 reset
00:00:01.843220 AHCI#0: Port 3 reset
00:00:01.843230 AHCI#0: Port 4 reset
00:00:01.843237 AHCI#0: Port 5 reset
00:00:01.843245 AHCI#0: Port 6 reset
00:00:01.843253 AHCI#0: Port 7 reset
00:00:01.843260 AHCI#0: Port 8 reset
00:00:01.843279 AHCI#0: Port 9 reset
00:00:01.843299 AHCI#0: Port 10 reset
00:00:01.843308 AHCI#0: Port 11 reset
00:00:01.843315 AHCI#0: Port 12 reset
00:00:01.843323 AHCI#0: Port 13 reset
00:00:01.843331 AHCI#0: Port 14 reset
00:00:01.843339 AHCI#0: Port 15 reset
00:00:01.843347 AHCI#0: Port 16 reset
00:00:01.843355 AHCI#0: Port 17 reset
00:00:01.843373 AHCI#0: Port 18 reset
00:00:01.843382 AHCI#0: Port 19 reset
00:00:01.843390 AHCI#0: Port 20 reset
00:00:01.843401 AHCI#0: Port 21 reset
00:00:01.843410 AHCI#0: Port 22 reset
00:00:01.843418 AHCI#0: Port 23 reset
00:00:01.843426 AHCI#0: Port 24 reset
00:00:01.843434 AHCI#0: Port 25 reset
00:00:01.843442 AHCI#0: Port 26 reset
00:00:01.843450 AHCI#0: Port 27 reset
00:00:01.843458 AHCI#0: Port 28 reset
00:00:01.843466 AHCI#0: Port 29 reset
00:00:01.871611 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.874408 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.874612 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0233
00:00:01.875707 VMMDev: Guest Log: BIOS: Booting from CD-ROM...
00:00:02.350152 VMMDev: Guest Log: BIOS: KBD: unsupported int 16h function 03
00:00:02.350202 VMMDev: Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000
00:00:04.905661 GIM: KVM: VCPU 0: Enabled system-time struct. at 0x000000003600e000 - u32TscScale=0xdf20cd10 i8TscShift=-1 uVersion=2 fFlags=0x1 uTsc=0x0 uVirtNanoTS=0x0
00:00:04.905688 TM: Host/VM is not suitable for using TSC mode 'RealTscOffset', request to change TSC mode ignored
00:00:05.093789 GIM: KVM: Enabled wall-clock struct. at 0x000000000177d5a4 - u32Sec=1455211468 u32Nano=920802296 uVersion=2
00:00:05.242673 HPET: Using timer above configured range: 2
00:00:05.243223 HPET: Using timer above configured range: 2
00:00:05.585376 PATM: Disabling IDT fd patch handler c146b634
00:00:05.586051 PATM: Disabling IDT fc patch handler c146b69c
00:00:05.586625 PATM: Disabling IDT fb patch handler c146b704
00:00:05.587196 PATM: Disabling IDT 20 patch handler c146b76c
00:00:05.587528 PATM: Disabling IDT f8 patch handler c146b79c
00:00:05.587942 PATM: Disabling IDT f7 patch handler c146b7d0
00:00:05.588498 PATM: Disabling IDT f2 patch handler c146b838
00:00:05.588901 PATM: Disabling IDT ef patch handler c146b86c
00:00:05.589385 PATM: Disabling IDT fe patch handler c146b8d4
00:00:05.589989 PATM: Disabling IDT f0 patch handler c146b93c
00:00:05.590468 PATM: Disabling IDT f6 patch handler c146b9a4
00:00:05.591042 PATM: Disabling IDT fa patch handler c146ba0c
00:00:05.591196 PATM: Disabling IDT f9 patch handler c146ba74
00:00:05.592112 PATM: Disabling IDT 10 patch handler c146badc
00:00:05.592364 PATM: Disabling IDT 13 patch handler c146baec
00:00:05.592693 PATM: Disabling IDT 7 patch handler c146bafc
00:00:05.592939 PATM: Disabling IDT 4 patch handler c146bb14
00:00:05.593181 PATM: Disabling IDT 5 patch handler c146bb24
00:00:05.593424 PATM: Disabling IDT 6 patch handler c146bb34
00:00:05.593763 PATM: Disabling IDT 9 patch handler c146bb44
00:00:05.594008 PATM: Disabling IDT a patch handler c146bb54
00:00:05.594244 PATM: Disabling IDT b patch handler c146bb64
00:00:05.594479 PATM: Disabling IDT c patch handler c146bb74
00:00:05.594972 PATM: Disabling IDT 11 patch handler c146bb80
00:00:05.595206 PATM: Disabling IDT 0 patch handler c146bb8c
00:00:05.595443 PATM: Disabling IDT 12 patch handler c146bb98
00:00:05.595748 PATM: Disabling IDT f patch handler c146bba8
00:00:05.596369 PATM: Disabling IDT e patch handler c146bbf4
00:00:05.596672 PATM: Disabling IDT 1 patch handler c146bc5c
00:00:05.596899 PATM: Disabling IDT 2 patch handler c146bcb0
00:00:05.597124 PATM: Disabling IDT 3 patch handler c146bdc8
00:00:05.866885 PATM: Disabling IDT 30 patch handler c146aff8
00:00:05.889962 PATM: Disabling IDT 31 patch handler c146b000
00:00:06.137797 HPET: Using timer above configured range: 2
00:00:06.138152 HPET: Using timer above configured range: 2
00:00:06.139233 HPET: Using timer above configured range: 2
00:00:06.139252 HPET: Using timer above configured range: 2
00:00:06.139321 HPET: Using timer above configured range: 2
00:00:06.139338 HPET: Using timer above configured range: 2
00:00:06.139354 HPET: Using timer above configured range: 2
00:00:06.139371 HPET: Using timer above configured range: 2
00:00:06.139387 HPET: Using timer above configured range: 2
00:00:06.139403 HPET: Using timer above configured range: 2
00:00:06.139420 HPET: Using timer above configured range: 2
00:00:06.140283 HPET: Using timer above configured range: 2
00:00:06.141349 HPET: Using timer above configured range: 2
00:00:13.307794 AHCI#0: Reset the HBA
00:00:13.372081 AHCI#0: Port 0 reset
00:00:13.723211 PATM: Disabling IDT 41 patch handler c146b080
00:00:13.756348 AHCI#0: Port 1 reset
00:00:16.466549 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x1
00:00:16.473560 VMMDev: SetVideoModeHint: Got a video mode hint (800x600x0)@(0x0),(1;0) at 0
00:00:16.616280 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:00:16.719289 PDMR3Suspend: 102 980 048 ns run time
00:00:16.719317 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:00:16.719333 Console: Machine state changed to 'Paused'
00:00:26.260187 Changing the VM state from 'SUSPENDED' to 'RESUMING'
00:00:26.263163 Changing the VM state from 'RESUMING' to 'RUNNING'
00:00:26.263177 Console: Machine state changed to 'Running'
00:00:33.632734 PATM: Disabling IDT 3c patch handler c146b058
00:00:33.664093 PATM: Disabling IDT 38 patch handler c146b038
00:00:33.675221 PATM: Disabling IDT 14 patch handler c16e2100
00:00:33.675262 PATM: Disabling IDT 15 patch handler c16e2109
00:00:33.675281 PATM: Disabling IDT 16 patch handler c16e2112
00:00:33.675297 PATM: Disabling IDT 17 patch handler c16e211b
00:00:33.675312 PATM: Disabling IDT 18 patch handler c16e2124
00:00:33.675329 PATM: Disabling IDT 19 patch handler c16e212d
00:00:33.675375 PATM: Disabling IDT 1a patch handler c16e2136
00:00:33.675396 PATM: Disabling IDT 1b patch handler c16e213f
00:00:33.675412 PATM: Disabling IDT 1c patch handler c16e2148
00:00:33.675427 PATM: Disabling IDT 1d patch handler c16e2151
00:00:33.675443 PATM: Disabling IDT 1e patch handler c16e215a
00:00:33.675478 PATM: Disabling IDT 1f patch handler c16e2163
00:00:33.676357 PATM: Disable block at c16e2a7f - write c16e2b18-c16e2b19
00:00:33.677955 PATM: Disable block at c16ef9c5 - write c16efa3c-c16efa3d
00:00:33.678401 PATM: Disable block at c16efd34 - write c16efdb1-c16efdb2
00:00:33.679544 PATM: Disable block at c16f08c3 - write c16f091d-c16f091e
00:00:33.680424 PATM: Disable block at c16f13b6 - write c16f1425-c16f1426
00:00:33.683275 PATM: Disable block at c16f6e19 - write c16f6e58-c16f6e59
00:00:33.685614 PATM: Disable block at c1715b1d - write c1715a0f-c1715a10
00:00:33.686600 PATM: Disable block at c1716830 - write c1716899-c171689a
00:00:33.687050 PATM: Disable block at c1716e93 - write c1716efc-c1716efd
00:00:33.688502 PATM: Disable block at c171a7a7 - write c171a803-c171a804
00:00:33.688848 PATM: Disable block at c171a8d2 - write c171a940-c171a941
00:00:48.532356 VMMDev: Guest Additions information report: Version 5.0.12 r104815 '5.0.12'
00:00:48.532419 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x00053000 (Linux >= 2.6, 32-bit)
00:00:48.535055 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:48.564419 VMMDev: Guest reported fixed hypervisor window at 000f8c00000 LB 0xc00000 (rc=VINF_SUCCESS)
00:00:48.564825 VMMDev: vmmDevReqHandler_HeartbeatConfigure: No change (fHeartbeatActive=false).
00:00:48.564867 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:00:48.571099 VMMDev: Guest Log: vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
00:00:49.221240 VMMDev: Guest Log: vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:53.456281 NAT: Link up
00:01:21.366636 NAT: DHCP offered IP address 10.0.2.15
00:01:24.182440 PATM: Disabling IDT 61 patch handler c146b180
00:01:24.223003 VMMDev: Guest Log: VBoxService 5.0.12 r104815 (verbosity: 0) linux.x86 (Dec 18 2015 16:57:50) release log
00:01:24.223027 VMMDev: Guest Log: 00:00:00.001828 main Log opened 2016-02-11T17:25:36.412455000Z
00:01:24.233277 VMMDev: Guest Log: 00:00:00.012110 main OS Product: Linux
00:01:24.233464 VMMDev: Guest Log: 00:00:00.012285 main OS Release: 4.1.15-boot2docker
00:01:24.233569 VMMDev: Guest Log: 00:00:00.012429 main OS Version: #1 SMP Sat Jan 23 00:33:49 UTC 2016
00:01:24.233672 VMMDev: Guest Log: 00:00:00.012510 main Executable: /sbin/VBoxService
00:01:24.233679 VMMDev: Guest Log: 00:00:00.012521 main Process ID: 1515
00:01:24.233681 VMMDev: Guest Log: 00:00:00.012533 main Package type: LINUX_32BITS_GENERIC
00:01:24.247273 VMMDev: Guest Log: 00:00:00.025937 main 5.0.12 r104815 started. Verbose level = 0
00:01:24.333166 VMMDev: Guest Log: 00:00:00.112318 vminfo rtldrNativeLoad: dlopen('libdbus-1.so.3', RTLD_NOW | RTLD_LOCAL) failed: libdbus-1.so.3: cannot open shared object file: No such file or directory
00:01:24.333295 VMMDev: Guest Log: 00:00:00.112482 vminfo Error: Unable to connect to system D-Bus (1/3): D-Bus not installed
00:01:24.370793 NAT: DHCP offered IP address 10.0.2.15
00:01:26.193817 NAT: IPv6 not supported
00:01:27.373536 NAT: DHCP offered IP address 10.0.2.15
00:01:29.333172 VMMDev: Guest Log: 00:00:05.114511 vminfo Error: Unable to connect to system D-Bus (2/3): D-Bus not installed
00:01:34.336156 VMMDev: Guest Log: 00:00:10.119628 vminfo Error: Unable to connect to system D-Bus (3/3): D-Bus not installed
00:01:50.392889 NAT: DHCP offered IP address 10.0.2.15
00:01:53.396797 NAT: DHCP offered IP address 10.0.2.15
00:01:56.399346 NAT: DHCP offered IP address 10.0.2.15
00:02:19.422071 NAT: DHCP offered IP address 10.0.2.15
00:02:22.424739 NAT: DHCP offered IP address 10.0.2.15
00:02:25.428666 NAT: DHCP offered IP address 10.0.2.15
00:02:48.452118 NAT: DHCP offered IP address 10.0.2.15
00:02:51.455050 NAT: DHCP offered IP address 10.0.2.15
00:02:54.458944 NAT: DHCP offered IP address 10.0.2.15
PS C:\Users\vagrant> wget -out docker-machine.exe https://github.com/StefanScherer/boot2docker/releases/download/v1.9.1-386/docker-machine-Windows-x86_64.exe
PS C:\Users\vagrant> .\docker-machine.exe -D create -d virtualbox --virtualbox-no-vtx-check --virtualbox-boot2docker-url https://github.com/StefanScherer/boot2docker/releases/download/v1.9.1-386/boot2docker.iso test32
Docker Machine Version: 0.7.0-dev, build 6c0f011
Found binary path at C:\Users\vagrant\docker-machine.exe
Launching plugin server for driver virtualbox
Plugin server listening at address 127.0.0.1:49758
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(flag-lookup) Calling .GetMachineName
(flag-lookup) Calling .DriverName
(flag-lookup) Calling .GetCreateFlags
Found binary path at C:\Users\vagrant\docker-machine.exe
Launching plugin server for driver virtualbox
Plugin server listening at address 127.0.0.1:49762
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(test32) Calling .GetMachineName
(test32) Calling .DriverName
(test32) Calling .GetCreateFlags
(test32) Calling .SetConfigFromFlags
Running pre-create checks...
(test32) Calling .PreCreateCheck
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe --version
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | 5.0.14r105127
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter #2
(test32) Calling .GetConfigRaw
(test32) DBG | GUID: 3f19ee99-10e6-4052-a791-499d0dfcb0ad
(test32) DBG | DHCP: Disabled
Creating machine...
(test32) DBG | IPAddress: 192.168.99.1
(test32) Calling .Create
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:5d74:9ad9:a5c6:9365
(test32) Downloading C:\Users\vagrant\.docker\machine\cache\boot2docker.iso from https://github.com/StefanScherer/boot2docker/releases/download/v1.9.1-386/boot2docker.iso...
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG |
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter
(test32) DBG | GUID: cf8d7eb2-9ea4-4451-95b6-bfba6d2d6ed0
(test32) DBG | DHCP: Disabled
(test32) DBG | IPAddress: 192.168.56.1
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:1938:6f7d:6b0f:4cba
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(test32) DBG |
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) 0%....10%....20%....30%....40%....50%....60%....70%....80%....90%....100%
(test32) Creating VirtualBox VM...
(test32) Creating SSH key...
(test32) DBG | Creating disk image...
(test32) DBG | Creating 20000 MB hard disk image...
(test32) DBG | Writing magic tar header
(test32) DBG | Writing SSH key tar header
(test32) DBG | Calling inner createDiskImage
(test32) DBG | &{C:\Program Files\Oracle\VirtualBox\VBoxManage.exe [C:\Program Files\Oracle\VirtualBox\VBoxManage.exe convertfromraw stdin C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk 20971520000 --format VMDK] [] <nil> <nil> <nil> [] <nil> <nil> <nil> <nil> false [] [] [] [] <nil>}
(test32) DBG | Starting command
(test32) DBG | Copying to stdin
(test32) DBG | Filling zeroes
(test32) DBG | Closing STDIN
(test32) DBG | Waiting on cmd
(test32) DBG | Converting from raw image file="stdin" to file="C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk"...
(test32) DBG | Creating dynamic image with size 20971520000 bytes (20000MB)...
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe createvm --basefolder C:\Users\vagrant\.docker\machine\machines\test32 --name test32 --register
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | Virtual machine 'test32' is created and registered.
(test32) DBG | UUID: cba70c7f-f090-4527-a19b-7e89fde863b1
(test32) DBG | Settings file: 'C:\Users\vagrant\.docker\machine\machines\test32\test32\test32.vbox'
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | VM CPUS: 1
(test32) DBG | VM Memory: 1024
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm test32 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux26_64 --cpus 1 --memory 1024 --acpi on --ioapic on --rtcuseutc on --natdnshostresolver1 off --natdnsproxy1 off --cpuhotplug off --pae on --hpet on --hwvirtex on --longmode on --nestedpaging on --largepages on --vtxvpid on --accelerate3d off --boot1 dvd
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm test32 --nic1 nat --nictype1 82540EM --cableconnected1 on
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storagectl test32 --name SATA --add sata --hostiocache on
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storageattach test32 --storagectl SATA --port 0 --device 0 --type dvddrive --medium C:\Users\vagrant\.docker\machine\machines\test32\boot2docker.iso
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storageattach test32 --storagectl SATA --port 1 --device 0 --type hdd --medium C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set test32 /VirtualBox/GuestAdd/SharedFolders/MountPrefix /
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set test32 /VirtualBox/GuestAdd/SharedFolders/MountDir /
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | setting up shareDir
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe sharedfolder add test32 --name c/Users --hostpath c:\Users --automount
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata test32 VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users 1
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) Starting the VM...
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo test32 --machinereadable
(test32) DBG | STDOUT:
(test32) Check network to re-create if needed...
(test32) DBG | {
(test32) DBG | name="test32"
(test32) DBG | groups="/"
(test32) DBG | ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
(test32) DBG | UUID="cba70c7f-f090-4527-a19b-7e89fde863b1"
(test32) DBG | CfgFile="C:\\Users\\vagrant\\.docker\\machine\\machines\\test32\\test32\\test32.vbox"
(test32) DBG | SnapFldr="C:\\Users\\vagrant\\.docker\\machine\\machines\\test32\\test32\\Snapshots"
(test32) DBG | LogFldr="C:\\Users\\vagrant\\.docker\\machine\\machines\\test32\\test32\\Logs"
(test32) DBG | hardwareuuid="cba70c7f-f090-4527-a19b-7e89fde863b1"
(test32) DBG | memory=1024
(test32) DBG | pagefusion="off"
(test32) DBG | vram=8
(test32) DBG | cpuexecutioncap=100
(test32) DBG | hpet="on"
(test32) DBG | chipset="piix3"
(test32) DBG | firmware="BIOS"
(test32) DBG | cpus=1
(test32) DBG | pae="on"
(test32) DBG | longmode="on"
(test32) DBG | cpuid-portability-level=0
(test32) DBG | bootmenu="disabled"
(test32) DBG | boot1="dvd"
(test32) DBG | boot2="dvd"
(test32) DBG | boot3="disk"
(test32) DBG | boot4="none"
(test32) DBG | acpi="on"
(test32) DBG | ioapic="on"
(test32) DBG | biossystemtimeoffset=0
(test32) DBG | rtcuseutc="on"
(test32) DBG | hwvirtex="on"
(test32) DBG | nestedpaging="on"
(test32) DBG | largepages="on"
(test32) DBG | vtxvpid="on"
(test32) DBG | vtxux="on"
(test32) DBG | paravirtprovider="default"
(test32) DBG | VMState="poweroff"
(test32) DBG | VMStateChangeTime="2016-02-11T17:24:21.603000000"
(test32) DBG | monitorcount=1
(test32) DBG | accelerate3d="off"
(test32) DBG | accelerate2dvideo="off"
(test32) DBG | teleporterenabled="off"
(test32) DBG | teleporterport=0
(test32) DBG | teleporteraddress=""
(test32) DBG | teleporterpassword=""
(test32) DBG | tracing-enabled="off"
(test32) DBG | tracing-allow-vm-access="off"
(test32) DBG | tracing-config=""
(test32) DBG | autostart-enabled="off"
(test32) DBG | autostart-delay=0
(test32) DBG | defaultfrontend=""
(test32) DBG | storagecontrollername0="SATA"
(test32) DBG | storagecontrollertype0="IntelAhci"
(test32) DBG | storagecontrollerinstance0="0"
(test32) DBG | storagecontrollermaxportcount0="30"
(test32) DBG | storagecontrollerportcount0="30"
(test32) DBG | storagecontrollerbootable0="on"
(test32) DBG | "SATA-0-0"="C:\Users\vagrant\.docker\machine\machines\test32\boot2docker.iso"
(test32) DBG | "SATA-ImageUUID-0-0"="66a26096-927c-4a0a-8ec6-7ebef030eb9e"
(test32) DBG | "SATA-tempeject"="off"
(test32) DBG | "SATA-IsEjected"="off"
(test32) DBG | "SATA-1-0"="C:\Users\vagrant\.docker\machine\machines\test32\disk.vmdk"
(test32) DBG | "SATA-ImageUUID-1-0"="e1a9c73c-c33c-4c32-b282-ad322d7e74fa"
(test32) DBG | "SATA-2-0"="none"
(test32) DBG | "SATA-3-0"="none"
(test32) DBG | "SATA-4-0"="none"
(test32) DBG | "SATA-5-0"="none"
(test32) DBG | "SATA-6-0"="none"
(test32) DBG | "SATA-7-0"="none"
(test32) DBG | "SATA-8-0"="none"
(test32) DBG | "SATA-9-0"="none"
(test32) DBG | "SATA-10-0"="none"
(test32) DBG | "SATA-11-0"="none"
(test32) DBG | "SATA-12-0"="none"
(test32) DBG | "SATA-13-0"="none"
(test32) DBG | "SATA-14-0"="none"
(test32) DBG | "SATA-15-0"="none"
(test32) DBG | "SATA-16-0"="none"
(test32) DBG | "SATA-17-0"="none"
(test32) DBG | "SATA-18-0"="none"
(test32) DBG | "SATA-19-0"="none"
(test32) DBG | "SATA-20-0"="none"
(test32) DBG | "SATA-21-0"="none"
(test32) DBG | "SATA-22-0"="none"
(test32) DBG | "SATA-23-0"="none"
(test32) DBG | "SATA-24-0"="none"
(test32) DBG | "SATA-25-0"="none"
(test32) DBG | "SATA-26-0"="none"
(test32) DBG | "SATA-27-0"="none"
(test32) DBG | "SATA-28-0"="none"
(test32) DBG | "SATA-29-0"="none"
(test32) DBG | natnet1="nat"
(test32) DBG | macaddress1="080027227DF0"
(test32) DBG | cableconnected1="on"
(test32) DBG | nic1="nat"
(test32) DBG | nictype1="82540EM"
(test32) DBG | nicspeed1="0"
(test32) DBG | mtu="0"
(test32) DBG | sockSnd="64"
(test32) DBG | sockRcv="64"
(test32) DBG | tcpWndSnd="64"
(test32) DBG | tcpWndRcv="64"
(test32) DBG | nic2="none"
(test32) DBG | nic3="none"
(test32) DBG | nic4="none"
(test32) DBG | nic5="none"
(test32) DBG | nic6="none"
(test32) DBG | nic7="none"
(test32) DBG | nic8="none"
(test32) DBG | hidpointing="ps2mouse"
(test32) DBG | hidkeyboard="ps2kbd"
(test32) DBG | uart1="off"
(test32) DBG | uart2="off"
(test32) DBG | lpt1="off"
(test32) DBG | lpt2="off"
(test32) DBG | audio="none"
(test32) DBG | clipboard="disabled"
(test32) DBG | draganddrop="disabled"
(test32) DBG | vrde="off"
(test32) DBG | usb="off"
(test32) DBG | ehci="off"
(test32) DBG | xhci="off"
(test32) DBG | SharedFolderNameMachineMapping1="c/Users"
(test32) DBG | SharedFolderPathMachineMapping1="c:\Users"
(test32) DBG | vcpenabled="off"
(test32) DBG | vcpscreens=0
(test32) DBG | vcpfile="C:\Users\vagrant\.docker\machine\machines\test32\test32\test32.webm"
(test32) DBG | vcpwidth=1024
(test32) DBG | vcpheight=768
(test32) DBG | vcprate=512
(test32) DBG | vcpfps=25
(test32) DBG | GuestMemoryBalloon=0
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | Searching for hostonly interface for IPv4: 192.168.99.1 and Mask: ffffff00
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG | GUID: 3f19ee99-10e6-4052-a791-499d0dfcb0ad
(test32) DBG | DHCP: Disabled
(test32) DBG | IPAddress: 192.168.99.1
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:5d74:9ad9:a5c6:9365
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG |
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter
(test32) DBG | GUID: cf8d7eb2-9ea4-4451-95b6-bfba6d2d6ed0
(test32) DBG | DHCP: Disabled
(test32) DBG | IPAddress: 192.168.56.1
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:1938:6f7d:6b0f:4cba
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(test32) DBG |
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | Found: VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list dhcpservers
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(test32) DBG | IP: 192.168.56.100
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | lowerIPAddress: 192.168.56.101
(test32) DBG | upperIPAddress: 192.168.56.254
(test32) DBG | Enabled: Yes
(test32) DBG |
(test32) DBG | NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG | IP: 192.168.99.6
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | lowerIPAddress: 192.168.99.100
(test32) DBG | upperIPAddress: 192.168.99.254
(test32) DBG | Enabled: Yes
(test32) DBG |
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | Removing orphan DHCP servers...
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG | GUID: 3f19ee99-10e6-4052-a791-499d0dfcb0ad
(test32) DBG | DHCP: Disabled
(test32) DBG | IPAddress: 192.168.99.1
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:5d74:9ad9:a5c6:9365
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG |
(test32) DBG | Name: VirtualBox Host-Only Ethernet Adapter
(test32) DBG | GUID: cf8d7eb2-9ea4-4451-95b6-bfba6d2d6ed0
(test32) DBG | DHCP: Disabled
(test32) DBG | IPAddress: 192.168.56.1
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | IPV6Address: fe80:0000:0000:0000:1938:6f7d:6b0f:4cba
(test32) DBG | IPV6NetworkMaskPrefixLength: 64
(test32) DBG | HardwareAddress: 0a:00:27:00:00:00
(test32) DBG | MediumType: Ethernet
(test32) DBG | Status: Up
(test32) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(test32) DBG |
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | Adding/Modifying DHCP server "192.168.99.6"...
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list dhcpservers
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(test32) DBG | IP: 192.168.56.100
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | lowerIPAddress: 192.168.56.101
(test32) DBG | upperIPAddress: 192.168.56.254
(test32) DBG | Enabled: Yes
(test32) DBG |
(test32) DBG | NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
(test32) DBG | IP: 192.168.99.6
(test32) DBG | NetworkMask: 255.255.255.0
(test32) DBG | lowerIPAddress: 192.168.99.100
(test32) DBG | upperIPAddress: 192.168.99.254
(test32) DBG | Enabled: Yes
(test32) DBG |
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm test32 --nic2 hostonly --nictype2 82540EM --nicpromisc2 deny --hostonlyadapter2 VirtualBox Host-Only Ethernet Adapter #2 --cableconnected2 on
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm test32 --natpf1 delete ssh
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) - One or more arguments are invalid (extended info not available)
(test32) DBG | VBoxManage.exe: error: Context: "RemoveRedirect(Bstr(ValueUnion.psz).raw())" at line 1767 of file VBoxManageModifyVM.cpp
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm test32 --natpf1 ssh,tcp,127.0.0.1,49766,,22
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm test32 --type headless
(test32) DBG | STDOUT:
(test32) DBG | {
(test32) Waiting for an IP...
(test32) DBG | Waiting for VM "test32" to power on...
(test32) DBG | VM "test32" has been successfully started.
(test32) DBG | }
(test32) DBG | STDERR:
(test32) DBG | {
(test32) DBG | }
(test32) DBG | Getting to WaitForSSH function...
(test32) DBG | SSH binary not found, using native Go implementation
(test32) DBG | {{{<nil> 0 [] [] []} docker [0xdd1190] <nil> []} 127.0.0.1 49766}
(test32) DBG | About to run SSH command:
(test32) DBG | exit 0
(test32) DBG | Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49767->127.0.0.1:49766: wsarecv: An existing connection was forcibly closed by the remote host.
(test32) DBG | Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49769->127.0.0.1:49766: wsarecv: An existing connection was forcibly closed by the remote host.
(test32) DBG | Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49770->127.0.0.1:49766: wsarecv: An existing connection was forcibly closed by the remote host.
(test32) DBG | Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49771->127.0.0.1:49766: wsarecv: An existing connection was forcibly closed by the remote host.
(test32) DBG | Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49772->127.0.0.1:49766: wsarecv: An existing connection was forcibly closed by the remote host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment