myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.53k stars 1.12k forks source link

stage: populate_bootable_installer_virtual_disk #357

Closed no5764 closed 3 years ago

no5764 commented 3 years ago

Error is : Could not attach "Catalina_installation_files.viso". Exiting. Was wondering what some common reasons were for this. Looked through the script and found the exact line throwing the error.

if [[ -n $( 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 2 \ --type dvddrive --medium "${macOS_release_name}_installation_files.viso" >/dev/null ) ]]; then echo "Could not attach \"${macOS_release_name}_installation_files.viso\". Exiting."; exit; fi

Would just like to understand this segment a little better so I could fix on my end.

no5764 commented 3 years ago

Actually, this might be the real issue "Creating EFI startup script

Creating VirtualBox 6 virtual ISO containing the installation files from swcdn.apple.com

xxd.exe: /dev/urandom: No such file or directory" Script continues after this, but it doesn't seem like anything has been added to the virtual ISO so that may be why its failing.

myspaghetti commented 3 years ago

The script fails to generate (pseudo-)random numbers which it uses to create VISO files. As a workaround you can edit the script and put any hex number instead of the random numbers.

If you don't mind, please run ./macos-guest-virtualbox.sh troubleshoot and attach the resulting macOS_troubleshoot.txt file here.

no5764 commented 3 years ago

################################################################################

!/bin/bash

Push-button installer of macOS on VirtualBox

(c) myspaghetti, licensed under GPL2.0 or higher

url: https://github.com/myspaghetti/macos-virtualbox

version 0.98.1

1ed3cc61ae5db57b6f1fcfdcd9756194 *- ################################################################################ BASH_VERSION 4.4.12(3)-release VBOX_VERSION 6.1.16r140961 OS VERSION Microsoft Windows [Version 10.0.19041.630] ################################################################################ vbox.log 00:00:03.127114 VirtualBox VM 6.1.16 r140961 win.amd64 (Oct 16 2020 16:33:17) release log 00:00:03.127120 Log opened 2020-12-14T05:31:49.799466300Z 00:00:03.127121 Build Type: release 00:00:03.127124 OS Product: Windows 10 00:00:03.127125 OS Release: 10.0.19041 00:00:03.127125 OS Service Pack: 00:00:03.208185 DMI Product Name: Surface Book 2 00:00:03.212516 DMI Product Version: 124000000000000000000000D:0B:09K:0F:5C:09P:38 00:00:03.212530 Firmware type: UEFI 00:00:03.212925 Secure Boot: VERR_PRIVILEGE_NOT_HELD 00:00:03.212942 Host RAM: 8113MB (7.9GB) total, 2964MB (2.8GB) available 00:00:03.212944 Executable: C:\Program Files\Oracle\VirtualBox\VirtualBoxVM.exe 00:00:03.212945 Process ID: 5900 00:00:03.212945 Package type: WINDOWS_64BITS_GENERIC 00:00:03.213465 Installed Extension Packs: 00:00:03.213478 None installed! 00:00:03.214080 Console: Machine state changed to 'Starting' 00:00:03.214222 Qt version: 5.6.2 00:00:03.217316 GUI: UIMediumEnumerator: Medium-enumeration finished! 00:00:03.338207 SUP: seg #0: R 0x00000000 LB 0x00001000 00:00:03.338220 SUP: seg #1: R X 0x00001000 LB 0x0010a000 00:00:03.338225 SUP: seg #2: R 0x0010b000 LB 0x0004a000 00:00:03.338228 SUP: seg #3: RW 0x00155000 LB 0x00013000 00:00:03.338232 SUP: seg #4: R 0x00168000 LB 0x0000f000 00:00:03.338236 SUP: seg #5: RW 0x00177000 LB 0x00003000 00:00:03.338240 SUP: seg #6: R 0x0017a000 LB 0x0000b000 00:00:03.338243 SUP: seg #7: RWX 0x00185000 LB 0x00002000 00:00:03.338247 SUP: seg #8: R 0x00187000 LB 0x00007000 00:00:03.338946 SUP: Loaded VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader 00:00:03.338967 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX 00:00:03.338971 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xXXXXXXXXXXXXXXXX 00:00:03.340000 Guest OS type: 'MacOS1013_64' 00:00:03.340409 Using MWAIT extensions 00:00:03.340650 fHMForced=true - No raw-mode support in this build! 00:00:03.362115 Shared Clipboard: Service loaded 00:00:03.362136 Shared Clipboard: Mode: Off 00:00:03.362318 Shared Clipboard: Service running in normal mode 00:00:03.374094 Drag and drop service loaded 00:00:03.374107 Drag and drop mode: Off 00:00:03.375278 CFGM dump 00:00:03.375279 [/] (level 0) 00:00:03.375281 CpuExecutionCap = 0x0000000000000064 (100) 00:00:03.375283 EnablePAE = 0x0000000000000001 (1) 00:00:03.375284 HMEnabled = 0x0000000000000001 (1) 00:00:03.375284 MemBalloonSize = 0x0000000000000000 (0) 00:00:03.375285 Name = "macOS" (cb=6) 00:00:03.375286 NumCPUs = 0x0000000000000001 (1) 00:00:03.375287 PageFusionAllowed = 0x0000000000000000 (0) 00:00:03.375287 RamHoleSize = 0x0000000020000000 (536 870 912, 512 MB) 00:00:03.375288 RamSize = 0x0000000008000000 (134 217 728, 128 MB) 00:00:03.375290 TimerMillies = 0x000000000000000a (10) 00:00:03.375291 UUID = "28 0e 87 c4 96 76 80 45 8b aa df 66 65 3b 23 e1" (cb=16) 00:00:03.375295 00:00:03.375295 [/CPUM/] (level 1) 00:00:03.375296 GuestCpuName = "host" (cb=5) 00:00:03.375297 NestedHWVirt = 0x0000000000000000 (0) 00:00:03.375297 PortableCpuIdLevel = 0x0000000000000000 (0) 00:00:03.375298 SpecCtrl = 0x0000000000000000 (0) 00:00:03.375299 00:00:03.375299 [/CPUM/IsaExts/] (level 2) 00:00:03.375300 MWaitExtensions = 0x0000000000000001 (1) 00:00:03.375300 00:00:03.375300 [/DBGC/] (level 1) 00:00:03.375301 GlobalInitScript = "C:\Users\lukem.VirtualBox/dbgc-init" (cb=37) 00:00:03.375302 HistoryFile = "C:\Users\lukem.VirtualBox/dbgc-history" (cb=40) 00:00:03.375302 LocalInitScript = "C:\Users\lukem\VirtualBox VMs\macOS/dbgc-init" (cb=46) 00:00:03.375303 00:00:03.375303 [/DBGF/] (level 1) 00:00:03.375304 Path = "C:\Users\lukem\VirtualBox VMs\macOS/debug/;C:\Users\lukem\VirtualBox VMs\macOS/;cache*C:\Users\lukem\VirtualBox VMs\macOS/dbgcache/;C:\Users\lukem\" (cb=148) 00:00:03.375305 00:00:03.375305 [/Devices/] (level 1) 00:00:03.375305 00:00:03.375305 [/Devices/8237A/] (level 2) 00:00:03.375306 00:00:03.375306 [/Devices/8237A/0/] (level 3) 00:00:03.375307 Trusted = 0x0000000000000001 (1) 00:00:03.375308 00:00:03.375308 [/Devices/GIMDev/] (level 2) 00:00:03.375308 00:00:03.375309 [/Devices/GIMDev/0/] (level 3) 00:00:03.375309 Trusted = 0x0000000000000001 (1) 00:00:03.375310 00:00:03.375310 [/Devices/VMMDev/] (level 2) 00:00:03.375311 00:00:03.375311 [/Devices/VMMDev/0/] (level 3) 00:00:03.375312 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375312 PCIDeviceNo = 0x0000000000000004 (4) 00:00:03.375313 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375313 Trusted = 0x0000000000000001 (1) 00:00:03.375314 00:00:03.375314 [/Devices/VMMDev/0/Config/] (level 4) 00:00:03.375315 GuestCoreDumpDir = "C:\Users\lukem\VirtualBox VMs\macOS\Snapshots" (cb=46) 00:00:03.375316 00:00:03.375316 [/Devices/VMMDev/0/LUN#0/] (level 4) 00:00:03.375316 Driver = "HGCM" (cb=5) 00:00:03.375317 00:00:03.375317 [/Devices/VMMDev/0/LUN#0/Config/] (level 5) 00:00:03.375318 Object = 0x0000000005ad10f0 (95 228 144) 00:00:03.375319 00:00:03.375319 [/Devices/VMMDev/0/LUN#999/] (level 4) 00:00:03.375320 Driver = "MainStatus" (cb=11) 00:00:03.375320 00:00:03.375321 [/Devices/VMMDev/0/LUN#999/Config/] (level 5) 00:00:03.375321 First = 0x0000000000000000 (0) 00:00:03.375322 Last = 0x0000000000000000 (0) 00:00:03.375322 papLeds = 0x0000000001794650 (24 725 072) 00:00:03.375323 00:00:03.375323 [/Devices/acpi/] (level 2) 00:00:03.375324 00:00:03.375324 [/Devices/acpi/0/] (level 3) 00:00:03.375325 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375326 PCIDeviceNo = 0x0000000000000007 (7) 00:00:03.375326 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375327 Trusted = 0x0000000000000001 (1) 00:00:03.375327 00:00:03.375327 [/Devices/acpi/0/Config/] (level 4) 00:00:03.375329 CpuHotPlug = 0x0000000000000000 (0) 00:00:03.375329 FdcEnabled = 0x0000000000000000 (0) 00:00:03.375330 HostBusPciAddress = 0x0000000000000000 (0) 00:00:03.375331 HpetEnabled = 0x0000000000000001 (1) 00:00:03.375331 IOAPIC = 0x0000000000000001 (1) 00:00:03.375332 IocPciAddress = 0x0000000000010000 (65 536) 00:00:03.375332 NicPciAddress = 0x0000000000110000 (1 114 112) 00:00:03.375333 NumCPUs = 0x0000000000000001 (1) 00:00:03.375334 Parallel0IoPortBase = 0x0000000000000000 (0) 00:00:03.375334 Parallel0Irq = 0x0000000000000000 (0) 00:00:03.375335 Parallel1IoPortBase = 0x0000000000000000 (0) 00:00:03.375335 Parallel1Irq = 0x0000000000000000 (0) 00:00:03.375336 Serial0IoPortBase = 0x0000000000000000 (0) 00:00:03.375336 Serial0Irq = 0x0000000000000000 (0) 00:00:03.375337 Serial1IoPortBase = 0x0000000000000000 (0) 00:00:03.375338 Serial1Irq = 0x0000000000000000 (0) 00:00:03.375338 ShowCpu = 0x0000000000000001 (1) 00:00:03.375339 ShowRtc = 0x0000000000000001 (1) 00:00:03.375339 SmcEnabled = 0x0000000000000001 (1) 00:00:03.375340 00:00:03.375340 [/Devices/acpi/0/LUN#0/] (level 4) 00:00:03.375340 Driver = "ACPIHost" (cb=9) 00:00:03.375341 00:00:03.375341 [/Devices/acpi/0/LUN#0/Config/] (level 5) 00:00:03.375342 00:00:03.375342 [/Devices/apic/] (level 2) 00:00:03.375343 00:00:03.375343 [/Devices/apic/0/] (level 3) 00:00:03.375344 Trusted = 0x0000000000000001 (1) 00:00:03.375344 00:00:03.375344 [/Devices/apic/0/Config/] (level 4) 00:00:03.375345 IOAPIC = 0x0000000000000001 (1) 00:00:03.375346 Mode = 0x0000000000000002 (2) 00:00:03.375346 NumCPUs = 0x0000000000000001 (1) 00:00:03.375347 00:00:03.375347 [/Devices/e1000/] (level 2) 00:00:03.375347 00:00:03.375348 [/Devices/e1000/0/] (level 3) 00:00:03.375348 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375349 PCIDeviceNo = 0x0000000000000011 (17) 00:00:03.375350 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375350 Trusted = 0x0000000000000001 (1) 00:00:03.375351 00:00:03.375351 [/Devices/e1000/0/Config/] (level 4) 00:00:03.375352 AdapterType = 0x0000000000000002 (2) 00:00:03.375352 CableConnected = 0x0000000000000001 (1) 00:00:03.375353 LineSpeed = 0x0000000000000000 (0) 00:00:03.375353 MAC = "08 00 27 ea 9a 69" (cb=6) 00:00:03.375354 00:00:03.375355 [/Devices/e1000/0/LUN#0/] (level 4) 00:00:03.375355 Driver = "NAT" (cb=4) 00:00:03.375356 00:00:03.375356 [/Devices/e1000/0/LUN#0/Config/] (level 5) 00:00:03.375357 AliasMode = 0x0000000000000000 (0) 00:00:03.375358 BootFile = "macOS.pxe" (cb=10) 00:00:03.375358 DNSProxy = 0x0000000000000000 (0) 00:00:03.375359 Network = "10.0.2.0/24" (cb=12) 00:00:03.375359 PassDomain = 0x0000000000000001 (1) 00:00:03.375360 TFTPPrefix = "C:\Users\lukem.VirtualBox\TFTP" (cb=32) 00:00:03.375361 UseHostResolver = 0x0000000000000000 (0) 00:00:03.375361 00:00:03.375361 [/Devices/e1000/0/LUN#999/] (level 4) 00:00:03.375362 Driver = "MainStatus" (cb=11) 00:00:03.375362 00:00:03.375363 [/Devices/e1000/0/LUN#999/Config/] (level 5) 00:00:03.375363 First = 0x0000000000000000 (0) 00:00:03.375364 Last = 0x0000000000000000 (0) 00:00:03.375364 papLeds = 0x0000000001794530 (24 724 784) 00:00:03.375365 00:00:03.375365 [/Devices/hpet/] (level 2) 00:00:03.375366 00:00:03.375366 [/Devices/hpet/0/] (level 3) 00:00:03.375367 Trusted = 0x0000000000000001 (1) 00:00:03.375367 00:00:03.375368 [/Devices/hpet/0/Config/] (level 4) 00:00:03.375368 ICH9 = 0x0000000000000000 (0) 00:00:03.375369 00:00:03.375369 [/Devices/i8254/] (level 2) 00:00:03.375369 00:00:03.375370 [/Devices/i8254/0/] (level 3) 00:00:03.375370 00:00:03.375370 [/Devices/i8254/0/Config/] (level 4) 00:00:03.375371 00:00:03.375371 [/Devices/i8259/] (level 2) 00:00:03.375372 00:00:03.375372 [/Devices/i8259/0/] (level 3) 00:00:03.375373 Trusted = 0x0000000000000001 (1) 00:00:03.375373 00:00:03.375373 [/Devices/i8259/0/Config/] (level 4) 00:00:03.375374 00:00:03.375374 [/Devices/ichac97/] (level 2) 00:00:03.375375 00:00:03.375375 [/Devices/ichac97/0/] (level 3) 00:00:03.375375 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375376 PCIDeviceNo = 0x0000000000000005 (5) 00:00:03.375376 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375377 Trusted = 0x0000000000000001 (1) 00:00:03.375377 00:00:03.375378 [/Devices/ichac97/0/AudioConfig/] (level 4) 00:00:03.375378 00:00:03.375379 [/Devices/ichac97/0/Config/] (level 4) 00:00:03.375379 Codec = "STAC9700" (cb=9) 00:00:03.375380 DebugEnabled = 0x0000000000000000 (0) 00:00:03.375380 00:00:03.375381 [/Devices/ichac97/0/LUN#0/] (level 4) 00:00:03.375381 Driver = "AUDIO" (cb=6) 00:00:03.375382 00:00:03.375382 [/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5) 00:00:03.375383 Driver = "DSoundAudio" (cb=12) 00:00:03.375384 00:00:03.375384 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6) 00:00:03.375385 StreamName = "macOS" (cb=6) 00:00:03.375385 00:00:03.375385 [/Devices/ichac97/0/LUN#0/Config/] (level 5) 00:00:03.375386 BufferSizeMs = 0x0000000000000000 (0) 00:00:03.375387 DriverName = "DSoundAudio" (cb=12) 00:00:03.375387 InputEnabled = 0x0000000000000000 (0) 00:00:03.375388 OutputEnabled = 0x0000000000000000 (0) 00:00:03.375388 PeriodSizeMs = 0x0000000000000000 (0) 00:00:03.375389 PreBufferSizeMs = 0x00000000ffffffff (4 294 967 295) 00:00:03.375390 00:00:03.375390 [/Devices/ichac97/0/LUN#1/] (level 4) 00:00:03.375391 Driver = "AUDIO" (cb=6) 00:00:03.375391 00:00:03.375391 [/Devices/ichac97/0/LUN#2/] (level 4) 00:00:03.375392 Driver = "AUDIO" (cb=6) 00:00:03.375392 00:00:03.375393 [/Devices/ioapic/] (level 2) 00:00:03.375393 00:00:03.375393 [/Devices/ioapic/0/] (level 3) 00:00:03.375394 Trusted = 0x0000000000000001 (1) 00:00:03.375394 00:00:03.375395 [/Devices/ioapic/0/Config/] (level 4) 00:00:03.375395 NumCPUs = 0x0000000000000001 (1) 00:00:03.375396 00:00:03.375396 [/Devices/lpc/] (level 2) 00:00:03.375396 00:00:03.375397 [/Devices/lpc/0/] (level 3) 00:00:03.375397 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375398 PCIDeviceNo = 0x000000000000001f (31) 00:00:03.375399 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375399 Trusted = 0x0000000000000001 (1) 00:00:03.375400 00:00:03.375400 [/Devices/mc146818/] (level 2) 00:00:03.375400 00:00:03.375401 [/Devices/mc146818/0/] (level 3) 00:00:03.375401 00:00:03.375401 [/Devices/mc146818/0/Config/] (level 4) 00:00:03.375402 UseUTC = 0x0000000000000000 (0) 00:00:03.375402 00:00:03.375403 [/Devices/parallel/] (level 2) 00:00:03.375403 00:00:03.375403 [/Devices/pcarch/] (level 2) 00:00:03.375404 00:00:03.375404 [/Devices/pcarch/0/] (level 3) 00:00:03.375405 Trusted = 0x0000000000000001 (1) 00:00:03.375405 00:00:03.375405 [/Devices/pcarch/0/Config/] (level 4) 00:00:03.375406 00:00:03.375406 [/Devices/pcbios/] (level 2) 00:00:03.375407 00:00:03.375407 [/Devices/pcbios/0/] (level 3) 00:00:03.375408 Trusted = 0x0000000000000001 (1) 00:00:03.375408 00:00:03.375408 [/Devices/pcbios/0/Config/] (level 4) 00:00:03.375409 APIC = 0x0000000000000001 (1) 00:00:03.375409 BootDevice0 = "FLOPPY" (cb=7) 00:00:03.375410 BootDevice1 = "DVD" (cb=4) 00:00:03.375410 BootDevice2 = "IDE" (cb=4) 00:00:03.375411 BootDevice3 = "NONE" (cb=5) 00:00:03.375411 FloppyDevice = "i82078" (cb=7) 00:00:03.375412 HardDiskDevice = "piix3ide" (cb=9) 00:00:03.375412 IOAPIC = 0x0000000000000001 (1) 00:00:03.375413 McfgBase = 0x0000000000000000 (0) 00:00:03.375413 McfgLength = 0x0000000000000000 (0) 00:00:03.375414 NumCPUs = 0x0000000000000001 (1) 00:00:03.375414 PXEDebug = 0x0000000000000000 (0) 00:00:03.375415 UUID = "28 0e 87 c4 96 76 80 45 8b aa df 66 65 3b 23 e1" (cb=16) 00:00:03.375416 UuidLe = 0x0000000000000001 (1) 00:00:03.375417 00:00:03.375417 [/Devices/pcbios/0/Config/NetBoot/] (level 5) 00:00:03.375418 00:00:03.375418 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6) 00:00:03.375419 NIC = 0x0000000000000000 (0) 00:00:03.375419 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375420 PCIDeviceNo = 0x0000000000000011 (17) 00:00:03.375420 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375421 00:00:03.375421 [/Devices/pci/] (level 2) 00:00:03.375422 00:00:03.375422 [/Devices/pci/0/] (level 3) 00:00:03.375422 Trusted = 0x0000000000000001 (1) 00:00:03.375423 00:00:03.375423 [/Devices/pci/0/Config/] (level 4) 00:00:03.375424 IOAPIC = 0x0000000000000001 (1) 00:00:03.375424 00:00:03.375424 [/Devices/pcibridge/] (level 2) 00:00:03.375425 00:00:03.375425 [/Devices/pckbd/] (level 2) 00:00:03.375426 00:00:03.375426 [/Devices/pckbd/0/] (level 3) 00:00:03.375426 Trusted = 0x0000000000000001 (1) 00:00:03.375427 00:00:03.375427 [/Devices/pckbd/0/Config/] (level 4) 00:00:03.375428 00:00:03.375428 [/Devices/pckbd/0/LUN#0/] (level 4) 00:00:03.375429 Driver = "KeyboardQueue" (cb=14) 00:00:03.375429 00:00:03.375429 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5) 00:00:03.375430 Driver = "MainKeyboard" (cb=13) 00:00:03.375430 00:00:03.375431 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) 00:00:03.375432 Object = 0x0000000001705ab0 (24 140 464) 00:00:03.375432 00:00:03.375433 [/Devices/pckbd/0/LUN#0/Config/] (level 5) 00:00:03.375433 QueueSize = 0x0000000000000040 (64) 00:00:03.375434 00:00:03.375434 [/Devices/pckbd/0/LUN#1/] (level 4) 00:00:03.375435 Driver = "MouseQueue" (cb=11) 00:00:03.375435 00:00:03.375435 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5) 00:00:03.375436 Driver = "MainMouse" (cb=10) 00:00:03.375437 00:00:03.375437 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) 00:00:03.375438 Object = 0x0000000001796790 (24 733 584) 00:00:03.375438 00:00:03.375439 [/Devices/pckbd/0/LUN#1/Config/] (level 5) 00:00:03.375439 QueueSize = 0x0000000000000080 (128) 00:00:03.375440 00:00:03.375440 [/Devices/pcnet/] (level 2) 00:00:03.375441 00:00:03.375441 [/Devices/serial/] (level 2) 00:00:03.375441 00:00:03.375442 [/Devices/smc/] (level 2) 00:00:03.375442 00:00:03.375442 [/Devices/smc/0/] (level 3) 00:00:03.375443 Trusted = 0x0000000000000001 (1) 00:00:03.375443 00:00:03.375444 [/Devices/smc/0/Config/] (level 4) 00:00:03.375444 DeviceKey = "" (cb=1) 00:00:03.375445 GetKeyFromRealSMC = 0x0000000000000000 (0) 00:00:03.375445 00:00:03.375446 [/Devices/vga/] (level 2) 00:00:03.375446 00:00:03.375446 [/Devices/vga/0/] (level 3) 00:00:03.375447 PCIBusNo = 0x0000000000000000 (0) 00:00:03.375447 PCIDeviceNo = 0x0000000000000002 (2) 00:00:03.375448 PCIFunctionNo = 0x0000000000000000 (0) 00:00:03.375448 Trusted = 0x0000000000000001 (1) 00:00:03.375449 00:00:03.375449 [/Devices/vga/0/Config/] (level 4) 00:00:03.375450 3DEnabled = 0x0000000000000000 (0) 00:00:03.375450 CustomVideoModes = 0x0000000000000000 (0) 00:00:03.375451 FadeIn = 0x0000000000000001 (1) 00:00:03.375451 FadeOut = 0x0000000000000001 (1) 00:00:03.375452 HeightReduction = 0x0000000000000000 (0) 00:00:03.375452 LogoFile = "" (cb=1) 00:00:03.375453 LogoTime = 0x0000000000000000 (0) 00:00:03.375453 MonitorCount = 0x0000000000000001 (1) 00:00:03.375454 ShowBootMenu = 0x0000000000000002 (2) 00:00:03.375454 VRamSize = 0x0000000000800000 (8 388 608, 8 MB) 00:00:03.375455 00:00:03.375455 [/Devices/vga/0/LUN#0/] (level 4) 00:00:03.375456 Driver = "MainDisplay" (cb=12) 00:00:03.375457 00:00:03.375457 [/Devices/vga/0/LUN#0/Config/] (level 5) 00:00:03.375457 Object = 0x0000000001796f80 (24 735 616) 00:00:03.375458 00:00:03.375458 [/Devices/vga/0/LUN#999/] (level 4) 00:00:03.375459 Driver = "MainStatus" (cb=11) 00:00:03.375459 00:00:03.375460 [/Devices/vga/0/LUN#999/Config/] (level 5) 00:00:03.375460 First = 0x0000000000000000 (0) 00:00:03.375461 Last = 0x0000000000000000 (0) 00:00:03.375461 papLeds = 0x0000000001794668 (24 725 096) 00:00:03.375462 00:00:03.375462 [/Devices/virtio-net/] (level 2) 00:00:03.375463 00:00:03.375463 [/EM/] (level 1) 00:00:03.375464 TripleFaultReset = 0x0000000000000000 (0) 00:00:03.375464 00:00:03.375464 [/GIM/] (level 1) 00:00:03.375465 Provider = "Minimal" (cb=8) 00:00:03.375465 00:00:03.375465 [/HM/] (level 1) 00:00:03.375467 64bitEnabled = 0x0000000000000001 (1) 00:00:03.375468 EnableLargePages = 0x0000000000000001 (1) 00:00:03.375468 EnableNestedPaging = 0x0000000000000001 (1) 00:00:03.375469 EnableUX = 0x0000000000000001 (1) 00:00:03.375469 EnableVPID = 0x0000000000000001 (1) 00:00:03.375470 Exclusive = 0x0000000000000000 (0) 00:00:03.375470 HMForced = 0x0000000000000001 (1) 00:00:03.375471 IBPBOnVMEntry = 0x0000000000000000 (0) 00:00:03.375471 IBPBOnVMExit = 0x0000000000000000 (0) 00:00:03.375472 L1DFlushOnSched = 0x0000000000000001 (1) 00:00:03.375472 L1DFlushOnVMEntry = 0x0000000000000000 (0) 00:00:03.375473 MDSClearOnSched = 0x0000000000000001 (1) 00:00:03.375473 MDSClearOnVMEntry = 0x0000000000000000 (0) 00:00:03.375474 SpecCtrlByHost = 0x0000000000000000 (0) 00:00:03.375474 UseNEMInstead = 0x0000000000000000 (0) 00:00:03.375475 00:00:03.375475 [/MM/] (level 1) 00:00:03.375475 CanUseLargerHeap = 0x0000000000000000 (0) 00:00:03.375476 00:00:03.375476 [/NEM/] (level 1) 00:00:03.375477 Allow64BitGuests = 0x0000000000000001 (1) 00:00:03.375477 00:00:03.375477 [/PDM/] (level 1) 00:00:03.375478 00:00:03.375478 [/PDM/AsyncCompletion/] (level 2) 00:00:03.375479 00:00:03.375479 [/PDM/AsyncCompletion/File/] (level 3) 00:00:03.375479 00:00:03.375480 [/PDM/AsyncCompletion/File/BwGroups/] (level 4) 00:00:03.375480 00:00:03.375481 [/PDM/BlkCache/] (level 2) 00:00:03.375481 CacheSize = 0x0000000000500000 (5 242 880, 5 MB) 00:00:03.375482 00:00:03.375482 [/PDM/Devices/] (level 2) 00:00:03.375483 00:00:03.375483 [/PDM/Drivers/] (level 2) 00:00:03.375483 00:00:03.375484 [/PDM/Drivers/VBoxC/] (level 3) 00:00:03.375484 Path = "VBoxC" (cb=6) 00:00:03.375485 00:00:03.375485 [/PDM/NetworkShaper/] (level 2) 00:00:03.375485 00:00:03.375486 [/PDM/NetworkShaper/BwGroups/] (level 3) 00:00:03.375486 00:00:03.375486 [/TM/] (level 1) 00:00:03.375487 UTCOffset = 0x0000000000000000 (0) 00:00:03.375487 00:00:03.375488 * End of CFGM dump ** 00:00:03.375556 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support 00:00:03.375629 MM: cbHyperHeap=0x200000 (2097152) 00:00:03.378807 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x1f 00:00:03.379543 CPUM: Matched host CPU INTEL 0x6/0x8e/0x9 Intel_Core7_KabyLake with CPU DB entry 'Intel Core i7-6700K' (INTEL 0x6/0x5e/0x3 Intel_Core7_Skylake) 00:00:03.379587 CPUM: MXCSR_MASK=0xffff (host: 0xffff) 00:00:03.379600 CPUM: Microcode revision 0x000000B4 00:00:03.379610 CPUM: Changing leaf 13[0]: EBX=0x440 -> 0x340, ECX=0x440 -> 0x340 00:00:03.379621 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD 00:00:03.379643 CPUM: SetGuestCpuIdFeature: Enabled PAE 00:00:03.379768 PGM: Host paging mode: AMD64+NX 00:00:03.379777 PGM: PGMPool: cMaxPages=256 (u64MaxPages=96) 00:00:03.379781 PGM: pgmR3PoolInit: cMaxPages=0x100 cMaxUsers=0x200 cMaxPhysExts=0x200 fCacheEnable=true 00:00:03.380277 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=93 u32UpdateIntervalNS=10736000 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x1b cCpus=4 00:00:03.380285 TM: GIP - u64CpuHz=2 711 996 494 (0xa1a5c84e) SUPGetCpuHzFromGip => 2 711 996 494 00:00:03.380290 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=2711996494() cErrors=0 00:00:03.380295 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=2711995508() cErrors=0 00:00:03.380299 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=2712001929() cErrors=0 00:00:03.380307 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=2711992740() cErrors=0 00:00:03.380344 TM: cTSCTicksPerSecond=2 711 996 494 (0xa1a5c84e) enmTSCMode=3 (Dynamic) 00:00:03.380347 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false 00:00:03.380931 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true 00:00:03.381145 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_KabyLake 00:00:03.381229 GIM: Using provider 'Minimal' (Implementation version: 0) 00:00:03.381235 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit 00:00:03.381306 AIOMgr: Default manager type is 'Async' 00:00:03.381311 AIOMgr: Default file backend is 'NonBuffered' 00:00:03.381538 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes 00:00:03.381546 BlkCache: Cache commit interval is 10000 ms 00:00:03.381551 BlkCache: Cache commit threshold is 2621440 bytes 00:00:03.976730 SUP: seg #0: R 0x00000000 LB 0x00001000 00:00:03.976748 SUP: seg #1: R X 0x00001000 LB 0x0001e000 00:00:03.976753 SUP: seg #2: R 0x0001f000 LB 0x0000d000 00:00:03.976757 SUP: seg #3: RW 0x0002c000 LB 0x00001000 00:00:03.976760 SUP: seg #4: R 0x0002d000 LB 0x00003000 00:00:03.976764 SUP: seg #5: RWX 0x00030000 LB 0x00001000 00:00:03.976768 SUP: seg #6: R 0x00031000 LB 0x00002000 00:00:03.976823 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader 00:00:03.976831 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xXXXXXXXXXXXXXXXX 00:00:03.976986 PcBios: [SMP] BIOS with 1 CPUs 00:00:03.977029 PcBios: Using the 386+ BIOS image. 00:00:03.977247 PcBios: MPS table at 000e1300 00:00:03.980022 PcBios: fCheckShutdownStatusForSoftReset=true fClearShutdownStatusOnHardReset=true 00:00:03.980248 CPUM: SetGuestCpuIdFeature: Enabled xAPIC 00:00:03.980446 IOAPIC: Using implementation 2.0! Chipset type ICH9 00:00:03.980494 HPET: Capabilities=0x8086a201 (LegacyRt=true CounterSize=64-bit Timers=3 Revision=0x1) 00:00:03.980574 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:03.998362 Shared Folders service loaded 00:00:04.010117 Guest Control service loaded 00:00:04.033302 VGA: Using the 386+ BIOS image. 00:00:04.034376 E1000#0: Chip=82545EM LinkUpDelay=3000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled 00:00:04.047636 NAT: Guest address guess set to 10.0.2.15 by initialization 00:00:04.066863 NAT: DNS#0: 192.168.1.1 00:00:04.067813 AC97: Using codec 'STAC9700' 00:00:04.067922 Audio: Initializing DirectSound audio driver 00:00:04.287584 Audio: Found 4 devices for driver 'DSoundAudio' 00:00:04.287599 Audio: Device 'Primary Sound Driver': 00:00:04.287604 Audio: Usage = Output 00:00:04.287608 Audio: Flags = DEFAULT 00:00:04.287611 Audio: Input channels = 0 00:00:04.287615 Audio: Output channels = 2 00:00:04.287620 Audio: Device 'Speakers (Realtek High Definition Audio(SST))': 00:00:04.287624 Audio: Usage = Output 00:00:04.287628 Audio: Flags = NONE 00:00:04.287631 Audio: Input channels = 0 00:00:04.287635 Audio: Output channels = 2 00:00:04.287640 Audio: Device 'Primary Sound Capture Driver': 00:00:04.287643 Audio: Usage = Input 00:00:04.287647 Audio: Flags = NONE 00:00:04.287650 Audio: Input channels = 2 00:00:04.287654 Audio: Output channels = 0 00:00:04.287658 Audio: Device 'Microphone Array (Realtek High Definition Audio(SST))': 00:00:04.287662 Audio: Usage = Input 00:00:04.287665 Audio: Flags = NONE 00:00:04.287668 Audio: Input channels = 2 00:00:04.287672 Audio: Output channels = 0 00:00:04.287748 AC97: Reset 00:00:04.287766 AC97: Mixer reset (EAID=0x809, EACS=0x9) 00:00:04.287770 AC97: Record select to left=Microphone In, right=Microphone In 00:00:04.288053 PGM: The CPU physical address width is 39 bits 00:00:04.288067 PGM: PGMR3InitFinalize: 4 MB PSE mask 0000007fffffffff -> VINF_SUCCESS 00:00:04.288216 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=true 00:00:04.288352 VMM: Thread-context hooks unavailable 00:00:04.288359 VMM: RTThreadPreemptIsPending() can be trusted 00:00:04.288362 VMM: Kernel preemption is possible 00:00:04.288693 HM: fWorldSwitcher=0x0 (fIbpbOnVmExit=false fIbpbOnVmEntry=false fL1dFlushOnVmEntry=false); fL1dFlushOnSched=true fMdsClearOnVmEntry=false 00:00:04.288703 HM: Using VT-x implementation 3.0 00:00:04.288706 HM: Max resume loops = 8192 00:00:04.288707 HM: Host CR4 = 0x370678 00:00:04.288707 HM: Host EFER = 0xd01 00:00:04.288708 HM: MSR_IA32_SMM_MONITOR_CTL = 0x0 00:00:04.288709 HM: MSR_IA32_FEATURE_CONTROL = 0x5 00:00:04.288709 HM: LOCK 00:00:04.288709 HM: VMXON 00:00:04.288710 HM: MSR_IA32_VMX_BASIC = 0xda040000000004 00:00:04.288710 HM: VMCS id = 0x4 00:00:04.288711 HM: VMCS size = 1024 bytes 00:00:04.288711 HM: VMCS physical address limit = None 00:00:04.288712 HM: VMCS memory type = Write Back (WB) 00:00:04.288712 HM: Dual-monitor treatment support = true 00:00:04.288713 HM: OUTS & INS instruction-info = true 00:00:04.288713 HM: Supports true-capability MSRs = true 00:00:04.288713 HM: VM-entry Xcpt error-code optional = false 00:00:04.288714 HM: MSR_IA32_VMX_PINBASED_CTLS = 0x7f00000016 00:00:04.288714 HM: EXT_INT_EXIT 00:00:04.288715 HM: NMI_EXIT 00:00:04.288715 HM: VIRTUAL_NMI 00:00:04.288715 HM: PREEMPT_TIMER 00:00:04.288715 HM: POSTED_INT (must be cleared) 00:00:04.288717 HM: MSR_IA32_VMX_PROCBASED_CTLS = 0xfff9fffe0401e172 00:00:04.288718 HM: INT_WINDOW_EXIT 00:00:04.288718 HM: USE_TSC_OFFSETTING 00:00:04.288719 HM: HLT_EXIT 00:00:04.288719 HM: INVLPG_EXIT 00:00:04.288719 HM: MWAIT_EXIT 00:00:04.288720 HM: RDPMC_EXIT 00:00:04.288720 HM: RDTSC_EXIT 00:00:04.288720 HM: CR3_LOAD_EXIT (must be set) 00:00:04.288720 HM: CR3_STORE_EXIT (must be set) 00:00:04.288721 HM: CR8_LOAD_EXIT 00:00:04.288721 HM: CR8_STORE_EXIT 00:00:04.288721 HM: USE_TPR_SHADOW 00:00:04.288722 HM: NMI_WINDOW_EXIT 00:00:04.288722 HM: MOV_DR_EXIT 00:00:04.288722 HM: UNCOND_IO_EXIT 00:00:04.288722 HM: USE_IO_BITMAPS 00:00:04.288723 HM: MONITOR_TRAP_FLAG 00:00:04.288723 HM: USE_MSR_BITMAPS 00:00:04.288723 HM: MONITOR_EXIT 00:00:04.288725 HM: PAUSE_EXIT 00:00:04.288726 HM: USE_SECONDARY_CTLS 00:00:04.288726 HM: MSR_IA32_VMX_PROCBASED_CTLS2 = 0x5ffcff00000000 00:00:04.288727 HM: VIRT_APIC_ACCESS 00:00:04.288727 HM: EPT 00:00:04.288727 HM: DESC_TABLE_EXIT 00:00:04.288727 HM: RDTSCP 00:00:04.288728 HM: VIRT_X2APIC_MODE 00:00:04.288728 HM: VPID 00:00:04.288729 HM: WBINVD_EXIT 00:00:04.288729 HM: UNRESTRICTED_GUEST 00:00:04.288729 HM: APIC_REG_VIRT (must be cleared) 00:00:04.288729 HM: VIRT_INT_DELIVERY (must be cleared) 00:00:04.288730 HM: PAUSE_LOOP_EXIT 00:00:04.288730 HM: RDRAND_EXIT 00:00:04.288730 HM: INVPCID 00:00:04.288731 HM: VMFUNC 00:00:04.288731 HM: VMCS_SHADOWING 00:00:04.288731 HM: ENCLS_EXIT 00:00:04.288732 HM: RDSEED_EXIT 00:00:04.288732 HM: PML 00:00:04.288732 HM: EPT_VE 00:00:04.288732 HM: CONCEAL_VMX_FROM_PT 00:00:04.288733 HM: XSAVES_XRSTORS 00:00:04.288733 HM: MODE_BASED_EPT_PERM 00:00:04.288733 HM: SPPTP_EPT (must be cleared) 00:00:04.288733 HM: PT_EPT (must be cleared) 00:00:04.288734 HM: TSC_SCALING (must be cleared) 00:00:04.288734 HM: USER_WAIT_PAUSE (must be cleared) 00:00:04.288734 HM: ENCLV_EXIT (must be cleared) 00:00:04.288735 HM: MSR_IA32_VMX_ENTRY_CTLS = 0x3ffff000011ff 00:00:04.288735 HM: LOAD_DEBUG (must be set) 00:00:04.288736 HM: IA32E_MODE_GUEST 00:00:04.288736 HM: ENTRY_TO_SMM 00:00:04.288736 HM: DEACTIVATE_DUAL_MON 00:00:04.288736 HM: LOAD_PERF_MSR 00:00:04.288737 HM: LOAD_PAT_MSR 00:00:04.288737 HM: LOAD_EFER_MSR 00:00:04.288737 HM: LOAD_BNDCFGS_MSR 00:00:04.288737 HM: CONCEAL_VMX_FROM_PT 00:00:04.288738 HM: LOAD_RTIT_CTL_MSR (must be cleared) 00:00:04.288738 HM: MSR_IA32_VMX_EXIT_CTLS = 0x1ffffff00036dff 00:00:04.288739 HM: SAVE_DEBUG (must be set) 00:00:04.288739 HM: HOST_ADDR_SPACE_SIZE 00:00:04.288739 HM: LOAD_PERF_MSR 00:00:04.288740 HM: ACK_EXT_INT 00:00:04.288740 HM: SAVE_PAT_MSR 00:00:04.288740 HM: LOAD_PAT_MSR 00:00:04.288742 HM: SAVE_EFER_MSR 00:00:04.288742 HM: LOAD_EFER_MSR 00:00:04.288743 HM: SAVE_PREEMPT_TIMER 00:00:04.288743 HM: CLEAR_BNDCFGS_MSR 00:00:04.288743 HM: CONCEAL_VMX_FROM_PT 00:00:04.288743 HM: CLEAR_RTIT_CTL_MSR (must be cleared) 00:00:04.288744 HM: MSR_IA32_VMX_TRUE_PINBASED_CTLS = 0x7f00000016 00:00:04.288744 HM: MSR_IA32_VMX_TRUE_PROCBASED_CTLS = 0xfff9fffe04006172 00:00:04.288745 HM: MSR_IA32_VMX_TRUE_ENTRY_CTLS = 0x3ffff000011fb 00:00:04.288746 HM: MSR_IA32_VMX_TRUE_EXIT_CTLS = 0x1ffffff00036dfb 00:00:04.288746 HM: MSR_IA32_VMX_MISC = 0x7004c1e7 00:00:04.288747 HM: PREEMPT_TIMER_TSC = 0x7 00:00:04.288747 HM: EXIT_SAVE_EFER_LMA = true 00:00:04.288748 HM: ACTIVITY_STATES = 0x7 ( HLT SHUTDOWN SIPI_WAIT ) 00:00:04.288748 HM: INTEL_PT = true 00:00:04.288749 HM: SMM_READ_SMBASE_MSR = true 00:00:04.288749 HM: CR3_TARGET = 0x4 00:00:04.288749 HM: MAX_MSR = 0x0 ( 512 ) 00:00:04.288750 HM: VMXOFF_BLOCK_SMI = true 00:00:04.288750 HM: VMWRITE_ALL = true 00:00:04.288750 HM: ENTRY_INJECT_SOFT_INT = 0x1 00:00:04.288751 HM: MSEG_ID = 0x0 00:00:04.288751 HM: MSR_IA32_VMX_VMCS_ENUM = 0x2e 00:00:04.288751 HM: HIGHEST_IDX = 0x17 00:00:04.288752 HM: MSR_IA32_VMX_EPT_VPID_CAP = 0xf0106734141 00:00:04.288752 HM: RWX_X_ONLY 00:00:04.288753 HM: PAGE_WALK_LENGTH_4 00:00:04.288753 HM: EMT_UC 00:00:04.288753 HM: EMT_WB 00:00:04.288753 HM: PDE_2M 00:00:04.288754 HM: PDPTE_1G 00:00:04.288754 HM: INVEPT 00:00:04.288754 HM: EPT_ACCESS_DIRTY 00:00:04.288754 HM: ADVEXITINFO_EPT 00:00:04.288755 HM: INVEPT_SINGLE_CONTEXT 00:00:04.288755 HM: INVEPT_ALL_CONTEXTS 00:00:04.288755 HM: INVVPID 00:00:04.288755 HM: INVVPID_INDIV_ADDR 00:00:04.288756 HM: INVVPID_SINGLE_CONTEXT 00:00:04.288756 HM: INVVPID_ALL_CONTEXTS 00:00:04.288756 HM: INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS 00:00:04.288756 HM: MSR_IA32_VMX_VMFUNC = 0x1 00:00:04.288757 HM: EPTP_SWITCHING 00:00:04.288757 HM: MSR_IA32_VMX_CR0_FIXED0 = 0x80000021 00:00:04.288758 HM: MSR_IA32_VMX_CR0_FIXED1 = 0xffffffff 00:00:04.288758 HM: MSR_IA32_VMX_CR4_FIXED0 = 0x2000 00:00:04.288759 HM: MSR_IA32_VMX_CR4_FIXED1 = 0x3767ff 00:00:04.288759 HM: APIC-access page physaddr = 0x00000001bf600000 00:00:04.288760 HM: VCPU 0: MSR bitmap physaddr = 0x0000000243604000 00:00:04.288761 HM: VCPU 0: VMCS physaddr = 0x000000005fb01000 00:00:04.288762 HM: Guest support: 32-bit and 64-bit 00:00:04.288767 HM: Supports VMCS EFER fields = true 00:00:04.288768 HM: Enabled VMX 00:00:04.288770 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT 00:00:04.288770 CPUM: SetGuestCpuIdFeature: Enabled PAE 00:00:04.288771 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE 00:00:04.288771 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET 00:00:04.288772 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF 00:00:04.288772 CPUM: SetGuestCpuIdFeature: Enabled NX 00:00:04.288772 HM: Enabled nested paging 00:00:04.288773 HM: EPT flush type = Single context 00:00:04.288773 HM: Enabled unrestricted guest execution 00:00:04.288773 HM: Enabled large page support 00:00:04.288774 HM: Enabled VPID 00:00:04.288774 HM: VPID flush type = Single context 00:00:04.288774 HM: Enabled VMX-preemption timer (cPreemptTimerShift=7) 00:00:04.288775 HM: VT-x/AMD-V init method: Local 00:00:04.288775 EM: Exit history optimizations: enabled=true enabled-r0=true enabled-r0-no-preemption=false 00:00:04.288801 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false 00:00:04.288808 TMR3UtcNow: nsNow=1 607 923 910 960 448 600 nsPrev=0 -> cNsDelta=1 607 923 910 960 448 600 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 607 923 910 960 448 600) 00:00:04.288829 VMM: fUsePeriodicPreemptionTimers=false 00:00:04.288886 CPUM: Logical host processors: 4 present, 4 max, 4 online, online mask: 000000000000000f 00:00:04.288887 CPUM: Physical host cores: 2 00:00:04.288888 ***** CPUID dump **** 00:00:04.288893 Raw Standard CPUID Leaves 00:00:04.288893 Leaf/sub-leaf eax ebx ecx edx 00:00:04.288896 Gst: 00000000/0000 00000016 756e6547 6c65746e 49656e69 00:00:04.288897 Hst: 00000016 756e6547 6c65746e 49656e69 00:00:04.288898 Gst: 00000001/0000 000806e9 00010800 d6da220b 178bfbff 00:00:04.288899 Hst: 000806e9 03100800 7ffafbff bfebfbff 00:00:04.288900 Gst: 00000002/0000 76036301 00f0b5ff 00000000 00c30000 00:00:04.288901 Hst: 76036301 00f0b5ff 00000000 00c30000 00:00:04.288901 Gst: 00000003/0000 00000000 00000000 00000000 00000000 00:00:04.288902 Hst: 00000000 00000000 00000000 00000000 00:00:04.288902 Gst: 00000004/0000 00000121 01c0003f 0000003f 00000000 00:00:04.288903 Hst: 1c004121 01c0003f 0000003f 00000000 00:00:04.288904 Gst: 00000004/0001 00000122 01c0003f 0000003f 00000000 00:00:04.288905 Hst: 1c004122 01c0003f 0000003f 00000000 00:00:04.288905 Gst: 00000004/0002 00000143 00c0003f 000003ff 00000000 00:00:04.288906 Hst: 1c004143 00c0003f 000003ff 00000000 00:00:04.288907 Gst: 00000004/0003 00000163 02c0003f 00000fff 00000006 00:00:04.288907 Hst: 1c03c163 02c0003f 00000fff 00000006 00:00:04.288908 Gst: 00000004/0004 00000000 00000000 00000000 00000000 00:00:04.288909 Hst: 00000000 00000000 00000000 00000000 00:00:04.288909 Gst: 00000005/0000 00000040 00000040 00000003 00000000 00:00:04.288910 Hst: 00000040 00000040 00000003 11142120 00:00:04.288911 Gst: 00000006/0000 00000000 00000000 00000000 00000000 00:00:04.288911 Hst: 000027f7 00000002 00000009 00000000 00:00:04.288912 Gst: 00000007/0000 00000000 00842421 00000000 10000400 00:00:04.288913 Hst: 00000000 029c6fbf 00000000 9c002400 00:00:04.288913 Gst: 00000007/0001 00000000 00000000 00000000 00000000 00:00:04.288914 Hst: 00000000 00000000 00000000 00000000 00:00:04.288914 Gst: 00000008/0000 00000000 00000000 00000000 00000000 00:00:04.288915 Hst: 00000000 00000000 00000000 00000000 00:00:04.288915 Gst: 00000009/0000 00000000 00000000 00000000 00000000 00:00:04.288916 Hst: 00000000 00000000 00000000 00000000 00:00:04.288916 Gst: 0000000a/0000 00000000 00000000 00000000 00000000 00:00:04.288917 Hst: 07300404 00000000 00000000 00000603 00:00:04.288917 Gst: 0000000b/0000 00000000 00000001 00000100 00000000 00:00:04.288918 Hst: 00000001 00000002 00000100 00000003 00:00:04.288919 Gst: 0000000b/0001 00000001 00000001 00000201 00000000 00:00:04.288919 Hst: 00000004 00000004 00000201 00000003 00:00:04.288920 Gst: 0000000b/0002 00000000 00000000 00000002 00000000 00:00:04.288920 Hst: 00000000 00000000 00000002 00000003 00:00:04.288921 Gst: 0000000c/0000 00000000 00000000 00000000 00000000 00:00:04.288921 Hst: 00000000 00000000 00000000 00000000 00:00:04.288922 Gst: 0000000d/0000 00000007 00000340 00000340 00000000 00:00:04.288922 Hst: 0000001f 00000440 00000440 00000000 00:00:04.288923 Gst: 0000000d/0001 00000000 00000440 00000000 00000000 00:00:04.288923 Hst: 0000000f 00000440 00000100 00000000 00:00:04.288924 Gst: 0000000d/0002 00000100 00000240 00000000 00000000 00:00:04.288924 Hst: 00000100 00000240 00000000 00000000 00:00:04.288925 Gst: 0000000d/0003 00000000 00000000 00000000 00000000 00:00:04.288925 Hst: 00000040 000003c0 00000000 00000000 00:00:04.288926 Gst: 0000000d/0004 00000000 00000000 00000000 00000000 00:00:04.288927 Hst: 00000040 00000400 00000000 00000000 00:00:04.288927 Gst: 0000000d/0005 00000000 00000000 00000000 00000000 00:00:04.288928 Hst: 00000000 00000000 00000000 00000000 00:00:04.288928 Gst: 0000000d/0006 00000000 00000000 00000000 00000000 00:00:04.288929 Hst: 00000000 00000000 00000000 00000000 00:00:04.288929 Gst: 0000000d/0007 00000000 00000000 00000000 00000000 00:00:04.288930 Hst: 00000000 00000000 00000000 00000000 00:00:04.288930 Gst: 0000000d/0008 00000000 00000000 00000000 00000000 00:00:04.288931 Hst: 00000080 00000000 00000001 00000000 00:00:04.288931 Gst: 0000000d/0009 00000000 00000000 00000000 00000000 00:00:04.288932 Hst: 00000000 00000000 00000000 00000000 00:00:04.288948 Gst: 0000000e/0000 00000000 00000000 00000000 00000000 00:00:04.288949 Hst: 00000000 00000000 00000000 00000000 00:00:04.288949 Gst: 0000000f/0000 00000000 00000000 00000000 00000000 00:00:04.288950 Hst: 00000000 00000000 00000000 00000000 00:00:04.288950 Gst: 00000010/0000 00000000 00000000 00000000 00000000 00:00:04.288951 Hst: 00000000 00000000 00000000 00000000 00:00:04.288951 Gst: 00000011/0000 00000000 00000000 00000000 00000000 00:00:04.288952 Hst: 00000000 00000000 00000000 00000000 00:00:04.288952 Gst: 00000012/0000 00000000 00000000 00000000 00000000 00:00:04.288953 Hst: 00000000 00000000 00000000 00000000 00:00:04.288953 Gst: 00000013/0000 00000000 00000000 00000000 00000000 00:00:04.288954 Hst: 00000000 00000000 00000000 00000000 00:00:04.288954 Gst: 00000014/0000 00000000 00000000 00000000 00000000 00:00:04.288955 Hst: 00000001 0000000f 00000007 00000000 00:00:04.288955 Hst: 00000015/0000 00000002 000000e2 00000000 00000000 00:00:04.288956 Hst: 00000016/0000 00000a8c 00000dac 00000064 00000000 00:00:04.288957 Name: GenuineIntel 00:00:04.288958 Supports: 0x00000000-0x00000016 00:00:04.288961 Family: 6 Extended: 0 Effective: 6 00:00:04.288962 Model: 14 Extended: 8 Effective: 142 00:00:04.288962 Stepping: 9 00:00:04.288963 Type: 0 (primary) 00:00:04.288964 APIC ID: 0x00 00:00:04.288964 Logical CPUs: 1 00:00:04.288965 CLFLUSH Size: 8 00:00:04.288965 Brand ID: 0x00 00:00:04.288966 Features 00:00:04.288966 Mnemonic - Description = guest (host) 00:00:04.288968 FPU - x87 FPU on Chip = 1 (1) 00:00:04.288969 VME - Virtual 8086 Mode Enhancements = 1 (1) 00:00:04.288970 DE - Debugging extensions = 1 (1) 00:00:04.288971 PSE - Page Size Extension = 1 (1) 00:00:04.288972 TSC - Time Stamp Counter = 1 (1) 00:00:04.288972 MSR - Model Specific Registers = 1 (1) 00:00:04.288973 PAE - Physical Address Extension = 1 (1) 00:00:04.288974 MCE - Machine Check Exception = 1 (1) 00:00:04.288974 CX8 - CMPXCHG8B instruction = 1 (1) 00:00:04.288975 APIC - APIC On-Chip = 1 (1) 00:00:04.288976 SEP - SYSENTER and SYSEXIT Present = 1 (1) 00:00:04.288977 MTRR - Memory Type Range Registers = 1 (1) 00:00:04.288977 PGE - PTE Global Bit = 1 (1) 00:00:04.288978 MCA - Machine Check Architecture = 1 (1) 00:00:04.288979 CMOV - Conditional Move instructions = 1 (1) 00:00:04.288979 PAT - Page Attribute Table = 1 (1) 00:00:04.288980 PSE-36 - 36-bit Page Size Extension = 1 (1) 00:00:04.288981 PSN - Processor Serial Number = 0 (0) 00:00:04.288981 CLFSH - CLFLUSH instruction = 1 (1) 00:00:04.288982 DS - Debug Store = 0 (1) 00:00:04.288983 ACPI - Thermal Mon. & Soft. Clock Ctrl. = 0 (1) 00:00:04.288983 MMX - Intel MMX Technology = 1 (1) 00:00:04.288984 FXSR - FXSAVE and FXRSTOR instructions = 1 (1) 00:00:04.288985 SSE - SSE support = 1 (1) 00:00:04.288985 SSE2 - SSE2 support = 1 (1) 00:00:04.288986 SS - Self Snoop = 0 (1) 00:00:04.288987 HTT - Hyper-Threading Technology = 1 (1) 00:00:04.288987 TM - Therm. Monitor = 0 (1) 00:00:04.288988 PBE - Pending Break Enabled = 0 (1) 00:00:04.288989 SSE3 - SSE3 support = 1 (1) 00:00:04.288990 PCLMUL - PCLMULQDQ support (for AES-GCM) = 1 (1) 00:00:04.288990 DTES64 - DS Area 64-bit Layout = 0 (1) 00:00:04.288991 MONITOR - MONITOR/MWAIT instructions = 1 (1) 00:00:04.288991 CPL-DS - CPL Qualified Debug Store = 0 (1) 00:00:04.288992 VMX - Virtual Machine Extensions = 0 (1) 00:00:04.288993 SMX - Safer Mode Extensions = 0 (1) 00:00:04.288993 EST - Enhanced SpeedStep Technology = 0 (1) 00:00:04.288994 TM2 - Terminal Monitor 2 = 0 (1) 00:00:04.288995 SSSE3 - Supplemental Streaming SIMD Extensions 3 = 1 (1) 00:00:04.288995 CNTX-ID - L1 Context ID = 0 (0) 00:00:04.288996 SDBG - Silicon Debug interface = 0 (1) 00:00:04.288997 FMA - Fused Multiply Add extensions = 0 (1) 00:00:04.288997 CX16 - CMPXCHG16B instruction = 1 (1) 00:00:04.288998 TPRUPDATE - xTPR Update Control = 0 (1) 00:00:04.288999 PDCM - Perf/Debug Capability MSR = 0 (1) 00:00:04.288999 PCID - Process Context Identifiers = 1 (1) 00:00:04.289000 DCA - Direct Cache Access = 0 (0) 00:00:04.289001 SSE4_1 - SSE4_1 support = 1 (1) 00:00:04.289001 SSE4_2 - SSE4_2 support = 1 (1) 00:00:04.289002 X2APIC - x2APIC support = 0 (1) 00:00:04.289003 MOVBE - MOVBE instruction = 1 (1) 00:00:04.289003 POPCNT - POPCNT instruction = 1 (1) 00:00:04.289004 TSCDEADL - Time Stamp Counter Deadline = 0 (1) 00:00:04.289005 AES - AES instructions = 1 (1) 00:00:04.289005 XSAVE - XSAVE instruction = 1 (1) 00:00:04.289006 OSXSAVE - OSXSAVE instruction = 0 (1) 00:00:04.289007 AVX - AVX support = 1 (1) 00:00:04.289008 F16C - 16-bit floating point conversion instructions = 0 (1) 00:00:04.289008 RDRAND - RDRAND instruction = 1 (1) 00:00:04.289009 HVP - Hypervisor Present (we're a guest) = 1 (0) 00:00:04.289009 Structured Extended Feature Flags Enumeration (leaf 7): 00:00:04.289010 Mnemonic - Description = guest (host) 00:00:04.289010 FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr. = 1 (1) 00:00:04.289011 TSCADJUST - Supports MSR_IA32_TSC_ADJUST = 0 (1) 00:00:04.289011 SGX - Supports Software Guard Extensions = 0 (1) 00:00:04.289012 BMI1 - Advanced Bit Manipulation extension 1 = 0 (1) 00:00:04.289013 HLE - Hardware Lock Elision = 0 (1) 00:00:04.289013 AVX2 - Advanced Vector Extensions 2 = 1 (1) 00:00:04.289014 FDP_EXCPTN_ONLY - FPU DP only updated on exceptions = 0 (0) 00:00:04.289015 SMEP - Supervisor Mode Execution Prevention = 0 (1) 00:00:04.289015 BMI2 - Advanced Bit Manipulation extension 2 = 0 (1) 00:00:04.289016 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (1) 00:00:04.289016 INVPCID - INVPCID instruction = 1 (1) 00:00:04.289017 RTM - Restricted Transactional Memory = 0 (1) 00:00:04.289017 PQM - Platform Quality of Service Monitoring = 0 (0) 00:00:04.289018 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 1 (1) 00:00:04.289019 MPE - Intel Memory Protection Extensions = 0 (1) 00:00:04.289019 PQE - Platform Quality of Service Enforcement = 0 (0) 00:00:04.289020 AVX512F - AVX512 Foundation instructions = 0 (0) 00:00:04.289020 RDSEED - RDSEED instruction = 1 (1) 00:00:04.289021 ADX - ADCX/ADOX instructions = 0 (1) 00:00:04.289022 SMAP - Supervisor Mode Access Prevention = 0 (1) 00:00:04.289022 CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction = 1 (1) 00:00:04.289023 INTEL_PT - Intel Processor Trace = 0 (1) 00:00:04.289024 AVX512PF - AVX512 Prefetch instructions = 0 (0) 00:00:04.289024 AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0) 00:00:04.289025 AVX512CD - AVX512 Conflict Detection instructions = 0 (0) 00:00:04.289025 SHA - Secure Hash Algorithm extensions = 0 (0) 00:00:04.289026 PREFETCHWT1 - PREFETCHWT1 instruction = 0 (0) 00:00:04.289027 UMIP - User mode insturction prevention = 0 (0) 00:00:04.289027 PKU - Protection Key for Usermode pages = 0 (0) 00:00:04.289028 OSPKE - CR4.PKU mirror = 0 (0) 00:00:04.289029 MAWAU - Value used by BNDLDX & BNDSTX = 0x0 (0x0) 00:00:04.289029 RDPID - Read processor ID support = 0 (0) 00:00:04.289030 SGX_LC - Supports SGX Launch Configuration = 0 (0) 00:00:04.289031 MD_CLEAR - Supports MDS related buffer clearing = 1 (1) 00:00:04.289031 13 - Reserved = 0 (1) 00:00:04.289032 IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB = 0 (1) 00:00:04.289033 STIBP - Supports IA32_SPEC_CTRL.STIBP = 0 (1) 00:00:04.289033 FLUSH_CMD - Supports IA32_FLUSH_CMD = 1 (1) 00:00:04.289034 ARCHCAP - Supports IA32_ARCH_CAP = 0 (0) 00:00:04.289035 CORECAP - Supports IA32_CORE_CAP = 0 (0) 00:00:04.289035 SSBD - Supports IA32_SPEC_CTRL.SSBD = 0 (1) 00:00:04.289036 Processor Extended State Enumeration (leaf 0xd): 00:00:04.289037 XSAVE area cur/max size by XCR0, guest: 0x340/0x340 00:00:04.289037 XSAVE area cur/max size by XCR0, host: 0x440/0x440 00:00:04.289038 Valid XCR0 bits, guest: 0x0000000000000007 ( x87 SSE YMM_Hi128 ) 00:00:04.289039 Valid XCR0 bits, host: 0x000000000000001f ( x87 SSE YMM_Hi128 BNDREGS BNDCSR ) 00:00:04.289041 XSAVE features, guest: 00:00:04.289042 XSAVE features, host: XSAVEOPT XSAVEC XGETBC1 XSAVES 00:00:04.289043 XSAVE area cur size XCR0|XSS, guest: 0x440 00:00:04.289043 XSAVE area cur size XCR0|XSS, host: 0x440 00:00:04.289044 Valid IA32_XSS bits, guest: 0x0000000000000000 00:00:04.289044 Valid IA32_XSS bits, host: 0x0000010000000000 ( 40 ) 00:00:04.289045 State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128 00:00:04.289047 State #2, host: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128 00:00:04.289048 State #3, host: off=0x03c0, cb=0x0040 IA32_XSS-bit -- BNDREGS 00:00:04.289049 State #4, host: off=0x0400, cb=0x0040 IA32_XSS-bit -- BNDCSR 00:00:04.289050 State #8, host: off=0x0000, cb=0x0080 XCR0-bit -- 8 00:00:04.289058 Unknown CPUID Leaves 00:00:04.289059 Leaf/sub-leaf eax ebx ecx edx 00:00:04.289059 Gst: 00000014/0001 00000000 00000000 00000000 00000000 00:00:04.289060 Hst: 02490002 003f3fff 00000000 00000000 00:00:04.289061 Gst: 00000014/0002 00000000 00000000 00000000 00000000 00:00:04.289061 Hst: 00000000 00000000 00000000 00000000 00:00:04.289062 Gst: 00000015/0000 00000000 00000000 00000000 00000000 00:00:04.289062 Hst: 00000002 000000e2 00000000 00000000 00:00:04.289063 Gst: 00000016/0000 00000000 00000000 00000000 00000000 00:00:04.289064 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289065 Raw Hypervisor CPUID Leaves 00:00:04.289065 Leaf/sub-leaf eax ebx ecx edx 00:00:04.289066 Gst: 40000000/0000 40000010 00000000 00000000 00000000 00:00:04.289066 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289067 Gst: 40000001/0000 00000000 00000000 00000000 00000000 00:00:04.289068 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289069 Gst: 40000002/0000 00000000 00000000 00000000 00000000 00:00:04.289069 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289070 Gst: 40000003/0000 00000000 00000000 00000000 00000000 00:00:04.289071 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289072 Gst: 40000004/0000 00000000 00000000 00000000 00000000 00:00:04.289072 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289073 Gst: 40000005/0000 00000000 00000000 00000000 00000000 00:00:04.289073 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289074 Gst: 40000006/0000 00000000 00000000 00000000 00000000 00:00:04.289075 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289076 Gst: 40000007/0000 00000000 00000000 00000000 00000000 00:00:04.289076 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289077 Gst: 40000008/0000 00000000 00000000 00000000 00000000 00:00:04.289077 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289078 Gst: 40000009/0000 00000000 00000000 00000000 00000000 00:00:04.289079 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289080 Gst: 4000000a/0000 00000000 00000000 00000000 00000000 00:00:04.289080 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289081 Gst: 4000000b/0000 00000000 00000000 00000000 00000000 00:00:04.289081 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289082 Gst: 4000000c/0000 00000000 00000000 00000000 00000000 00:00:04.289083 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289084 Gst: 4000000d/0000 00000000 00000000 00000000 00000000 00:00:04.289084 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289085 Gst: 4000000e/0000 00000000 00000000 00000000 00000000 00:00:04.289085 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289086 Gst: 4000000f/0000 00000000 00000000 00000000 00000000 00:00:04.289087 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289088 Gst: 40000010/0000 002961bc 000f4240 00000000 00000000 00:00:04.289088 Hst: 00000a8c 00000dac 00000064 00000000 00:00:04.289089 Raw Extended CPUID Leaves 00:00:04.289089 Leaf/sub-leaf eax ebx ecx edx 00:00:04.289089 Gst: 80000000/0000 80000008 00000000 00000000 00000000 00:00:04.289090 Hst: 80000008 00000000 00000000 00000000 00:00:04.289091 Gst: 80000001/0000 00000000 00000000 00000121 28100800 00:00:04.289091 Hst: 00000000 00000000 00000121 2c100800 00:00:04.289092 Gst: 80000002/0000 65746e49 2952286c 726f4320 4d542865 00:00:04.289093 Hst: 65746e49 2952286c 726f4320 4d542865 00:00:04.289095 Gst: 80000003/0000 35692029 3033372d 43205530 40205550 00:00:04.289095 Hst: 35692029 3033372d 43205530 40205550 00:00:04.289097 Gst: 80000004/0000 362e3220 7a484730 00000000 00000000 00:00:04.289097 Hst: 362e3220 7a484730 00000000 00000000 00:00:04.289098 Gst: 80000005/0000 00000000 00000000 00000000 00000000 00:00:04.289098 Hst: 00000000 00000000 00000000 00000000 00:00:04.289099 Gst: 80000006/0000 00000000 00000000 01006040 00000000 00:00:04.289100 Hst: 00000000 00000000 01006040 00000000 00:00:04.289100 Gst: 80000007/0000 00000000 00000000 00000000 00000100 00:00:04.289101 Hst: 00000000 00000000 00000000 00000100 00:00:04.289101 Gst: 80000008/0000 00003027 00000000 00000000 00000000 00:00:04.289102 Hst: 00003027 00000000 00000000 00000000 00:00:04.289102 Ext Name:
00:00:04.289103 Ext Supports: 0x80000000-0x80000008 00:00:04.289104 Family: 0 Extended: 0 Effective: 0 00:00:04.289104 Model: 0 Extended: 0 Effective: 0 00:00:04.289105 Stepping: 0 00:00:04.289105 Brand ID: 0x000 00:00:04.289105 Ext Features 00:00:04.289106 Mnemonic - Description = guest (host) 00:00:04.289108 FPU - x87 FPU on Chip = 0 (0) 00:00:04.289109 VME - Virtual 8086 Mode Enhancements = 0 (0) 00:00:04.289109 DE - Debugging extensions = 0 (0) 00:00:04.289110 PSE - Page Size Extension = 0 (0) 00:00:04.289111 TSC - Time Stamp Counter = 0 (0) 00:00:04.289111 MSR - K86 Model Specific Registers = 0 (0) 00:00:04.289112 PAE - Physical Address Extension = 0 (0) 00:00:04.289113 MCE - Machine Check Exception = 0 (0) 00:00:04.289113 CX8 - CMPXCHG8B instruction = 0 (0) 00:00:04.289114 APIC - APIC On-Chip = 0 (0) 00:00:04.289115 SEP - SYSCALL/SYSRET = 1 (1) 00:00:04.289116 MTRR - Memory Type Range Registers = 0 (0) 00:00:04.289116 PGE - PTE Global Bit = 0 (0) 00:00:04.289117 MCA - Machine Check Architecture = 0 (0) 00:00:04.289118 CMOV - Conditional Move instructions = 0 (0) 00:00:04.289118 PAT - Page Attribute Table = 0 (0) 00:00:04.289119 PSE-36 - 36-bit Page Size Extension = 0 (0) 00:00:04.289119 NX - No-Execute/Execute-Disable = 1 (1) 00:00:04.289120 AXMMX - AMD Extensions to MMX instructions = 0 (0) 00:00:04.289121 MMX - Intel MMX Technology = 0 (0) 00:00:04.289121 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0) 00:00:04.289122 FFXSR - AMD fast FXSAVE and FXRSTOR instructions = 0 (0) 00:00:04.289123 Page1GB - 1 GB large page = 0 (1) 00:00:04.289123 RDTSCP - RDTSCP instruction = 1 (1) 00:00:04.289124 LM - AMD64 Long Mode = 1 (1) 00:00:04.289125 3DNOWEXT - AMD Extensions to 3DNow = 0 (0) 00:00:04.289125 3DNOW - AMD 3DNow = 0 (0) 00:00:04.289126 LahfSahf - LAHF/SAHF support in 64-bit mode = 1 (1) 00:00:04.289127 CmpLegacy - Core multi-processing legacy mode = 0 (0) 00:00:04.289127 SVM - AMD Secure Virtual Machine extensions = 0 (0) 00:00:04.289128 EXTAPIC - AMD Extended APIC registers = 0 (0) 00:00:04.289129 CR8L - AMD LOCK MOV CR0 means MOV CR8 = 0 (0) 00:00:04.289129 ABM - AMD Advanced Bit Manipulation = 1 (1) 00:00:04.289130 SSE4A - SSE4A instructions = 0 (0) 00:00:04.289131 MISALIGNSSE - AMD Misaligned SSE mode = 0 (0) 00:00:04.289131 3DNOWPRF - AMD PREFETCH and PREFETCHW instructions = 1 (1) 00:00:04.289132 OSVW - AMD OS Visible Workaround = 0 (0) 00:00:04.289132 IBS - Instruct Based Sampling = 0 (0) 00:00:04.289133 XOP - Extended Operation support = 0 (0) 00:00:04.289134 SKINIT - SKINIT, STGI, and DEV support = 0 (0) 00:00:04.289134 WDT - AMD Watchdog Timer support = 0 (0) 00:00:04.289135 LWP - Lightweight Profiling support = 0 (0) 00:00:04.289136 FMA4 - Four operand FMA instruction support = 0 (0) 00:00:04.289136 NodeId - NodeId in MSR C001_100C = 0 (0) 00:00:04.289137 TBM - Trailing Bit Manipulation instructions = 0 (0) 00:00:04.289137 TOPOEXT - Topology Extensions = 0 (0) 00:00:04.289138 PRFEXTCORE - Performance Counter Extensions support = 0 (0) 00:00:04.289139 PRFEXTNB - NB Performance Counter Extensions support = 0 (0) 00:00:04.289139 DATABPEXT - Data-access Breakpoint Extension = 0 (0) 00:00:04.289140 PERFTSC - Performance Time Stamp Counter = 0 (0) 00:00:04.289140 PCX_L2I - L2I/L3 Performance Counter Extensions = 0 (0) 00:00:04.289141 MWAITX - MWAITX and MONITORX instructions = 0 (0) 00:00:04.289142 Full Name: "Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz" 00:00:04.289143 TLB 2/4M Instr/Uni: res0 0 entries 00:00:04.289143 TLB 2/4M Data: res0 0 entries 00:00:04.289144 TLB 4K Instr/Uni: res0 0 entries 00:00:04.289144 TLB 4K Data: res0 0 entries 00:00:04.289145 L1 Instr Cache Line Size: 0 bytes 00:00:04.289145 L1 Instr Cache Lines Per Tag: 0 00:00:04.289145 L1 Instr Cache Associativity: res0
00:00:04.289146 L1 Instr Cache Size: 0 KB 00:00:04.289146 L1 Data Cache Line Size: 0 bytes 00:00:04.289146 L1 Data Cache Lines Per Tag: 0 00:00:04.289146 L1 Data Cache Associativity: res0
00:00:04.289147 L1 Data Cache Size: 0 KB 00:00:04.289147 L2 TLB 2/4M Instr/Uni: off 0 entries 00:00:04.289148 L2 TLB 2/4M Data: off 0 entries 00:00:04.289148 L2 TLB 4K Instr/Uni: off 0 entries 00:00:04.289148 L2 TLB 4K Data: off 0 entries 00:00:04.289149 L2 Cache Line Size: 0 bytes 00:00:04.289149 L2 Cache Lines Per Tag: 0 00:00:04.289149 L2 Cache Associativity: off
00:00:04.289150 L2 Cache Size: 0 KB 00:00:04.289150 TS - Temperature Sensor = 0 (0) 00:00:04.289151 FID - Frequency ID control = 0 (0) 00:00:04.289152 VID - Voltage ID control = 0 (0) 00:00:04.289152 TscInvariant - Invariant Time Stamp Counter = 1 (1) 00:00:04.289153 CBP - Core Performance Boost = 0 (0) 00:00:04.289154 EffFreqRO - Read-only Effective Frequency Interface = 0 (0) 00:00:04.289154 ProcFdbkIf - Processor Feedback Interface = 0 (0) 00:00:04.289155 ProcPwrRep - Core power reporting interface support = 0 (0) 00:00:04.289156 Physical Address Width: 39 bits 00:00:04.289156 Virtual Address Width: 48 bits 00:00:04.289156 Guest Physical Address Width: 0 bits 00:00:04.289157 Physical Core Count: 1 00:00:04.289158 00:00:04.289158 **** End of CPUID dump ** 00:00:04.289158 VT-x features 00:00:04.289159 Nested hardware virtualization - VMX features 00:00:04.289160 Mnemonic - Description = guest (host) 00:00:04.289160 VMX - Virtual-Machine Extensions = 0 (1) 00:00:04.289161 InsOutInfo - INS/OUTS instruction info. = 0 (1) 00:00:04.289161 ExtIntExit - External interrupt exiting = 0 (1) 00:00:04.289161 NmiExit - NMI exiting = 0 (1) 00:00:04.289162 VirtNmi - Virtual NMIs = 0 (1) 00:00:04.289162 PreemptTimer - VMX preemption timer = 0 (1) 00:00:04.289163 PostedInt - Posted interrupts = 0 (0) 00:00:04.289163 IntWindowExit - Interrupt-window exiting = 0 (1) 00:00:04.289164 TscOffsetting - TSC offsetting = 0 (1) 00:00:04.289164 HltExit - HLT exiting = 0 (1) 00:00:04.289166 InvlpgExit - INVLPG exiting = 0 (1) 00:00:04.289166 MwaitExit - MWAIT exiting = 0 (1) 00:00:04.289167 RdpmcExit - RDPMC exiting = 0 (1) 00:00:04.289167 RdtscExit - RDTSC exiting = 0 (1) 00:00:04.289167 Cr3LoadExit - CR3-load exiting = 0 (1) 00:00:04.289168 Cr3StoreExit - CR3-store exiting = 0 (1) 00:00:04.289168 Cr8LoadExit - CR8-load exiting = 0 (1) 00:00:04.289168 Cr8StoreExit - CR8-store exiting = 0 (1) 00:00:04.289169 UseTprShadow - Use TPR shadow = 0 (1) 00:00:04.289169 NmiWindowExit - NMI-window exiting = 0 (1) 00:00:04.289171 MovDRxExit - Mov-DR exiting = 0 (1) 00:00:04.289172 UncondIoExit - Unconditional I/O exiting = 0 (1) 00:00:04.289172 UseIoBitmaps - Use I/O bitmaps = 0 (1) 00:00:04.289172 MonitorTrapFlag - Monitor Trap Flag = 0 (1) 00:00:04.289173 UseMsrBitmaps - MSR bitmaps = 0 (1) 00:00:04.289173 MonitorExit - MONITOR exiting = 0 (1) 00:00:04.289173 PauseExit - PAUSE exiting = 0 (1) 00:00:04.289174 SecondaryExecCtl - Activate secondary controls = 0 (1) 00:00:04.289174 VirtApic - Virtualize-APIC accesses = 0 (1) 00:00:04.289174 Ept - Extended Page Tables = 0 (1) 00:00:04.289175 DescTableExit - Descriptor-table exiting = 0 (1) 00:00:04.289175 Rdtscp - Enable RDTSCP = 0 (1) 00:00:04.289175 VirtX2ApicMode - Virtualize-x2APIC mode = 0 (1) 00:00:04.289176 Vpid - Enable VPID = 0 (1) 00:00:04.289176 WbinvdExit - WBINVD exiting = 0 (1) 00:00:04.289177 UnrestrictedGuest - Unrestricted guest = 0 (1) 00:00:04.289177 ApicRegVirt - APIC-register virtualization = 0 (0) 00:00:04.289177 VirtIntDelivery - Virtual-interrupt delivery = 0 (0) 00:00:04.289178 PauseLoopExit - PAUSE-loop exiting = 0 (1) 00:00:04.289178 RdrandExit - RDRAND exiting = 0 (1) 00:00:04.289178 Invpcid - Enable INVPCID = 0 (1) 00:00:04.289179 VmFuncs - Enable VM Functions = 0 (1) 00:00:04.289179 VmcsShadowing - VMCS shadowing = 0 (1) 00:00:04.289179 RdseedExiting - RDSEED exiting = 0 (1) 00:00:04.289180 PML - Page-Modification Log (PML) = 0 (1) 00:00:04.289180 EptVe - EPT violations can cause #VE = 0 (1) 00:00:04.289180 XsavesXRstors - Enable XSAVES/XRSTORS = 0 (1) 00:00:04.289181 EntryLoadDebugCtls - Load debug controls on VM-entry = 0 (1) 00:00:04.289181 Ia32eModeGuest - IA-32e mode guest = 0 (1) 00:00:04.289181 EntryLoadEferMsr - Load IA32_EFER MSR on VM-entry = 0 (1) 00:00:04.289182 EntryLoadPatMsr - Load IA32_PAT MSR on VM-entry = 0 (1) 00:00:04.289182 ExitSaveDebugCtls - Save debug controls on VM-exit = 0 (1) 00:00:04.289183 HostAddrSpaceSize - Host address-space size = 0 (1) 00:00:04.289183 ExitAckExtInt - Acknowledge interrupt on VM-exit = 0 (1) 00:00:04.289183 ExitSavePatMsr - Save IA32_PAT MSR on VM-exit = 0 (1) 00:00:04.289184 ExitLoadPatMsr - Load IA32_PAT MSR on VM-exit = 0 (1) 00:00:04.289184 ExitSaveEferMsr - Save IA32_EFER MSR on VM-exit = 0 (1) 00:00:04.289184 ExitLoadEferMsr - Load IA32_EFER MSR on VM-exit = 0 (1) 00:00:04.289185 SavePreemptTimer - Save VMX-preemption timer = 0 (1) 00:00:04.289185 ExitSaveEferLma - Save IA32_EFER.LMA on VM-exit = 0 (1) 00:00:04.289185 IntelPt - Intel PT (Processor Trace) in VMX operation = 0 (1) 00:00:04.289186 VmwriteAll - VMWRITE to any supported VMCS field = 0 (1) 00:00:04.289186 EntryInjectSoftInt - Inject softint. with 0-len instr. = 0 (1) 00:00:04.289187 00:00:04.289187 ***** End of VT-x features **** 00:00:04.289199 VMEmt: Halt method global1 (5) 00:00:04.289272 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000 00:00:04.289280 Changing the VM state from 'CREATING' to 'CREATED' 00:00:04.289743 Changing the VM state from 'CREATED' to 'POWERING_ON' 00:00:04.289870 Changing the VM state from 'POWERING_ON' to 'RUNNING' 00:00:04.289883 Console: Machine state changed to 'Running' 00:00:04.295148 VMMDev: Guest Log: BIOS: VirtualBox 6.1.16 00:00:04.295311 PCI: Setting up resources and interrupts 00:00:04.295532 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:04.308063 ERROR [COM]: aRC=VBOX_E_VM_ERROR (0x80bb0003) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false aResultDetail=-37 00:00:04.308141 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0 00:00:04.308920 VMMDev: Guest Log: CPUID EDX: 0x178bfbff 00:00:04.309515 VMMDev: Guest Log: BIOS: No PCI IDE controller, not probing IDE 00:00:04.311501 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0) 00:00:04.328487 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000000000a5a0000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0 00:00:04.426010 Console: Machine state changed to 'Stopping' 00:00:04.426817 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0) 00:00:04.427343 Changing the VM state from 'RUNNING' to 'POWERING_OFF' 00:00:04.427368 ** Guest state at power off for VCpu 0 ** 00:00:04.427378 Guest CPUM (VCPU 0) state: 00:00:04.427384 eax=000087dd ebx=0000046c ecx=00000000 edx=00000000 esi=00009fc0 edi=00000001 00:00:04.427386 eip=000078cf esp=000077ca ebp=000077dc iopl=0 nv up ei pl nz na po nc 00:00:04.427388 cs={f000 base=00000000000f0000 limit=0000ffff flags=0000009b} dr0=00000000 dr1=00000000 00:00:04.427391 ds={f000 base=00000000000f0000 limit=0000ffff flags=00000093} dr2=00000000 dr3=00000000 00:00:04.427393 es={0000 base=0000000000000000 limit=0000ffff flags=00000093} dr4=00000000 dr5=00000000 00:00:04.427394 fs={0000 base=0000000000000000 limit=0000ffff flags=00000093} dr6=ffff0ff0 dr7=00000400 00:00:04.427396 gs={0000 base=0000000000000000 limit=0000ffff flags=00000093} cr0=00000010 cr2=00000000 00:00:04.427398 ss={0000 base=0000000000000000 limit=0000ffff flags=00000093} cr3=00000000 cr4=00000000 00:00:04.427399 gdtr=00000000000fe89f:0047 idtr=0000000000000000:ffff eflags=00200246 00:00:04.427401 ldtr={0000 base=00000000 limit=0000ffff flags=00000082} 00:00:04.427402 tr ={0000 base=00000000 limit=0000ffff flags=0000008b} 00:00:04.427403 SysEnter={cs=0000 eip=00000000 esp=00000000} 00:00:04.427404 xcr=0000000000000001 xcr1=0000000000000000 xss=0000000000000000 (fXStateMask=0000000000000000) 00:00:04.427406 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff 00:00:04.427410 FPUIP=00000000 CS=0000 Rsrvd1=0000 FPUDP=00000000 DS=0000 Rsvrd2=0000 00:00:04.427413 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427416 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427418 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427419 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427420 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427423 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427426 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427428 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:04.427431 XMM0 =00000000'00000000'00000000'00000000 XMM1 =00000000'00000000'00000000'00000000 00:00:04.427435 XMM2 =00000000'00000000'00000000'00000000 XMM3 =00000000'00000000'00000000'00000000 00:00:04.427437 XMM4 =00000000'00000000'00000000'00000000 XMM5 =00000000'00000000'00000000'00000000 00:00:04.427440 XMM6 =00000000'00000000'00000000'00000000 XMM7 =00000000'00000000'00000000'00000000 00:00:04.427443 XMM8 =00000000'00000000'00000000'00000000 XMM9 =00000000'00000000'00000000'00000000 00:00:04.427445 XMM10=00000000'00000000'00000000'00000000 XMM11=00000000'00000000'00000000'00000000 00:00:04.427447 XMM12=00000000'00000000'00000000'00000000 XMM13=00000000'00000000'00000000'00000000 00:00:04.427449 XMM14=00000000'00000000'00000000'00000000 XMM15=00000000'00000000'00000000'00000000 00:00:04.427451 EFER =0000000000000000 00:00:04.427451 PAT =0007040600070406 00:00:04.427452 STAR =0000000000000000 00:00:04.427452 CSTAR =0000000000000000 00:00:04.427453 LSTAR =0000000000000000 00:00:04.427453 SFMASK =0000000000000000 00:00:04.427454 KERNELGSBASE =0000000000000000 00:00:04.427456 * 00:00:04.427465 VCPU[0] hardware virtualization state: 00:00:04.427465 fLocalForcedActions = 0x0 00:00:04.427466 No/inactive hwvirt state 00:00:04.427468 00:00:04.427474 Guest paging mode (VCPU #0): Real (changed 4 times), A20 disabled (changed 1 times) 00:00:04.427479 Shadow paging mode (VCPU #0): EPT 00:00:04.427480 Host paging mode: AMD64+NX 00:00:04.427482 00:00:04.427487 Active Timers (pVM=0000000009220000) 00:00:04.427488 pTimerR3 offNext offPrev offSched Clock Time Expire HzHint State Description 00:00:04.427492 0000000009465500 00000600 00000000 00000000 Real 24394012 24394031 0 2-ACTIVE VGA Refresh Timer 00:00:04.427498 0000000009465b00 ffffff80 fffffa00 00000000 Real 24394012 24394034 0 2-ACTIVE EMT Yielder 00:00:04.427501 0000000009465a80 00000000 00000080 00000000 Real 24394012 24394872 0 2-ACTIVE CPU Load Timer 00:00:04.427504 0000000009465600 00000000 00000000 00000000 Virt 137523918 3000000000 0 2-ACTIVE E1000 Link Up Timer 00:00:04.427509 0000000009460df0 00000180 00000000 00000000 VrSy 137528491 146512759 64 2-ACTIVE i8254 Programmable Interval Timer 00:00:04.427512 0000000009460f70 00004970 fffffe80 00000000 VrSy 137532112 990000000 0 2-ACTIVE MC146818 RTC (CMOS) - Second2 00:00:04.427515 00000000094658e0 00000000 ffffb690 00000000 VrSy 137534957 599932015941 0 2-ACTIVE ACPI PM Timer 00:00:04.427518 * 00:00:04.427521 Guest GDT (GCAddr=00000000000fe89f limit=47): 00:00:04.427530 0010 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit 00:00:04.427532 0018 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit 00:00:04.427534 0020 - 0000ffff 00009b0f - base=000f0000 limit=0000ffff dpl=0 CodeER Accessed Present 16-bit 00:00:04.427536 0028 - 0000ffff 00009300 - base=00000000 limit=0000ffff dpl=0 DataRW Accessed Present 16-bit 00:00:04.427538 0040 - 0400ffff 00009300 - base=00000400 limit=0000ffff dpl=0 DataRW Accessed Present 16-bit 00:00:04.427539 ** End of Guest state at power off ***** 00:00:04.491943 PDMR3PowerOff: 64 377 804 ns run time 00:00:04.491966 Changing the VM state from 'POWERING_OFF' to 'OFF' 00:00:04.493390 Changing the VM state from 'OFF' to 'DESTROYING' 00:00:04.493434 Statistics 00:00:04.493444 /CPUM/MSR-Totals/Reads 0 times 00:00:04.493451 /CPUM/MSR-Totals/ReadsRaisingGP 0 times 00:00:04.493456 /CPUM/MSR-Totals/ReadsUnknown 0 times 00:00:04.493462 /CPUM/MSR-Totals/Writes 0 times 00:00:04.493468 /CPUM/MSR-Totals/WritesRaisingGP 0 times 00:00:04.493473 /CPUM/MSR-Totals/WritesToIgnoredBits 0 times 00:00:04.493478 /CPUM/MSR-Totals/WritesUnknown 0 times 00:00:04.493484 /Devices/8237A/DmaRun 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.493490 /Devices/VMMDev/BalloonChunks 0 count 00:00:04.493496 /Devices/VMMDev/FastIrqAckR3 0 count 00:00:04.493520 /Devices/VMMDev/FastIrqAckRZ 0 count 00:00:04.493531 /Devices/VMMDev/LargeReqBufAllocs 0 count 00:00:04.493537 /Devices/VMMDev/SlowIrqAck 0 count 00:00:04.493545 /Devices/e1000#0/ReceiveBytes 0 bytes 00:00:04.493552 /Devices/e1000#0/TransmitBytes 0 bytes 00:00:04.493557 /Devices/e1000#0/iStatIntLost 0 ns 00:00:04.493561 /Devices/e1000#0/iStatIntLostOne 0 ns 00:00:04.493565 /Devices/e1000#0/u64ArmedAt 0 ns 00:00:04.493569 /Devices/e1000#0/uStatDescCtx 0 ns 00:00:04.493572 /Devices/e1000#0/uStatDescDat 0 ns 00:00:04.493576 /Devices/e1000#0/uStatDescLeg 0 ns 00:00:04.493579 /Devices/e1000#0/uStatInt 0 ns 00:00:04.493583 /Devices/e1000#0/uStatIntEarly 0 ns 00:00:04.493586 /Devices/e1000#0/uStatIntICS 0 ns 00:00:04.493590 /Devices/e1000#0/uStatIntIMS 0 ns 00:00:04.493593 /Devices/e1000#0/uStatIntLate 0 ns 00:00:04.493597 /Devices/e1000#0/uStatIntLower 0 ns 00:00:04.493600 /Devices/e1000#0/uStatIntMasked 0 ns 00:00:04.493604 /Devices/e1000#0/uStatIntRDTR 0 ns 00:00:04.493607 /Devices/e1000#0/uStatIntRXDMT0 0 ns 00:00:04.493611 /Devices/e1000#0/uStatIntRx 0 ns 00:00:04.493614 /Devices/e1000#0/uStatIntSkip 0 ns 00:00:04.493618 /Devices/e1000#0/uStatIntTXQE 0 ns 00:00:04.493621 /Devices/e1000#0/uStatIntTry 0 ns 00:00:04.493625 /Devices/e1000#0/uStatIntTx 0 ns 00:00:04.493629 /Devices/e1000#0/uStatMaxTxDelay 0 ns 00:00:04.493632 /Devices/e1000#0/uStatNoIntICR 0 ns 00:00:04.493636 /Devices/e1000#0/uStatRAD 0 ns 00:00:04.493640 /Devices/e1000#0/uStatRID 0 ns 00:00:04.493643 /Devices/e1000#0/uStatRxFrm 0 ns 00:00:04.493647 /Devices/e1000#0/uStatTAD 0 ns 00:00:04.493650 /Devices/e1000#0/uStatTID 0 ns 00:00:04.493654 /Devices/e1000#0/uStatTx1514 0 ns 00:00:04.493664 /Devices/e1000#0/uStatTx16384 0 ns 00:00:04.493670 /Devices/e1000#0/uStatTx2962 0 ns 00:00:04.493674 /Devices/e1000#0/uStatTx32768 0 ns 00:00:04.493678 /Devices/e1000#0/uStatTx4410 0 ns 00:00:04.493681 /Devices/e1000#0/uStatTx5858 0 ns 00:00:04.493684 /Devices/e1000#0/uStatTx7306 0 ns 00:00:04.493688 /Devices/e1000#0/uStatTx8754 0 ns 00:00:04.493691 /Devices/e1000#0/uStatTxDelayExp 0 ns 00:00:04.493695 /Devices/e1000#0/uStatTxDelayed 0 ns 00:00:04.493699 /Devices/e1000#0/uStatTxFrm 0 ns 00:00:04.493702 /Devices/e1000#0/uStatTxIDE 0 ns 00:00:04.493705 /Devices/e1000#0/uStatTxLarge 0 ns 00:00:04.493709 /Devices/e1000#0/uStatTxNoRS 0 ns 00:00:04.493713 /Devices/hpet/CounterRead4Byte 0 times 00:00:04.493716 /Devices/hpet/CounterRead8Byte 0 times 00:00:04.493720 /Devices/hpet/CounterWriteHigh 0 times 00:00:04.493724 /Devices/hpet/CounterWriteLow 0 times 00:00:04.493728 /Devices/hpet/timer0/SetIrq 0 times 00:00:04.493731 /Devices/hpet/timer0/SetTimer 0 times 00:00:04.493735 /Devices/hpet/timer1/SetIrq 0 times 00:00:04.493739 /Devices/hpet/timer1/SetTimer 0 times 00:00:04.493742 /Devices/hpet/timer2/SetIrq 0 times 00:00:04.493746 /Devices/hpet/timer2/SetTimer 0 times 00:00:04.493750 /Devices/hpet/timer3/SetIrq 0 times 00:00:04.493753 /Devices/hpet/timer3/SetTimer 0 times 00:00:04.493757 /Devices/ichac97/UnimplementedNabmReads 0 times 00:00:04.493761 /Devices/ichac97/UnimplementedNabmWrites 0 times 00:00:04.493765 /Devices/lpc/ConfigReads 30 times 00:00:04.493769 /Devices/lpc/ConfigWrites 7 times 00:00:04.493774 /Devices/lpc/MMIOReads 0 times 00:00:04.493782 /Devices/lpc/MMIOWrites 0 times 00:00:04.493787 /Devices/mc146818/Irq 0 times 00:00:04.493792 /Devices/mc146818/TimerCB 0 times 00:00:04.493798 /Devices/vga/HgmsiMdaCgaAccesses 0 times 00:00:04.493806 /EM/CPU0/ExitHashing/Used 0 times 00:00:04.493812 /EM/CPU0/ExitOpt/Exec 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.493820 /EM/CPU0/ExitOpt/ExecInstructions 0 times 00:00:04.493823 /EM/CPU0/ExitOpt/ExecSavedExit 0 times 00:00:04.493827 /EM/CPU0/ExitOpt/Probe 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.493831 /EM/CPU0/ExitOpt/ProbeInstructions 0 times 00:00:04.493835 /EM/CPU0/ExitOpt/ProbedExecWithMax 0 times 00:00:04.493838 /EM/CPU0/ExitOpt/ProbedNormal 0 times 00:00:04.493841 /EM/CPU0/ExitOpt/ProbedToRing3 0 times 00:00:04.493845 /GMM/ChunkTlbHits 4405 times 00:00:04.493849 /GMM/ChunkTlbMisses 1 times 00:00:04.493860 /GMM/VM/Allocated/cBasePages 545 pages 00:00:04.493864 /GMM/VM/Allocated/cFixedPages 0 pages 00:00:04.493868 /GMM/VM/Allocated/cShadowPages 0 pages 00:00:04.493871 /GMM/VM/Reserved/cBasePages 32926 pages 00:00:04.493875 /GMM/VM/Reserved/cFixedPages 3076 pages 00:00:04.493879 /GMM/VM/Reserved/cShadowPages 1 pages 00:00:04.493883 /GMM/VM/cBalloonedPages 0 pages 00:00:04.493886 /GMM/VM/cMaxBalloonedPages 0 pages 00:00:04.493890 /GMM/VM/cPrivatePages 545 pages 00:00:04.493894 /GMM/VM/cReqActuallyBalloonedPages 0 pages 00:00:04.493898 /GMM/VM/cReqBalloonedPages 0 pages 00:00:04.493901 /GMM/VM/cReqDeflatePages 0 pages 00:00:04.493905 /GMM/VM/cShareableModules 0 count 00:00:04.493909 /GMM/VM/cSharedPages 0 pages 00:00:04.493913 /GMM/VM/enmPolicy 1 00:00:04.493916 /GMM/VM/enmPriority 2 00:00:04.493923 /GMM/VM/fBallooningEnabled false
00:00:04.493927 /GMM/VM/fMayAllocate true
00:00:04.493931 /GMM/VM/fSharedPagingEnabled false
00:00:04.493934 /GMM/cAllocatedPages 545 pages 00:00:04.493938 /GMM/cBalloonedPages 0 pages 00:00:04.493942 /GMM/cChunks 2 count 00:00:04.493946 /GMM/cDuplicatePages 0 pages 00:00:04.493949 /GMM/cFreedChunks 0 count 00:00:04.493953 /GMM/cLeftBehindSharedPages 0 pages 00:00:04.493956 /GMM/cMaxPages 4294967295 pages 00:00:04.493960 /GMM/cOverCommittedPages 0 pages 00:00:04.493964 /GMM/cReservedPages 36003 pages 00:00:04.493968 /GMM/cShareableModules 0 count 00:00:04.493971 /GMM/cSharedPages 0 pages 00:00:04.493975 /GMM/idFreeGeneration 4611686018427387775 00:00:04.494082 /GVMM/EMTs 1 calls 00:00:04.494088 /GVMM/HostCPUs 4 calls 00:00:04.494091 /GVMM/HostCpus/0 0 00:00:04.494095 /GVMM/HostCpus/0/CurTimerHz 0 Hz 00:00:04.494098 /GVMM/HostCpus/0/DesiredHz 0 Hz 00:00:04.494102 /GVMM/HostCpus/0/PPTChanges 0 times 00:00:04.494105 /GVMM/HostCpus/0/PPTStarts 0 times 00:00:04.494109 /GVMM/HostCpus/0/idxCpuSet 0 00:00:04.494112 /GVMM/HostCpus/1 1 00:00:04.494116 /GVMM/HostCpus/1/CurTimerHz 0 Hz 00:00:04.494119 /GVMM/HostCpus/1/DesiredHz 0 Hz 00:00:04.494122 /GVMM/HostCpus/1/PPTChanges 0 times 00:00:04.494126 /GVMM/HostCpus/1/PPTStarts 0 times 00:00:04.494129 /GVMM/HostCpus/1/idxCpuSet 1 00:00:04.494133 /GVMM/HostCpus/2 2 00:00:04.494136 /GVMM/HostCpus/2/CurTimerHz 0 Hz 00:00:04.494140 /GVMM/HostCpus/2/DesiredHz 0 Hz 00:00:04.494143 /GVMM/HostCpus/2/PPTChanges 0 times 00:00:04.494147 /GVMM/HostCpus/2/PPTStarts 0 times 00:00:04.494150 /GVMM/HostCpus/2/idxCpuSet 2 00:00:04.494153 /GVMM/HostCpus/3 3 00:00:04.494157 /GVMM/HostCpus/3/CurTimerHz 0 Hz 00:00:04.494160 /GVMM/HostCpus/3/DesiredHz 0 Hz 00:00:04.494164 /GVMM/HostCpus/3/PPTChanges 0 times 00:00:04.494167 /GVMM/HostCpus/3/PPTStarts 0 times 00:00:04.494171 /GVMM/HostCpus/3/idxCpuSet 3 00:00:04.494174 /GVMM/Sum/HaltBlocking 18 calls 00:00:04.494178 /GVMM/Sum/HaltCalls 311 calls 00:00:04.494182 /GVMM/Sum/HaltNotBlocking 293 calls 00:00:04.494186 /GVMM/Sum/HaltTimeouts 6 calls 00:00:04.494189 /GVMM/Sum/HaltWakeUps 0 calls 00:00:04.494193 /GVMM/Sum/PokeCalls 0 calls 00:00:04.494196 /GVMM/Sum/PokeNotBusy 0 calls 00:00:04.494200 /GVMM/Sum/PollCalls 0 calls 00:00:04.494203 /GVMM/Sum/PollHalts 0 calls 00:00:04.494207 /GVMM/Sum/PollWakeUps 0 calls 00:00:04.494210 /GVMM/Sum/WakeUpCalls 12 calls 00:00:04.494214 /GVMM/Sum/WakeUpNotHalted 6 calls 00:00:04.494217 /GVMM/Sum/WakeUpWakeUps 0 calls 00:00:04.494221 /GVMM/VM/HaltBlocking 18 calls 00:00:04.494224 /GVMM/VM/HaltCalls 311 calls 00:00:04.494228 /GVMM/VM/HaltNotBlocking 293 calls 00:00:04.494231 /GVMM/VM/HaltTimeouts 6 calls 00:00:04.494235 /GVMM/VM/HaltWakeUps 0 calls 00:00:04.494239 /GVMM/VM/PokeCalls 0 calls 00:00:04.494242 /GVMM/VM/PokeNotBusy 0 calls 00:00:04.494246 /GVMM/VM/PollCalls 0 calls 00:00:04.494249 /GVMM/VM/PollHalts 0 calls 00:00:04.494253 /GVMM/VM/PollWakeUps 0 calls 00:00:04.494258 /GVMM/VM/WakeUpCalls 12 calls 00:00:04.494262 /GVMM/VM/WakeUpNotHalted 6 calls 00:00:04.494266 /GVMM/VM/WakeUpWakeUps 0 calls 00:00:04.494270 /GVMM/VMs 1 calls 00:00:04.494276 /HGCM/FailedPageListLocking 0 count 00:00:04.494284 /HGCM/LargeCmdAllocs 0 count 00:00:04.494290 /HGCM/MsgArrival 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494295 /HGCM/MsgCompletion 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494299 /HGCM/MsgTotal 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494303 /HM/CPU0/Exit/HostNmiInGC 0 times 00:00:04.494306 /HM/CPU0/Exit/HostNmiInGCIpi 0 times 00:00:04.494310 /HM/CPU0/Switch/Preempting 0 times 00:00:04.494314 /IEM/CPU0/CodeTlb-Misses 0 count 00:00:04.494317 /IEM/CPU0/CodeTlb-PhysRev ffffffffffff9c00 00:00:04.494321 /IEM/CPU0/CodeTlb-Revision fffff38000000000 00:00:04.494325 /IEM/CPU0/CodeTlb-SlowReads 0 00:00:04.494329 /IEM/CPU0/DataTlb-Misses 0 count 00:00:04.494332 /IEM/CPU0/DataTlb-PhysRev ffffffffffff9c00 00:00:04.494336 /IEM/CPU0/DataTlb-Revision fffff38000000000 00:00:04.494340 /IEM/CPU0/cInstructions 356 count 00:00:04.494344 /IEM/CPU0/cLongJumps 0 bytes 00:00:04.494347 /IEM/CPU0/cPendingCommit 0 bytes 00:00:04.494351 /IEM/CPU0/cPotentialExits 20580 count 00:00:04.494355 /IEM/CPU0/cRetAspectNotImplemented 0 count 00:00:04.494358 /IEM/CPU0/cRetErrStatuses 0 count 00:00:04.494361 /IEM/CPU0/cRetInfStatuses 0 count 00:00:04.494365 /IEM/CPU0/cRetInstrNotImplemented 0 count 00:00:04.494368 /IEM/CPU0/cbWritten 36924 bytes 00:00:04.494372 /IOM/MmioMappingsStale 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494377 /MM/HyperHeap/cbFree 1978800 bytes 00:00:04.494380 /MM/HyperHeap/cbHeap 2096832 bytes 00:00:04.494384 /PDM/BlkCache/cbCached 0 bytes 00:00:04.494387 /PDM/BlkCache/cbCachedFru 0 bytes 00:00:04.494391 /PDM/BlkCache/cbCachedMruIn 0 bytes 00:00:04.494394 /PDM/BlkCache/cbCachedMruOut 0 bytes 00:00:04.494398 /PDM/BlkCache/cbMax 5242880 bytes 00:00:04.494402 /PDM/CritSects/8237A#0Auto/ContentionR3 0 times 00:00:04.494405 /PDM/CritSects/8237A#0Auto/ContentionRZLock 0 times 00:00:04.494409 /PDM/CritSects/8237A#0Auto/ContentionRZUnlock 0 times 00:00:04.494412 /PDM/CritSects/AC'97/ContentionR3 0 times 00:00:04.494416 /PDM/CritSects/AC'97/ContentionRZLock 0 times 00:00:04.494420 /PDM/CritSects/AC'97/ContentionRZUnlock 0 times 00:00:04.494423 /PDM/CritSects/E1000#0/ContentionR3 0 times 00:00:04.494427 /PDM/CritSects/E1000#0/ContentionRZLock 0 times 00:00:04.494430 /PDM/CritSects/E1000#0/ContentionRZUnlock 0 times 00:00:04.494434 /PDM/CritSects/E1000#0RX/ContentionR3 0 times 00:00:04.494437 /PDM/CritSects/E1000#0RX/ContentionRZLock 0 times 00:00:04.494441 /PDM/CritSects/E1000#0RX/ContentionRZUnlock 0 times 00:00:04.494444 /PDM/CritSects/E1000#0TX/ContentionR3 0 times 00:00:04.494448 /PDM/CritSects/E1000#0TX/ContentionRZLock 0 times 00:00:04.494451 /PDM/CritSects/E1000#0TX/ContentionRZUnlock 0 times 00:00:04.494455 /PDM/CritSects/GIMDev#0Auto/ContentionR3 0 times 00:00:04.494458 /PDM/CritSects/GIMDev#0Auto/ContentionRZLock 0 times 00:00:04.494462 /PDM/CritSects/GIMDev#0Auto/ContentionRZUnlock 0 times 00:00:04.494466 /PDM/CritSects/HPET/ContentionR3 0 times 00:00:04.494469 /PDM/CritSects/HPET/ContentionRZLock 0 times 00:00:04.494474 /PDM/CritSects/HPET/ContentionRZUnlock 0 times 00:00:04.494478 /PDM/CritSects/MM-HYPER/ContentionR3 0 times 00:00:04.494482 /PDM/CritSects/MM-HYPER/ContentionRZLock 0 times 00:00:04.494486 /PDM/CritSects/MM-HYPER/ContentionRZUnlock 0 times 00:00:04.494489 /PDM/CritSects/NOP/ContentionR3 0 times 00:00:04.494493 /PDM/CritSects/NOP/ContentionRZLock 0 times 00:00:04.494496 /PDM/CritSects/NOP/ContentionRZUnlock 0 times 00:00:04.494500 /PDM/CritSects/PDM/ContentionR3 0 times 00:00:04.494503 /PDM/CritSects/PDM/ContentionRZLock 0 times 00:00:04.494507 /PDM/CritSects/PDM/ContentionRZUnlock 0 times 00:00:04.494510 /PDM/CritSects/PGM/ContentionR3 0 times 00:00:04.494514 /PDM/CritSects/PGM/ContentionRZLock 0 times 00:00:04.494517 /PDM/CritSects/PGM/ContentionRZUnlock 0 times 00:00:04.494521 /PDM/CritSects/TM Timer Lock/ContentionR3 0 times 00:00:04.494524 /PDM/CritSects/TM Timer Lock/ContentionRZLock 0 times 00:00:04.494528 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock 0 times 00:00:04.494531 /PDM/CritSects/TM VirtualSync Lock/ContentionR3 0 times 00:00:04.494535 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock 0 times 00:00:04.494538 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock 0 times 00:00:04.494542 /PDM/CritSects/VGA#0/ContentionR3 0 times 00:00:04.494546 /PDM/CritSects/VGA#0/ContentionRZLock 0 times 00:00:04.494549 /PDM/CritSects/VGA#0/ContentionRZUnlock 0 times 00:00:04.494552 /PDM/CritSects/VGA#0_IRQ/ContentionR3 0 times 00:00:04.494556 /PDM/CritSects/VGA#0_IRQ/ContentionRZLock 0 times 00:00:04.494559 /PDM/CritSects/VGA#0_IRQ/ContentionRZUnlock 0 times 00:00:04.494563 /PDM/CritSects/VMMDev#0/ContentionR3 0 times 00:00:04.494567 /PDM/CritSects/VMMDev#0/ContentionRZLock 0 times 00:00:04.494572 /PDM/CritSects/VMMDev#0/ContentionRZUnlock 0 times 00:00:04.494580 /PDM/CritSects/acpi#0/ContentionR3 0 times 00:00:04.494583 /PDM/CritSects/acpi#0/ContentionRZLock 0 times 00:00:04.494587 /PDM/CritSects/acpi#0/ContentionRZUnlock 0 times 00:00:04.494591 /PDM/CritSects/lpc#0Auto/ContentionR3 0 times 00:00:04.494594 /PDM/CritSects/lpc#0Auto/ContentionRZLock 0 times 00:00:04.494598 /PDM/CritSects/lpc#0Auto/ContentionRZUnlock 0 times 00:00:04.494601 /PDM/CritSects/mc146818#0Auto/ContentionR3 0 times 00:00:04.494604 /PDM/CritSects/mc146818#0Auto/ContentionRZLock 0 times 00:00:04.494608 /PDM/CritSects/mc146818#0Auto/ContentionRZUnlock 0 times 00:00:04.494611 /PDM/CritSects/pcarch#0Auto/ContentionR3 0 times 00:00:04.494615 /PDM/CritSects/pcarch#0Auto/ContentionRZLock 0 times 00:00:04.494618 /PDM/CritSects/pcarch#0Auto/ContentionRZUnlock 0 times 00:00:04.494622 /PDM/CritSects/pcbios#0Auto/ContentionR3 0 times 00:00:04.494625 /PDM/CritSects/pcbios#0Auto/ContentionRZLock 0 times 00:00:04.494629 /PDM/CritSects/pcbios#0Auto/ContentionRZUnlock 0 times 00:00:04.494632 /PDM/CritSects/pckbd#0Auto/ContentionR3 0 times 00:00:04.494636 /PDM/CritSects/pckbd#0Auto/ContentionRZLock 0 times 00:00:04.494639 /PDM/CritSects/pckbd#0Auto/ContentionRZUnlock 0 times 00:00:04.494643 /PDM/CritSects/pit#0/ContentionR3 0 times 00:00:04.494646 /PDM/CritSects/pit#0/ContentionRZLock 0 times 00:00:04.494650 /PDM/CritSects/pit#0/ContentionRZUnlock 0 times 00:00:04.494653 /PDM/CritSects/smc#0Auto/ContentionR3 0 times 00:00:04.494657 /PDM/CritSects/smc#0Auto/ContentionRZLock 0 times 00:00:04.494660 /PDM/CritSects/smc#0Auto/ContentionRZUnlock 0 times 00:00:04.494663 /PDM/CritSectsRw/IOM Lock/ContentionR3EnterExcl 0 times 00:00:04.494667 /PDM/CritSectsRw/IOM Lock/ContentionR3EnterShared 0 times 00:00:04.494671 /PDM/CritSectsRw/IOM Lock/ContentionRZEnterExcl 0 times 00:00:04.494674 /PDM/CritSectsRw/IOM Lock/ContentionRZEnterShared 0 times 00:00:04.494679 /PDM/CritSectsRw/IOM Lock/ContentionRZLeaveExcl 0 times 00:00:04.494683 /PDM/CritSectsRw/IOM Lock/ContentionRZLeaveShared 0 times 00:00:04.494686 /PDM/CritSectsRw/IOM Lock/R3EnterExcl 68 times 00:00:04.494690 /PDM/CritSectsRw/IOM Lock/R3EnterShared 172 times 00:00:04.494693 /PDM/CritSectsRw/IOM Lock/RZEnterExcl 0 times 00:00:04.494697 /PDM/CritSectsRw/IOM Lock/RZEnterShared 3377 times 00:00:04.494701 /PDM/Queue/DevHlp/AllocFailures 0 times 00:00:04.494704 /PDM/Queue/DevHlp/Flush 0 calls 00:00:04.494708 /PDM/Queue/DevHlp/FlushLeftovers 0 times 00:00:04.494711 /PDM/Queue/DevHlp/Insert 0 calls 00:00:04.494715 /PDM/Queue/DevHlp/cItems 8 count 00:00:04.494718 /PDM/Queue/DevHlp/cbItem 64 bytes 00:00:04.494722 /PDM/Queue/Keyboard/AllocFailures 0 times 00:00:04.494725 /PDM/Queue/Keyboard/Flush 0 calls 00:00:04.494729 /PDM/Queue/Keyboard/FlushLeftovers 0 times 00:00:04.494732 /PDM/Queue/Keyboard/Insert 0 calls 00:00:04.494736 /PDM/Queue/Keyboard/cItems 64 count 00:00:04.494739 /PDM/Queue/Keyboard/cbItem 32 bytes 00:00:04.494744 /PDM/Queue/Mouse/AllocFailures 0 times 00:00:04.494751 /PDM/Queue/Mouse/Flush 0 calls 00:00:04.494756 /PDM/Queue/Mouse/FlushLeftovers 0 times 00:00:04.494761 /PDM/Queue/Mouse/Insert 0 calls 00:00:04.494766 /PDM/Queue/Mouse/cItems 128 count 00:00:04.494771 /PDM/Queue/Mouse/cbItem 48 bytes 00:00:04.494775 /PDM/Tasks/000-E1000-Xmit-retriggered 0 times 00:00:04.494778 /PDM/Tasks/000-E1000-Xmit-runs 0 times 00:00:04.494782 /PGM/CPU0/cA20Changes 1 times 00:00:04.494785 /PGM/CPU0/cGuestModeChanges 4 times 00:00:04.494789 /PGM/ChunkR3Map/Mapped 2 count 00:00:04.494793 /PGM/ChunkR3Map/Unmapped 0 count 00:00:04.494796 /PGM/ChunkR3Map/c 2 count 00:00:04.494800 /PGM/ChunkR3Map/cMax 4294967295 count 00:00:04.494804 /PGM/LargePage/Recheck 0 times 00:00:04.494807 /PGM/LargePage/Refused 1 times 00:00:04.494811 /PGM/LargePage/Reused 0 times 00:00:04.494816 /PGM/Page/cAllPages 35913 count 00:00:04.494820 /PGM/Page/cBalloonedPages 0 count 00:00:04.494824 /PGM/Page/cHandyPages 55 count 00:00:04.494827 /PGM/Page/cLargePages 0 count 00:00:04.494831 /PGM/Page/cLargePagesDisabled 0 count 00:00:04.494834 /PGM/Page/cMonitoredPages 0 count 00:00:04.494838 /PGM/Page/cPrivatePages 3566 count 00:00:04.494842 /PGM/Page/cPureMmioPages 39 count 00:00:04.494845 /PGM/Page/cReadLockedPages 0 count 00:00:04.494849 /PGM/Page/cReusedSharedPages 0 count 00:00:04.494852 /PGM/Page/cSharedPages 0 count 00:00:04.494858 /PGM/Page/cWriteLockedPages 0 count 00:00:04.494862 /PGM/Page/cWrittenToPages 0 count 00:00:04.494865 /PGM/Page/cZeroPages 32308 count 00:00:04.494872 /PGM/Pool/Grow 335071 ticks ( 335071 ticks, 1 times, max 335071, min 335071) 00:00:04.494877 /PGM/ShMod/Check 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494881 /PGM/cRelocations 0 times 00:00:04.494884 /PROF/CPU0/EM/Capped 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494888 /PROF/CPU0/EM/ForcedActions 14 times 00:00:04.494892 /PROF/CPU0/EM/Halted 9 times 00:00:04.494895 /PROF/CPU0/EM/NEMExec 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494899 /PROF/CPU0/EM/NEMExecuteCalled 0 times 00:00:04.494903 /PROF/CPU0/EM/RAWTotal 0 times 00:00:04.494908 /PROF/CPU0/EM/REMTotal 0 times 00:00:04.494912 /PROF/CPU0/EM/RecordedExits 3746 times 00:00:04.494916 /PROF/CPU0/EM/Total 547814104 ticks/call ( 547814104 ticks, 1 times, max 547814104, min 547814104) 00:00:04.494921 /PROF/CPU0/VM/Halt/Block 266218 ns/call ( 80131854 ticks, 301 times, max 14488377, min 1422) 00:00:04.494925 /PROF/CPU0/VM/Halt/BlockInsomnia 147163 ns/call ( 43560463 ticks, 296 times, max 13093590, min 1422) 00:00:04.494930 /PROF/CPU0/VM/Halt/BlockOnTime 2992 ns/call ( 5985 ticks, 2 times, max 4182, min 1803) 00:00:04.494934 /PROF/CPU0/VM/Halt/BlockOverslept 597625 ns/call ( 1792876 ticks, 3 times, max 723216, min 434142) 00:00:04.494939 /PROF/CPU0/VM/Halt/R0HaltBlock 2025773 ns/call ( 16206188 ticks, 8 times, max 13811585, min 2171) 00:00:04.494943 /PROF/CPU0/VM/Halt/R0HaltBlockInsomnia 342086 ns/call ( 2394603 ticks, 7 times, max 2377088, min 2171) 00:00:04.494947 /PROF/CPU0/VM/Halt/R0HaltBlockOnTime 0 ns/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494951 /PROF/CPU0/VM/Halt/R0HaltBlockOverslept 140939 ns/call ( 140939 ticks, 1 times, max 140939, min 140939) 00:00:04.494955 /PROF/CPU0/VM/Halt/R0HaltExec 0 times 00:00:04.494959 /PROF/CPU0/VM/Halt/R0HaltExec/FromBlock 0 times 00:00:04.494962 /PROF/CPU0/VM/Halt/R0HaltExec/FromSpin 0 times 00:00:04.494966 /PROF/CPU0/VM/Halt/R0HaltHistoryCounter 8 times 00:00:04.494969 /PROF/CPU0/VM/Halt/R0HaltHistorySucceeded 0 times 00:00:04.494973 /PROF/CPU0/VM/Halt/R0HaltHistoryToRing3 8 times 00:00:04.494976 /PROF/CPU0/VM/Halt/Timers 1553 ns/call ( 706922 ticks, 455 times, max 195139, min 260) 00:00:04.494981 /PROF/CPU0/VM/Halt/Yield 0 ns/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.494985 /Public/NetAdapter/0/BytesReceived 0 bytes 00:00:04.494988 /Public/NetAdapter/0/BytesTransmitted 0 bytes 00:00:04.494992 /Public/NetAdapter/0/e1000 0 00:00:04.494995 /SELM/LoadHidSel/GstReadErrors 0 times 00:00:04.494999 /SELM/LoadHidSel/NoGoodGuest 0 times 00:00:04.495003 /TM/CPU/00/cNsExecuting 3221934 ns 00:00:04.495006 /TM/CPU/00/cNsHalted 80957855 ns 00:00:04.495010 /TM/CPU/00/cNsOther 117827075 ns 00:00:04.495014 /TM/CPU/00/cNsTotal 202006864 ns 00:00:04.495017 /TM/CPU/00/cPeriodsExecuting 3746 count 00:00:04.495021 /TM/CPU/00/cPeriodsHalted 9 count 00:00:04.495025 /TM/CPU/00/pctExecuting 0 % 00:00:04.495028 /TM/CPU/00/pctHalted 0 % 00:00:04.495032 /TM/CPU/00/pctOther 0 % 00:00:04.495035 /TM/CPU/pctExecuting 0 % 00:00:04.495039 /TM/CPU/pctHalted 0 % 00:00:04.495042 /TM/CPU/pctOther 0 % 00:00:04.495046 /TM/MaxHzHint 0 Hz 00:00:04.495050 /TM/PIT/Handler 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:04.495054 /TM/PIT/Irq 0 times 00:00:04.495058 /TM/TSC/offCPU0 0 ticks 00:00:04.495062 /TM/VirtualSync/CurrentOffset 92 ns 00:00:04.495066 ***** End of statistics ** 00:00:04.497597 NAT: Zone(nm:mbuf_cluster, used:0) 00:00:04.498369 NAT: Zone(nm:mbuf_packet, used:0) 00:00:04.498392 NAT: Zone(nm:mbuf, used:0) 00:00:04.498569 NAT: Zone(nm:mbuf_jumbo_pagesize, used:0) 00:00:04.499272 NAT: Zone(nm:mbuf_jumbo_9k, used:0) 00:00:04.499745 NAT: Zone(nm:mbuf_jumbo_16k, used:0) 00:00:04.499991 NAT: Zone(nm:mbuf_ext_refcnt, used:0) 00:00:04.500077 E1000#0: Interrupt attempts: 0 00:00:04.500083 E1000#0: Interrupts raised : 0 00:00:04.500088 E1000#0: Interrupts lowered: 0 00:00:04.500098 E1000#0: ICR outside ISR : 0 00:00:04.500114 E1000#0: IMS raised ints : 0 00:00:04.500119 E1000#0: Interrupts skipped: 0 00:00:04.500123 E1000#0: Masked interrupts : 0 00:00:04.500128 E1000#0: Early interrupts : 0 00:00:04.500133 E1000#0: Late interrupts : 0 00:00:04.500137 E1000#0: Lost interrupts : 0 00:00:04.500142 E1000#0: Interrupts by RX : 0 00:00:04.500146 E1000#0: Interrupts by TX : 0 00:00:04.500151 E1000#0: Interrupts by ICS : 0 00:00:04.500155 E1000#0: Interrupts by RDTR: 0 00:00:04.500160 E1000#0: Interrupts by RDMT: 0 00:00:04.500164 E1000#0: Interrupts by TXQE: 0 00:00:04.500169 E1000#0: TX int delay asked: 0 00:00:04.500173 E1000#0: TX delayed: 0 00:00:04.500178 E1000#0: TX delay expired: 0 00:00:04.500182 E1000#0: TX no report asked: 0 00:00:04.500186 E1000#0: TX abs timer expd : 0 00:00:04.500191 E1000#0: TX int timer expd : 0 00:00:04.500196 E1000#0: RX abs timer expd : 0 00:00:04.500200 E1000#0: RX int timer expd : 0 00:00:04.500204 E1000#0: TX CTX descriptors: 0 00:00:04.500209 E1000#0: TX DAT descriptors: 0 00:00:04.500213 E1000#0: TX LEG descriptors: 0 00:00:04.500218 E1000#0: Received frames : 0 00:00:04.500222 E1000#0: Transmitted frames: 0 00:00:04.500227 E1000#0: TX frames up to 1514: 0 00:00:04.500231 E1000#0: TX frames up to 2962: 0 00:00:04.500236 E1000#0: TX frames up to 4410: 0 00:00:04.500240 E1000#0: TX frames up to 5858: 0 00:00:04.500245 E1000#0: TX frames up to 7306: 0 00:00:04.500249 E1000#0: TX frames up to 8754: 0 00:00:04.500254 E1000#0: TX frames up to 16384: 0 00:00:04.500258 E1000#0: TX frames up to 32768: 0 00:00:04.500263 E1000#0: Larger TX frames : 0 00:00:04.500267 E1000#0: Max TX Delay : 0 00:00:04.501642 Changing the VM state from 'DESTROYING' to 'TERMINATED' 00:00:04.502912 Console: Machine state changed to 'PoweredOff' 00:00:04.791541 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 800x600 00:00:04.791644 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0 00:00:04.792387 GUI: UIFrameBufferPrivate::performResize: Size=720x400, Using fallback buffer since no source bitmap is provided 00:00:04.810063 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={The virtual machine is being powered down}, preserve=false aResultDetail=0 00:00:04.816608 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={The virtual machine is being powered down}, preserve=false aResultDetail=0 00:00:04.833784 GUI: Request to close Runtime UI because VM is powered off already. 00:00:04.833836 GUI: Passing request to close Runtime UI from machine-logic to UI session. 00:00:04.838995 GUI: Aborting startup due to invalid machine state detected: 1 ################################################################################ vminfo name="macOS" groups="/" ostype="macOS 10.13 High Sierra (64-bit)" UUID="c4870e28-7696-4580-8baa-df66653b23e1" CfgFile="C:\Users\lukem\VirtualBox VMs\macOS\macOS.vbox" SnapFldr="C:\Users\lukem\VirtualBox VMs\macOS\Snapshots" LogFldr="C:\Users\lukem\VirtualBox VMs\macOS\Logs" hardwareuuid="c4870e28-7696-4580-8baa-df66653b23e1" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=100 hpet="off" cpu-profile="host" chipset="ich9" firmware="EFI" cpus=2 pae="on" longmode="on" triplefaultreset="off" apic="on" x2apic="off" nested-hw-virt="off" cpuid-portability-level=0 bootmenu="messageandmenu" boot1="none" boot2="none" boot3="none" boot4="none" acpi="on" ioapic="on" biosapic="apic" biossystemtimeoffset=0 BIOS NVRAM File="C:\Users\lukem\VirtualBox VMs\macOS\macOS.nvram" rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" paravirtprovider="default" effparavirtprovider="minimal" VMState="poweroff" VMStateChangeTime="2020-12-14T05:31:51.175000000" graphicscontroller="vboxvga" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" vmprocpriority="default" storagecontrollername0="SATA" storagecontrollertype0="IntelAhci" storagecontrollerinstance0="0" storagecontrollermaxportcount0="30" storagecontrollerportcount0="30" storagecontrollerbootable0="on" "SATA-0-0"="none" "SATA-1-0"="C:\Users\lukem\Catalina_bootable_installer.vdi" "SATA-ImageUUID-1-0"="009bd815-b301-4ee0-b5b3-780bfbf5e254" "SATA-2-0"="none" "SATA-3-0"="none" "SATA-4-0"="none" "SATA-5-0"="none" "SATA-6-0"="none" "SATA-7-0"="none" "SATA-8-0"="none" "SATA-9-0"="none" "SATA-10-0"="none" "SATA-11-0"="none" "SATA-12-0"="none" "SATA-13-0"="none" "SATA-14-0"="none" "SATA-15-0"="none" "SATA-16-0"="none" "SATA-17-0"="none" "SATA-18-0"="none" "SATA-19-0"="none" "SATA-20-0"="none" "SATA-21-0"="none" "SATA-22-0"="none" "SATA-23-0"="none" "SATA-24-0"="none" "SATA-25-0"="none" "SATA-26-0"="none" "SATA-27-0"="none" "SATA-28-0"="none" "SATA-29-0"="none" natnet1="nat" macaddress1="080027EA9A69" cableconnected1="on" nic1="nat" nictype1="82545EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" nic9="none" nic10="none" nic11="none" nic12="none" nic13="none" nic14="none" nic15="none" nic16="none" nic17="none" nic18="none" nic19="none" nic20="none" nic21="none" nic22="none" nic23="none" nic24="none" nic25="none" nic26="none" nic27="none" nic28="none" nic29="none" nic30="none" nic31="none" nic32="none" nic33="none" nic34="none" nic35="none" nic36="none" hidpointing="usbtablet" hidkeyboard="usbkbd" uart1="off" uart2="off" uart3="off" uart4="off" lpt1="off" lpt2="off" audio="dsound" audio_out="off" audio_in="off" clipboard="disabled" draganddrop="disabled" vrde="off" usb="on" ehci="off" xhci="off" videocap="off" videocapaudio="off" capturescreens="" capturefilename="C:\Users\lukem\VirtualBox VMs\macOS\macOS.webm" captureres="1024x768" capturevideorate=512 capturevideofps=25 captureopts="" GuestMemoryBalloon=0 Key: GUI/LastNormalWindowPosition, Value: 590,338,360,243 Key: VBoxInternal/Devices/efi/0/Config/DmiBIOSVersion, Value: string:MBP7.89 Key: VBoxInternal/Devices/efi/0/Config/DmiBoardProduct, Value: Mac-3CBD00234E554E41 Key: VBoxInternal/Devices/efi/0/Config/DmiBoardSerial, Value: NO_LOGIC_BOARD_SN Key: VBoxInternal/Devices/efi/0/Config/DmiOEMVBoxRev, Value: string:.23.45.6 Key: VBoxInternal/Devices/efi/0/Config/DmiOEMVBoxVer, Value: string:1 Key: VBoxInternal/Devices/efi/0/Config/DmiSystemFamily, Value: MacBook Pro Key: VBoxInternal/Devices/efi/0/Config/DmiSystemProduct, Value: MacBookPro11,2 Key: VBoxInternal/Devices/efi/0/Config/DmiSystemSerial, Value: NO_DEVICE_SN Key: VBoxInternal/Devices/efi/0/Config/DmiSystemUuid, Value: CAFECAFE-CAFE-CAFE-CAFE-DECAFFDECAFF Key: VBoxInternal/Devices/efi/0/Config/DmiSystemVendor, Value: Apple Inc. Key: VBoxInternal/Devices/efi/0/Config/DmiSystemVersion, Value: 1.0 Key: VBoxInternal/Devices/smc/0/Config/DeviceKey, Value: ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc Key: VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC, Value: 0 Key: VBoxInternal2/EfiGraphicsResolution, Value: 1280x800 ################################################################################ md5 hashes 363aafb01775d361c3c95a3b4540e44f Catalina_BaseSystem.chunklist e8b106cc85ac71f2eb2fe2e4eb62357c Catalina_BaseSystem.dmg 9b3d593038fca86c55657e57c76e5b26 Catalina_BaseSystem.vdi 37f6018df93ece4a57a7ddffad1edf2b Catalina_InstallESD.part00 bd88dccae42d172c5f853e7c90d392bf Catalina_InstallESD.part01 7797b9b9155e6fe36f1c913a1332cb1e Catalina_InstallESD.part02 8fc9fff5b3da0caa1d58dba49ba782d9 Catalina_InstallESD.part03 183bee8a87c8ed75188cc2904e55d9d6 Catalina_InstallESD.part04 d97a3411ff914786a28cfb09de964a38 Catalina_InstallESD.part05 72e32b668be86afcda65a07818f73c64 Catalina_InstallESD.part06 fbb62a5a148c3ffb567f9d99ff1cf11d Catalina_InstallESD.part07 c39544720166ae77fd4795340c166289 Catalina_InstallESDDmg.pkg 81d00dfb92442baad965fdfba77e4d92 Catalina_InstallInfo.plist 422384c9eb4d599f2dd4e8f0b62c31d9 Catalina_AppleDiagnostics.chunklist b03b3beaa4db7dbee013f45d94096842 *Catalina_AppleDiagnostics.dmg ################################################################################

myspaghetti commented 3 years ago

The troubleshooting log shows that the script was modified, I'll only troubleshoot the release or latest commit version of the script.

Other than that, are you running the script on Cygwin version 3.1.7? Please execute cygcheck -V to make sure.

no5764 commented 3 years ago

The script was only modified to change the way newlines were being read in cygwin and yes I am using version 3.1.7 Should I change the "local uuid="$(xxd -p -l 16 /dev/urandom)"" line and set uuid equal to some hex number instead?

no5764 commented 3 years ago

Nevermind, that just throws a "not a valid identifier error". I guess I am just wondering where I can override that random number that is being generated.

myspaghetti commented 3 years ago

For troubleshooting please download the latest commit version of the script and execute it unmodified from Cygwin mintty on Cygwin bash so I can know what I'm troubleshooting.

/dev/urandom is baked into Cygwin (and WSL and macOS and most modern Linux distros). Executing xxd -p -l 16 /dev/urandom should output 16 (pseudo-)random bytes in hex nibbles to stdout. The only reason I can think of that it's not found is that the script is not running in Cygwin bash but some other implementation of bash, possibly git-bash.

Yes, you can replace "$(xxd -p -l 16 /dev/urandom)" with any 16-byte random string of 32 hex characters.

no5764 commented 3 years ago

I am running the most up to date script on mintty(cygwin). I am not sure why urandom is not being found.

################################################################################

!/bin/bash

Push-button installer of macOS on VirtualBox

(c) myspaghetti, licensed under GPL2.0 or higher

url: https://github.com/myspaghetti/macos-virtualbox

version 0.98.1

2f648e518e7e8391e7351c8b91eec0aa *- ################################################################################ BASH_VERSION 4.4.12(3)-release VBOX_VERSION 6.1.16r140961 OS VERSION Microsoft Windows [Version 10.0.19041.630] ################################################################################ vbox.log 00:00:08.336078 VirtualBox VM 6.1.16 r140961 win.amd64 (Oct 16 2020 16:33:17) release log 00:00:08.336136 Log opened 2020-12-15T19:07:26.117514800Z 00:00:08.336138 Build Type: release 00:00:08.336145 OS Product: Windows 10 00:00:08.336147 OS Release: 10.0.19041 00:00:08.336148 OS Service Pack: 00:00:08.552302 DMI Product Name: Surface Book 2 00:00:08.562019 DMI Product Version: 124000000000000000000000D:0B:09K:0F:5C:09P:38 00:00:08.562046 Firmware type: UEFI 00:00:08.562850 Secure Boot: VERR_PRIVILEGE_NOT_HELD 00:00:08.562887 Host RAM: 8113MB (7.9GB) total, 3814MB (3.7GB) available 00:00:08.562892 Executable: C:\Program Files\Oracle\VirtualBox\VirtualBoxVM.exe 00:00:08.562893 Process ID: 8780 00:00:08.562894 Package type: WINDOWS_64BITS_GENERIC 00:00:08.564384 Installed Extension Packs: 00:00:08.564413 None installed! 00:00:08.566203 Console: Machine state changed to 'Starting' 00:00:08.567082 Qt version: 5.6.2 00:00:08.576184 GUI: UIMediumEnumerator: Medium-enumeration finished! 00:00:08.945072 SUP: seg #0: R 0x00000000 LB 0x00001000 00:00:08.945087 SUP: seg #1: R X 0x00001000 LB 0x0010a000 00:00:08.945092 SUP: seg #2: R 0x0010b000 LB 0x0004a000 00:00:08.945097 SUP: seg #3: RW 0x00155000 LB 0x00013000 00:00:08.945101 SUP: seg #4: R 0x00168000 LB 0x0000f000 00:00:08.945105 SUP: seg #5: RW 0x00177000 LB 0x00003000 00:00:08.945109 SUP: seg #6: R 0x0017a000 LB 0x0000b000 00:00:08.945113 SUP: seg #7: RWX 0x00185000 LB 0x00002000 00:00:08.945118 SUP: seg #8: R 0x00187000 LB 0x00007000 00:00:08.945772 SUP: Loaded VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader 00:00:08.945811 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX 00:00:08.945821 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xXXXXXXXXXXXXXXXX 00:00:08.947297 Guest OS type: 'MacOS1013_64' 00:00:08.947830 Using MWAIT extensions 00:00:08.948150 fHMForced=true - No raw-mode support in this build! 00:00:08.998246 Shared Clipboard: Service loaded 00:00:08.998267 Shared Clipboard: Mode: Off 00:00:08.998636 Shared Clipboard: Service running in normal mode 00:00:09.026687 Drag and drop service loaded 00:00:09.026706 Drag and drop mode: Off 00:00:09.028863 CFGM dump 00:00:09.028867 [/] (level 0) 00:00:09.028872 CpuExecutionCap = 0x0000000000000064 (100) 00:00:09.028875 EnablePAE = 0x0000000000000001 (1) 00:00:09.028878 HMEnabled = 0x0000000000000001 (1) 00:00:09.028879 MemBalloonSize = 0x0000000000000000 (0) 00:00:09.028881 Name = "macOS" (cb=6) 00:00:09.028883 NumCPUs = 0x0000000000000001 (1) 00:00:09.028884 PageFusionAllowed = 0x0000000000000000 (0) 00:00:09.028886 RamHoleSize = 0x0000000020000000 (536 870 912, 512 MB) 00:00:09.028889 RamSize = 0x0000000008000000 (134 217 728, 128 MB) 00:00:09.028893 TimerMillies = 0x000000000000000a (10) 00:00:09.028895 UUID = "4d 1c ad 14 3e 31 f0 42 a6 a4 96 94 c2 74 aa 5f" (cb=16) 00:00:09.028958 00:00:09.028959 [/CPUM/] (level 1) 00:00:09.028962 GuestCpuName = "host" (cb=5) 00:00:09.029021 NestedHWVirt = 0x0000000000000000 (0) 00:00:09.029022 PortableCpuIdLevel = 0x0000000000000000 (0) 00:00:09.029023 SpecCtrl = 0x0000000000000000 (0) 00:00:09.029025 00:00:09.029025 [/CPUM/IsaExts/] (level 2) 00:00:09.029027 MWaitExtensions = 0x0000000000000001 (1) 00:00:09.029028 00:00:09.029028 [/DBGC/] (level 1) 00:00:09.029030 GlobalInitScript = "C:\Users\lukem.VirtualBox/dbgc-init" (cb=37) 00:00:09.029033 HistoryFile = "C:\Users\lukem.VirtualBox/dbgc-history" (cb=40) 00:00:09.029035 LocalInitScript = "C:\Users\lukem\VirtualBox VMs\macOS/dbgc-init" (cb=46) 00:00:09.029040 00:00:09.029040 [/DBGF/] (level 1) 00:00:09.029043 Path = "C:\Users\lukem\VirtualBox VMs\macOS/debug/;C:\Users\lukem\VirtualBox VMs\macOS/;cache*C:\Users\lukem\VirtualBox VMs\macOS/dbgcache/;C:\Users\lukem\" (cb=148) 00:00:09.029045 00:00:09.029046 [/Devices/] (level 1) 00:00:09.029048 00:00:09.029048 [/Devices/8237A/] (level 2) 00:00:09.029050 00:00:09.029051 [/Devices/8237A/0/] (level 3) 00:00:09.029054 Trusted = 0x0000000000000001 (1) 00:00:09.029056 00:00:09.029056 [/Devices/GIMDev/] (level 2) 00:00:09.029059 00:00:09.029059 [/Devices/GIMDev/0/] (level 3) 00:00:09.029061 Trusted = 0x0000000000000001 (1) 00:00:09.029063 00:00:09.029064 [/Devices/VMMDev/] (level 2) 00:00:09.029066 00:00:09.029067 [/Devices/VMMDev/0/] (level 3) 00:00:09.029069 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029072 PCIDeviceNo = 0x0000000000000004 (4) 00:00:09.029074 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029076 Trusted = 0x0000000000000001 (1) 00:00:09.029078 00:00:09.029078 [/Devices/VMMDev/0/Config/] (level 4) 00:00:09.029098 GuestCoreDumpDir = "C:\Users\lukem\VirtualBox VMs\macOS\Snapshots" (cb=46) 00:00:09.029105 00:00:09.029107 [/Devices/VMMDev/0/LUN#0/] (level 4) 00:00:09.029111 Driver = "HGCM" (cb=5) 00:00:09.029115 00:00:09.029115 [/Devices/VMMDev/0/LUN#0/Config/] (level 5) 00:00:09.029121 Object = 0x0000000006ed07b0 (116 197 296) 00:00:09.029124 00:00:09.029124 [/Devices/VMMDev/0/LUN#999/] (level 4) 00:00:09.029126 Driver = "MainStatus" (cb=11) 00:00:09.029128 00:00:09.029128 [/Devices/VMMDev/0/LUN#999/Config/] (level 5) 00:00:09.029130 First = 0x0000000000000000 (0) 00:00:09.029132 Last = 0x0000000000000000 (0) 00:00:09.029133 papLeds = 0x0000000001f82490 (33 039 504) 00:00:09.029135 00:00:09.029136 [/Devices/acpi/] (level 2) 00:00:09.029137 00:00:09.029138 [/Devices/acpi/0/] (level 3) 00:00:09.029140 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029142 PCIDeviceNo = 0x0000000000000007 (7) 00:00:09.029143 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029144 Trusted = 0x0000000000000001 (1) 00:00:09.029145 00:00:09.029146 [/Devices/acpi/0/Config/] (level 4) 00:00:09.029150 CpuHotPlug = 0x0000000000000000 (0) 00:00:09.029152 FdcEnabled = 0x0000000000000000 (0) 00:00:09.029155 HostBusPciAddress = 0x0000000000000000 (0) 00:00:09.029157 HpetEnabled = 0x0000000000000001 (1) 00:00:09.029165 IOAPIC = 0x0000000000000001 (1) 00:00:09.029169 IocPciAddress = 0x0000000000010000 (65 536) 00:00:09.029172 NicPciAddress = 0x0000000000110000 (1 114 112) 00:00:09.029176 NumCPUs = 0x0000000000000001 (1) 00:00:09.029179 Parallel0IoPortBase = 0x0000000000000000 (0) 00:00:09.029181 Parallel0Irq = 0x0000000000000000 (0) 00:00:09.029184 Parallel1IoPortBase = 0x0000000000000000 (0) 00:00:09.029187 Parallel1Irq = 0x0000000000000000 (0) 00:00:09.029189 Serial0IoPortBase = 0x0000000000000000 (0) 00:00:09.029192 Serial0Irq = 0x0000000000000000 (0) 00:00:09.029199 Serial1IoPortBase = 0x0000000000000000 (0) 00:00:09.029202 Serial1Irq = 0x0000000000000000 (0) 00:00:09.029206 ShowCpu = 0x0000000000000001 (1) 00:00:09.029210 ShowRtc = 0x0000000000000001 (1) 00:00:09.029215 SmcEnabled = 0x0000000000000001 (1) 00:00:09.029218 00:00:09.029219 [/Devices/acpi/0/LUN#0/] (level 4) 00:00:09.029225 Driver = "ACPIHost" (cb=9) 00:00:09.029228 00:00:09.029229 [/Devices/acpi/0/LUN#0/Config/] (level 5) 00:00:09.029235 00:00:09.029240 [/Devices/apic/] (level 2) 00:00:09.029244 00:00:09.029245 [/Devices/apic/0/] (level 3) 00:00:09.029248 Trusted = 0x0000000000000001 (1) 00:00:09.029256 00:00:09.029257 [/Devices/apic/0/Config/] (level 4) 00:00:09.029261 IOAPIC = 0x0000000000000001 (1) 00:00:09.029263 Mode = 0x0000000000000002 (2) 00:00:09.029265 NumCPUs = 0x0000000000000001 (1) 00:00:09.029266 00:00:09.029267 [/Devices/e1000/] (level 2) 00:00:09.029269 00:00:09.029269 [/Devices/e1000/0/] (level 3) 00:00:09.029272 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029288 PCIDeviceNo = 0x0000000000000011 (17) 00:00:09.029290 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029291 Trusted = 0x0000000000000001 (1) 00:00:09.029292 00:00:09.029292 [/Devices/e1000/0/Config/] (level 4) 00:00:09.029294 AdapterType = 0x0000000000000002 (2) 00:00:09.029295 CableConnected = 0x0000000000000001 (1) 00:00:09.029296 LineSpeed = 0x0000000000000000 (0) 00:00:09.029297 MAC = "08 00 27 59 d4 2b" (cb=6) 00:00:09.029300 00:00:09.029300 [/Devices/e1000/0/LUN#0/] (level 4) 00:00:09.029302 Driver = "NAT" (cb=4) 00:00:09.029303 00:00:09.029303 [/Devices/e1000/0/LUN#0/Config/] (level 5) 00:00:09.029305 AliasMode = 0x0000000000000000 (0) 00:00:09.029306 BootFile = "macOS.pxe" (cb=10) 00:00:09.029307 DNSProxy = 0x0000000000000000 (0) 00:00:09.029309 Network = "10.0.2.0/24" (cb=12) 00:00:09.029310 PassDomain = 0x0000000000000001 (1) 00:00:09.029311 TFTPPrefix = "C:\Users\lukem.VirtualBox\TFTP" (cb=32) 00:00:09.029312 UseHostResolver = 0x0000000000000000 (0) 00:00:09.029313 00:00:09.029314 [/Devices/e1000/0/LUN#999/] (level 4) 00:00:09.029315 Driver = "MainStatus" (cb=11) 00:00:09.029316 00:00:09.029316 [/Devices/e1000/0/LUN#999/Config/] (level 5) 00:00:09.029318 First = 0x0000000000000000 (0) 00:00:09.029319 Last = 0x0000000000000000 (0) 00:00:09.029320 papLeds = 0x0000000001f82370 (33 039 216) 00:00:09.029322 00:00:09.029322 [/Devices/hpet/] (level 2) 00:00:09.029323 00:00:09.029324 [/Devices/hpet/0/] (level 3) 00:00:09.029325 Trusted = 0x0000000000000001 (1) 00:00:09.029326 00:00:09.029326 [/Devices/hpet/0/Config/] (level 4) 00:00:09.029328 ICH9 = 0x0000000000000000 (0) 00:00:09.029329 00:00:09.029329 [/Devices/i8254/] (level 2) 00:00:09.029330 00:00:09.029331 [/Devices/i8254/0/] (level 3) 00:00:09.029332 00:00:09.029332 [/Devices/i8254/0/Config/] (level 4) 00:00:09.029333 00:00:09.029334 [/Devices/i8259/] (level 2) 00:00:09.029335 00:00:09.029335 [/Devices/i8259/0/] (level 3) 00:00:09.029336 Trusted = 0x0000000000000001 (1) 00:00:09.029337 00:00:09.029338 [/Devices/i8259/0/Config/] (level 4) 00:00:09.029339 00:00:09.029339 [/Devices/ichac97/] (level 2) 00:00:09.029340 00:00:09.029341 [/Devices/ichac97/0/] (level 3) 00:00:09.029342 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029343 PCIDeviceNo = 0x0000000000000005 (5) 00:00:09.029344 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029345 Trusted = 0x0000000000000001 (1) 00:00:09.029346 00:00:09.029347 [/Devices/ichac97/0/AudioConfig/] (level 4) 00:00:09.029348 00:00:09.029349 [/Devices/ichac97/0/Config/] (level 4) 00:00:09.029350 Codec = "STAC9700" (cb=9) 00:00:09.029351 DebugEnabled = 0x0000000000000000 (0) 00:00:09.029352 00:00:09.029353 [/Devices/ichac97/0/LUN#0/] (level 4) 00:00:09.029354 Driver = "AUDIO" (cb=6) 00:00:09.029355 00:00:09.029356 [/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5) 00:00:09.029358 Driver = "DSoundAudio" (cb=12) 00:00:09.029359 00:00:09.029359 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6) 00:00:09.029361 StreamName = "macOS" (cb=6) 00:00:09.029361 00:00:09.029362 [/Devices/ichac97/0/LUN#0/Config/] (level 5) 00:00:09.029363 BufferSizeMs = 0x0000000000000000 (0) 00:00:09.029365 DriverName = "DSoundAudio" (cb=12) 00:00:09.029366 InputEnabled = 0x0000000000000000 (0) 00:00:09.029367 OutputEnabled = 0x0000000000000000 (0) 00:00:09.029368 PeriodSizeMs = 0x0000000000000000 (0) 00:00:09.029369 PreBufferSizeMs = 0x00000000ffffffff (4 294 967 295) 00:00:09.029371 00:00:09.029371 [/Devices/ichac97/0/LUN#1/] (level 4) 00:00:09.029372 Driver = "AUDIO" (cb=6) 00:00:09.029373 00:00:09.029374 [/Devices/ichac97/0/LUN#2/] (level 4) 00:00:09.029375 Driver = "AUDIO" (cb=6) 00:00:09.029376 00:00:09.029376 [/Devices/ioapic/] (level 2) 00:00:09.029377 00:00:09.029377 [/Devices/ioapic/0/] (level 3) 00:00:09.029379 Trusted = 0x0000000000000001 (1) 00:00:09.029380 00:00:09.029380 [/Devices/ioapic/0/Config/] (level 4) 00:00:09.029382 NumCPUs = 0x0000000000000001 (1) 00:00:09.029383 00:00:09.029383 [/Devices/lpc/] (level 2) 00:00:09.029384 00:00:09.029384 [/Devices/lpc/0/] (level 3) 00:00:09.029386 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029387 PCIDeviceNo = 0x000000000000001f (31) 00:00:09.029388 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029389 Trusted = 0x0000000000000001 (1) 00:00:09.029390 00:00:09.029391 [/Devices/mc146818/] (level 2) 00:00:09.029392 00:00:09.029392 [/Devices/mc146818/0/] (level 3) 00:00:09.029393 00:00:09.029394 [/Devices/mc146818/0/Config/] (level 4) 00:00:09.029395 UseUTC = 0x0000000000000000 (0) 00:00:09.029396 00:00:09.029396 [/Devices/parallel/] (level 2) 00:00:09.029398 00:00:09.029398 [/Devices/pcarch/] (level 2) 00:00:09.029399 00:00:09.029399 [/Devices/pcarch/0/] (level 3) 00:00:09.029401 Trusted = 0x0000000000000001 (1) 00:00:09.029402 00:00:09.029402 [/Devices/pcarch/0/Config/] (level 4) 00:00:09.029404 00:00:09.029404 [/Devices/pcbios/] (level 2) 00:00:09.029405 00:00:09.029406 [/Devices/pcbios/0/] (level 3) 00:00:09.029407 Trusted = 0x0000000000000001 (1) 00:00:09.029408 00:00:09.029408 [/Devices/pcbios/0/Config/] (level 4) 00:00:09.029412 APIC = 0x0000000000000001 (1) 00:00:09.029413 BootDevice0 = "FLOPPY" (cb=7) 00:00:09.029415 BootDevice1 = "DVD" (cb=4) 00:00:09.029416 BootDevice2 = "IDE" (cb=4) 00:00:09.029417 BootDevice3 = "NONE" (cb=5) 00:00:09.029418 FloppyDevice = "i82078" (cb=7) 00:00:09.029419 HardDiskDevice = "piix3ide" (cb=9) 00:00:09.029420 IOAPIC = 0x0000000000000001 (1) 00:00:09.029421 McfgBase = 0x0000000000000000 (0) 00:00:09.029422 McfgLength = 0x0000000000000000 (0) 00:00:09.029423 NumCPUs = 0x0000000000000001 (1) 00:00:09.029425 PXEDebug = 0x0000000000000000 (0) 00:00:09.029426 UUID = "4d 1c ad 14 3e 31 f0 42 a6 a4 96 94 c2 74 aa 5f" (cb=16) 00:00:09.029429 UuidLe = 0x0000000000000001 (1) 00:00:09.029430 00:00:09.029431 [/Devices/pcbios/0/Config/NetBoot/] (level 5) 00:00:09.029432 00:00:09.029433 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6) 00:00:09.029434 NIC = 0x0000000000000000 (0) 00:00:09.029436 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029437 PCIDeviceNo = 0x0000000000000011 (17) 00:00:09.029438 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029439 00:00:09.029439 [/Devices/pci/] (level 2) 00:00:09.029441 00:00:09.029441 [/Devices/pci/0/] (level 3) 00:00:09.029442 Trusted = 0x0000000000000001 (1) 00:00:09.029443 00:00:09.029443 [/Devices/pci/0/Config/] (level 4) 00:00:09.029445 IOAPIC = 0x0000000000000001 (1) 00:00:09.029446 00:00:09.029446 [/Devices/pcibridge/] (level 2) 00:00:09.029447 00:00:09.029448 [/Devices/pckbd/] (level 2) 00:00:09.029449 00:00:09.029449 [/Devices/pckbd/0/] (level 3) 00:00:09.029450 Trusted = 0x0000000000000001 (1) 00:00:09.029451 00:00:09.029451 [/Devices/pckbd/0/Config/] (level 4) 00:00:09.029453 00:00:09.029453 [/Devices/pckbd/0/LUN#0/] (level 4) 00:00:09.029454 Driver = "KeyboardQueue" (cb=14) 00:00:09.029455 00:00:09.029456 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5) 00:00:09.029457 Driver = "MainKeyboard" (cb=13) 00:00:09.029458 00:00:09.029459 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) 00:00:09.029460 Object = 0x0000000001ef47c0 (32 458 688) 00:00:09.029462 00:00:09.029462 [/Devices/pckbd/0/LUN#0/Config/] (level 5) 00:00:09.029464 QueueSize = 0x0000000000000040 (64) 00:00:09.029465 00:00:09.029465 [/Devices/pckbd/0/LUN#1/] (level 4) 00:00:09.029467 Driver = "MouseQueue" (cb=11) 00:00:09.029468 00:00:09.029468 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5) 00:00:09.029469 Driver = "MainMouse" (cb=10) 00:00:09.029470 00:00:09.029471 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) 00:00:09.029472 Object = 0x0000000001f2d090 (32 690 320) 00:00:09.029474 00:00:09.029474 [/Devices/pckbd/0/LUN#1/Config/] (level 5) 00:00:09.029476 QueueSize = 0x0000000000000080 (128) 00:00:09.029477 00:00:09.029477 [/Devices/pcnet/] (level 2) 00:00:09.029478 00:00:09.029478 [/Devices/serial/] (level 2) 00:00:09.029479 00:00:09.029480 [/Devices/smc/] (level 2) 00:00:09.029481 00:00:09.029481 [/Devices/smc/0/] (level 3) 00:00:09.029482 Trusted = 0x0000000000000001 (1) 00:00:09.029483 00:00:09.029483 [/Devices/smc/0/Config/] (level 4) 00:00:09.029485 DeviceKey = "" (cb=1) 00:00:09.029486 GetKeyFromRealSMC = 0x0000000000000000 (0) 00:00:09.029487 00:00:09.029488 [/Devices/vga/] (level 2) 00:00:09.029489 00:00:09.029489 [/Devices/vga/0/] (level 3) 00:00:09.029490 PCIBusNo = 0x0000000000000000 (0) 00:00:09.029491 PCIDeviceNo = 0x0000000000000002 (2) 00:00:09.029492 PCIFunctionNo = 0x0000000000000000 (0) 00:00:09.029493 Trusted = 0x0000000000000001 (1) 00:00:09.029494 00:00:09.029495 [/Devices/vga/0/Config/] (level 4) 00:00:09.029496 3DEnabled = 0x0000000000000000 (0) 00:00:09.029497 CustomVideoModes = 0x0000000000000000 (0) 00:00:09.029499 FadeIn = 0x0000000000000001 (1) 00:00:09.029500 FadeOut = 0x0000000000000001 (1) 00:00:09.029501 HeightReduction = 0x0000000000000000 (0) 00:00:09.029502 LogoFile = "" (cb=1) 00:00:09.029503 LogoTime = 0x0000000000000000 (0) 00:00:09.029505 MonitorCount = 0x0000000000000001 (1) 00:00:09.029506 ShowBootMenu = 0x0000000000000002 (2) 00:00:09.029507 VRamSize = 0x0000000000800000 (8 388 608, 8 MB) 00:00:09.029509 00:00:09.029510 [/Devices/vga/0/LUN#0/] (level 4) 00:00:09.029511 Driver = "MainDisplay" (cb=12) 00:00:09.029512 00:00:09.029512 [/Devices/vga/0/LUN#0/Config/] (level 5) 00:00:09.029513 Object = 0x0000000001f84b90 (33 049 488) 00:00:09.029515 00:00:09.029515 [/Devices/vga/0/LUN#999/] (level 4) 00:00:09.029517 Driver = "MainStatus" (cb=11) 00:00:09.029517 00:00:09.029518 [/Devices/vga/0/LUN#999/Config/] (level 5) 00:00:09.029519 First = 0x0000000000000000 (0) 00:00:09.029520 Last = 0x0000000000000000 (0) 00:00:09.029522 papLeds = 0x0000000001f824a8 (33 039 528) 00:00:09.029523 00:00:09.029523 [/Devices/virtio-net/] (level 2) 00:00:09.029524 00:00:09.029525 [/EM/] (level 1) 00:00:09.029526 TripleFaultReset = 0x0000000000000000 (0) 00:00:09.029527 00:00:09.029527 [/GIM/] (level 1) 00:00:09.029528 Provider = "Minimal" (cb=8) 00:00:09.029529 00:00:09.029529 [/HM/] (level 1) 00:00:09.029530 64bitEnabled = 0x0000000000000001 (1) 00:00:09.029532 EnableLargePages = 0x0000000000000001 (1) 00:00:09.029533 EnableNestedPaging = 0x0000000000000001 (1) 00:00:09.029534 EnableUX = 0x0000000000000001 (1) 00:00:09.029535 EnableVPID = 0x0000000000000001 (1) 00:00:09.029536 Exclusive = 0x0000000000000000 (0) 00:00:09.029538 HMForced = 0x0000000000000001 (1) 00:00:09.029539 IBPBOnVMEntry = 0x0000000000000000 (0) 00:00:09.029540 IBPBOnVMExit = 0x0000000000000000 (0) 00:00:09.029541 L1DFlushOnSched = 0x0000000000000001 (1) 00:00:09.029543 L1DFlushOnVMEntry = 0x0000000000000000 (0) 00:00:09.029544 MDSClearOnSched = 0x0000000000000001 (1) 00:00:09.029545 MDSClearOnVMEntry = 0x0000000000000000 (0) 00:00:09.029546 SpecCtrlByHost = 0x0000000000000000 (0) 00:00:09.029547 UseNEMInstead = 0x0000000000000000 (0) 00:00:09.029548 00:00:09.029549 [/MM/] (level 1) 00:00:09.029549 CanUseLargerHeap = 0x0000000000000000 (0) 00:00:09.029550 00:00:09.029551 [/NEM/] (level 1) 00:00:09.029552 Allow64BitGuests = 0x0000000000000001 (1) 00:00:09.029552 00:00:09.029553 [/PDM/] (level 1) 00:00:09.029554 00:00:09.029554 [/PDM/AsyncCompletion/] (level 2) 00:00:09.029555 00:00:09.029555 [/PDM/AsyncCompletion/File/] (level 3) 00:00:09.029557 00:00:09.029557 [/PDM/AsyncCompletion/File/BwGroups/] (level 4) 00:00:09.029558 00:00:09.029559 [/PDM/BlkCache/] (level 2) 00:00:09.029560 CacheSize = 0x0000000000500000 (5 242 880, 5 MB) 00:00:09.029562 00:00:09.029562 [/PDM/Devices/] (level 2) 00:00:09.029563 00:00:09.029563 [/PDM/Drivers/] (level 2) 00:00:09.029564 00:00:09.029564 [/PDM/Drivers/VBoxC/] (level 3) 00:00:09.029566 Path = "VBoxC" (cb=6) 00:00:09.029567 00:00:09.029567 [/PDM/NetworkShaper/] (level 2) 00:00:09.029568 00:00:09.029568 [/PDM/NetworkShaper/BwGroups/] (level 3) 00:00:09.029570 00:00:09.029570 [/TM/] (level 1) 00:00:09.029571 UTCOffset = 0x0000000000000000 (0) 00:00:09.029572 00:00:09.029572 * End of CFGM dump ** 00:00:09.029759 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support 00:00:09.029886 MM: cbHyperHeap=0x200000 (2097152) 00:00:09.035788 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x1f 00:00:09.037817 CPUM: Matched host CPU INTEL 0x6/0x8e/0x9 Intel_Core7_KabyLake with CPU DB entry 'Intel Core i7-6700K' (INTEL 0x6/0x5e/0x3 Intel_Core7_Skylake) 00:00:09.038174 CPUM: MXCSR_MASK=0xffff (host: 0xffff) 00:00:09.038227 CPUM: Microcode revision 0x000000B4 00:00:09.038302 CPUM: Changing leaf 13[0]: EBX=0x440 -> 0x340, ECX=0x440 -> 0x340 00:00:09.038378 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD 00:00:09.038497 CPUM: SetGuestCpuIdFeature: Enabled PAE 00:00:09.039114 PGM: Host paging mode: AMD64+NX 00:00:09.039167 PGM: PGMPool: cMaxPages=256 (u64MaxPages=96) 00:00:09.039176 PGM: pgmR3PoolInit: cMaxPages=0x100 cMaxUsers=0x200 cMaxPhysExts=0x200 fCacheEnable=true 00:00:09.040379 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=93 u32UpdateIntervalNS=10736000 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x1b cCpus=4 00:00:09.040395 TM: GIP - u64CpuHz=2 712 002 186 (0xa1a5de8a) SUPGetCpuHzFromGip => 2 712 002 186 00:00:09.040405 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=2712001586() cErrors=0 00:00:09.040415 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=2711993304() cErrors=0 00:00:09.040423 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=2712002186() cErrors=0 00:00:09.040435 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=2711998403() cErrors=0 00:00:09.040560 TM: cTSCTicksPerSecond=2 712 002 186 (0xa1a5de8a) enmTSCMode=3 (Dynamic) 00:00:09.040584 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false 00:00:09.041878 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true 00:00:09.042401 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_KabyLake 00:00:09.043080 GIM: Using provider 'Minimal' (Implementation version: 0) 00:00:09.043095 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit 00:00:09.043578 AIOMgr: Default manager type is 'Async' 00:00:09.043605 AIOMgr: Default file backend is 'NonBuffered' 00:00:09.044139 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes 00:00:09.044162 BlkCache: Cache commit interval is 10000 ms 00:00:09.044172 BlkCache: Cache commit threshold is 2621440 bytes 00:00:10.780680 SUP: seg #0: R 0x00000000 LB 0x00001000 00:00:10.780712 SUP: seg #1: R X 0x00001000 LB 0x0001e000 00:00:10.780728 SUP: seg #2: R 0x0001f000 LB 0x0000d000 00:00:10.780738 SUP: seg #3: RW 0x0002c000 LB 0x00001000 00:00:10.780745 SUP: seg #4: R 0x0002d000 LB 0x00003000 00:00:10.780751 SUP: seg #5: RWX 0x00030000 LB 0x00001000 00:00:10.780757 SUP: seg #6: R 0x00031000 LB 0x00002000 00:00:10.780935 SUP: Loaded VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX using the native ring-0 loader 00:00:10.780953 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xXXXXXXXXXXXXXXXX 00:00:10.781466 PcBios: [SMP] BIOS with 1 CPUs 00:00:10.781603 PcBios: Using the 386+ BIOS image. 00:00:10.782341 PcBios: MPS table at 000e1300 00:00:10.791001 PcBios: fCheckShutdownStatusForSoftReset=true fClearShutdownStatusOnHardReset=true 00:00:10.792039 CPUM: SetGuestCpuIdFeature: Enabled xAPIC 00:00:10.792787 IOAPIC: Using implementation 2.0! Chipset type ICH9 00:00:10.793069 HPET: Capabilities=0x8086a201 (LegacyRt=true CounterSize=64-bit Timers=3 Revision=0x1) 00:00:10.793394 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:10.868893 Shared Folders service loaded 00:00:10.915078 Guest Control service loaded 00:00:10.980148 VGA: Using the 386+ BIOS image. 00:00:10.987832 E1000#0: Chip=82545EM LinkUpDelay=3000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled 00:00:11.020900 NAT: Guest address guess set to 10.0.2.15 by initialization 00:00:11.074083 NAT: DNS#0: 192.168.1.1 00:00:11.076697 AC97: Using codec 'STAC9700' 00:00:11.077993 Audio: Initializing DirectSound audio driver 00:00:11.656085 Audio: Found 4 devices for driver 'DSoundAudio' 00:00:11.656115 Audio: Device 'Primary Sound Driver': 00:00:11.656126 Audio: Usage = Output 00:00:11.656136 Audio: Flags = DEFAULT 00:00:11.656146 Audio: Input channels = 0 00:00:11.656156 Audio: Output channels = 2 00:00:11.656166 Audio: Device 'Speakers (Realtek High Definition Audio(SST))': 00:00:11.656176 Audio: Usage = Output 00:00:11.656185 Audio: Flags = NONE 00:00:11.656194 Audio: Input channels = 0 00:00:11.656203 Audio: Output channels = 2 00:00:11.656212 Audio: Device 'Primary Sound Capture Driver': 00:00:11.656222 Audio: Usage = Input 00:00:11.656231 Audio: Flags = NONE 00:00:11.656239 Audio: Input channels = 2 00:00:11.656248 Audio: Output channels = 0 00:00:11.656258 Audio: Device 'Microphone Array (Realtek High Definition Audio(SST))': 00:00:11.656267 Audio: Usage = Input 00:00:11.656276 Audio: Flags = NONE 00:00:11.656284 Audio: Input channels = 2 00:00:11.656293 Audio: Output channels = 0 00:00:11.656580 AC97: Reset 00:00:11.656624 AC97: Mixer reset (EAID=0x809, EACS=0x9) 00:00:11.656635 AC97: Record select to left=Microphone In, right=Microphone In 00:00:11.657646 PGM: The CPU physical address width is 39 bits 00:00:11.657683 PGM: PGMR3InitFinalize: 4 MB PSE mask 0000007fffffffff -> VINF_SUCCESS 00:00:11.658171 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=true 00:00:11.658670 VMM: Thread-context hooks unavailable 00:00:11.658686 VMM: RTThreadPreemptIsPending() can be trusted 00:00:11.658695 VMM: Kernel preemption is possible 00:00:11.658981 HM: fWorldSwitcher=0x0 (fIbpbOnVmExit=false fIbpbOnVmEntry=false fL1dFlushOnVmEntry=false); fL1dFlushOnSched=true fMdsClearOnVmEntry=false 00:00:11.658999 HM: Using VT-x implementation 3.0 00:00:11.659035 HM: Max resume loops = 8192 00:00:11.659037 HM: Host CR4 = 0x370678 00:00:11.659039 HM: Host EFER = 0xd01 00:00:11.659040 HM: MSR_IA32_SMM_MONITOR_CTL = 0x0 00:00:11.659041 HM: MSR_IA32_FEATURE_CONTROL = 0x5 00:00:11.659042 HM: LOCK 00:00:11.659043 HM: VMXON 00:00:11.659043 HM: MSR_IA32_VMX_BASIC = 0xda040000000004 00:00:11.659045 HM: VMCS id = 0x4 00:00:11.659046 HM: VMCS size = 1024 bytes 00:00:11.659047 HM: VMCS physical address limit = None 00:00:11.659049 HM: VMCS memory type = Write Back (WB) 00:00:11.659050 HM: Dual-monitor treatment support = true 00:00:11.659051 HM: OUTS & INS instruction-info = true 00:00:11.659052 HM: Supports true-capability MSRs = true 00:00:11.659053 HM: VM-entry Xcpt error-code optional = false 00:00:11.659054 HM: MSR_IA32_VMX_PINBASED_CTLS = 0x7f00000016 00:00:11.659055 HM: EXT_INT_EXIT 00:00:11.659056 HM: NMI_EXIT 00:00:11.659057 HM: VIRTUAL_NMI 00:00:11.659057 HM: PREEMPT_TIMER 00:00:11.659058 HM: POSTED_INT (must be cleared) 00:00:11.659087 HM: MSR_IA32_VMX_PROCBASED_CTLS = 0xfff9fffe0401e172 00:00:11.659089 HM: INT_WINDOW_EXIT 00:00:11.659090 HM: USE_TSC_OFFSETTING 00:00:11.659091 HM: HLT_EXIT 00:00:11.659092 HM: INVLPG_EXIT 00:00:11.659092 HM: MWAIT_EXIT 00:00:11.659093 HM: RDPMC_EXIT 00:00:11.659093 HM: RDTSC_EXIT 00:00:11.659094 HM: CR3_LOAD_EXIT (must be set) 00:00:11.659095 HM: CR3_STORE_EXIT (must be set) 00:00:11.659096 HM: CR8_LOAD_EXIT 00:00:11.659096 HM: CR8_STORE_EXIT 00:00:11.659097 HM: USE_TPR_SHADOW 00:00:11.659098 HM: NMI_WINDOW_EXIT 00:00:11.659098 HM: MOV_DR_EXIT 00:00:11.659099 HM: UNCOND_IO_EXIT 00:00:11.659100 HM: USE_IO_BITMAPS 00:00:11.659100 HM: MONITOR_TRAP_FLAG 00:00:11.659101 HM: USE_MSR_BITMAPS 00:00:11.659102 HM: MONITOR_EXIT 00:00:11.659131 HM: PAUSE_EXIT 00:00:11.659132 HM: USE_SECONDARY_CTLS 00:00:11.659132 HM: MSR_IA32_VMX_PROCBASED_CTLS2 = 0x5ffcff00000000 00:00:11.659134 HM: VIRT_APIC_ACCESS 00:00:11.659135 HM: EPT 00:00:11.659135 HM: DESC_TABLE_EXIT 00:00:11.659136 HM: RDTSCP 00:00:11.659137 HM: VIRT_X2APIC_MODE 00:00:11.659137 HM: VPID 00:00:11.659138 HM: WBINVD_EXIT 00:00:11.659139 HM: UNRESTRICTED_GUEST 00:00:11.659139 HM: APIC_REG_VIRT (must be cleared) 00:00:11.659140 HM: VIRT_INT_DELIVERY (must be cleared) 00:00:11.659141 HM: PAUSE_LOOP_EXIT 00:00:11.659141 HM: RDRAND_EXIT 00:00:11.659142 HM: INVPCID 00:00:11.659143 HM: VMFUNC 00:00:11.659143 HM: VMCS_SHADOWING 00:00:11.659144 HM: ENCLS_EXIT 00:00:11.659144 HM: RDSEED_EXIT 00:00:11.659145 HM: PML 00:00:11.659146 HM: EPT_VE 00:00:11.659146 HM: CONCEAL_VMX_FROM_PT 00:00:11.659147 HM: XSAVES_XRSTORS 00:00:11.659148 HM: MODE_BASED_EPT_PERM 00:00:11.659148 HM: SPPTP_EPT (must be cleared) 00:00:11.659149 HM: PT_EPT (must be cleared) 00:00:11.659150 HM: TSC_SCALING (must be cleared) 00:00:11.659150 HM: USER_WAIT_PAUSE (must be cleared) 00:00:11.659151 HM: ENCLV_EXIT (must be cleared) 00:00:11.659152 HM: MSR_IA32_VMX_ENTRY_CTLS = 0x3ffff000011ff 00:00:11.659154 HM: LOAD_DEBUG (must be set) 00:00:11.659154 HM: IA32E_MODE_GUEST 00:00:11.659155 HM: ENTRY_TO_SMM 00:00:11.659156 HM: DEACTIVATE_DUAL_MON 00:00:11.659156 HM: LOAD_PERF_MSR 00:00:11.659157 HM: LOAD_PAT_MSR 00:00:11.659158 HM: LOAD_EFER_MSR 00:00:11.659158 HM: LOAD_BNDCFGS_MSR 00:00:11.659159 HM: CONCEAL_VMX_FROM_PT 00:00:11.659160 HM: LOAD_RTIT_CTL_MSR (must be cleared) 00:00:11.659160 HM: MSR_IA32_VMX_EXIT_CTLS = 0x1ffffff00036dff 00:00:11.659162 HM: SAVE_DEBUG (must be set) 00:00:11.659163 HM: HOST_ADDR_SPACE_SIZE 00:00:11.659163 HM: LOAD_PERF_MSR 00:00:11.659164 HM: ACK_EXT_INT 00:00:11.659165 HM: SAVE_PAT_MSR 00:00:11.659165 HM: LOAD_PAT_MSR 00:00:11.659195 HM: SAVE_EFER_MSR 00:00:11.659196 HM: LOAD_EFER_MSR 00:00:11.659196 HM: SAVE_PREEMPT_TIMER 00:00:11.659197 HM: CLEAR_BNDCFGS_MSR 00:00:11.659198 HM: CONCEAL_VMX_FROM_PT 00:00:11.659198 HM: CLEAR_RTIT_CTL_MSR (must be cleared) 00:00:11.659199 HM: MSR_IA32_VMX_TRUE_PINBASED_CTLS = 0x7f00000016 00:00:11.659201 HM: MSR_IA32_VMX_TRUE_PROCBASED_CTLS = 0xfff9fffe04006172 00:00:11.659202 HM: MSR_IA32_VMX_TRUE_ENTRY_CTLS = 0x3ffff000011fb 00:00:11.659204 HM: MSR_IA32_VMX_TRUE_EXIT_CTLS = 0x1ffffff00036dfb 00:00:11.659206 HM: MSR_IA32_VMX_MISC = 0x7004c1e7 00:00:11.659207 HM: PREEMPT_TIMER_TSC = 0x7 00:00:11.659208 HM: EXIT_SAVE_EFER_LMA = true 00:00:11.659209 HM: ACTIVITY_STATES = 0x7 ( HLT SHUTDOWN SIPI_WAIT ) 00:00:11.659210 HM: INTEL_PT = true 00:00:11.659211 HM: SMM_READ_SMBASE_MSR = true 00:00:11.659212 HM: CR3_TARGET = 0x4 00:00:11.659213 HM: MAX_MSR = 0x0 ( 512 ) 00:00:11.659214 HM: VMXOFF_BLOCK_SMI = true 00:00:11.659215 HM: VMWRITE_ALL = true 00:00:11.659216 HM: ENTRY_INJECT_SOFT_INT = 0x1 00:00:11.659217 HM: MSEG_ID = 0x0 00:00:11.659217 HM: MSR_IA32_VMX_VMCS_ENUM = 0x2e 00:00:11.659219 HM: HIGHEST_IDX = 0x17 00:00:11.659220 HM: MSR_IA32_VMX_EPT_VPID_CAP = 0xf0106734141 00:00:11.659221 HM: RWX_X_ONLY 00:00:11.659222 HM: PAGE_WALK_LENGTH_4 00:00:11.659222 HM: EMT_UC 00:00:11.659223 HM: EMT_WB 00:00:11.659224 HM: PDE_2M 00:00:11.659224 HM: PDPTE_1G 00:00:11.659225 HM: INVEPT 00:00:11.659225 HM: EPT_ACCESS_DIRTY 00:00:11.659226 HM: ADVEXITINFO_EPT 00:00:11.659227 HM: INVEPT_SINGLE_CONTEXT 00:00:11.659227 HM: INVEPT_ALL_CONTEXTS 00:00:11.659228 HM: INVVPID 00:00:11.659228 HM: INVVPID_INDIV_ADDR 00:00:11.659229 HM: INVVPID_SINGLE_CONTEXT 00:00:11.659230 HM: INVVPID_ALL_CONTEXTS 00:00:11.659230 HM: INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS 00:00:11.659231 HM: MSR_IA32_VMX_VMFUNC = 0x1 00:00:11.659232 HM: EPTP_SWITCHING 00:00:11.659233 HM: MSR_IA32_VMX_CR0_FIXED0 = 0x80000021 00:00:11.659234 HM: MSR_IA32_VMX_CR0_FIXED1 = 0xffffffff 00:00:11.659235 HM: MSR_IA32_VMX_CR4_FIXED0 = 0x2000 00:00:11.659237 HM: MSR_IA32_VMX_CR4_FIXED1 = 0x3767ff 00:00:11.659238 HM: APIC-access page physaddr = 0x000000006fdd1000 00:00:11.659240 HM: VCPU 0: MSR bitmap physaddr = 0x000000004fae7000 00:00:11.659242 HM: VCPU 0: VMCS physaddr = 0x0000000000ce4000 00:00:11.659244 HM: Guest support: 32-bit and 64-bit 00:00:11.659256 HM: Supports VMCS EFER fields = true 00:00:11.659257 HM: Enabled VMX 00:00:11.659262 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT 00:00:11.659263 CPUM: SetGuestCpuIdFeature: Enabled PAE 00:00:11.659264 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE 00:00:11.659264 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET 00:00:11.659265 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF 00:00:11.659266 CPUM: SetGuestCpuIdFeature: Enabled NX 00:00:11.659267 HM: Enabled nested paging 00:00:11.659268 HM: EPT flush type = Single context 00:00:11.659268 HM: Enabled unrestricted guest execution 00:00:11.659269 HM: Enabled large page support 00:00:11.659270 HM: Enabled VPID 00:00:11.659271 HM: VPID flush type = Single context 00:00:11.659271 HM: Enabled VMX-preemption timer (cPreemptTimerShift=7) 00:00:11.659273 HM: VT-x/AMD-V init method: Local 00:00:11.659274 EM: Exit history optimizations: enabled=true enabled-r0=true enabled-r0-no-preemption=false 00:00:11.659460 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false 00:00:11.659485 TMR3UtcNow: nsNow=1 608 059 249 440 980 600 nsPrev=0 -> cNsDelta=1 608 059 249 440 980 600 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 608 059 249 440 980 600) 00:00:11.659525 VMM: fUsePeriodicPreemptionTimers=false 00:00:11.659667 CPUM: Logical host processors: 4 present, 4 max, 4 online, online mask: 000000000000000f 00:00:11.659670 CPUM: Physical host cores: 2 00:00:11.659671 ***** CPUID dump **** 00:00:11.659735 Raw Standard CPUID Leaves 00:00:11.659735 Leaf/sub-leaf eax ebx ecx edx 00:00:11.659767 Gst: 00000000/0000 00000016 756e6547 6c65746e 49656e69 00:00:11.659770 Hst: 00000016 756e6547 6c65746e 49656e69 00:00:11.659773 Gst: 00000001/0000 000806e9 00010800 d6da220b 178bfbff 00:00:11.659775 Hst: 000806e9 03100800 7ffafbff bfebfbff 00:00:11.659777 Gst: 00000002/0000 76036301 00f0b5ff 00000000 00c30000 00:00:11.659779 Hst: 76036301 00f0b5ff 00000000 00c30000 00:00:11.659781 Gst: 00000003/0000 00000000 00000000 00000000 00000000 00:00:11.659783 Hst: 00000000 00000000 00000000 00000000 00:00:11.659784 Gst: 00000004/0000 00000121 01c0003f 0000003f 00000000 00:00:11.659786 Hst: 1c004121 01c0003f 0000003f 00000000 00:00:11.659788 Gst: 00000004/0001 00000122 01c0003f 0000003f 00000000 00:00:11.659790 Hst: 1c004122 01c0003f 0000003f 00000000 00:00:11.659792 Gst: 00000004/0002 00000143 00c0003f 000003ff 00000000 00:00:11.659793 Hst: 1c004143 00c0003f 000003ff 00000000 00:00:11.659795 Gst: 00000004/0003 00000163 02c0003f 00000fff 00000006 00:00:11.659797 Hst: 1c03c163 02c0003f 00000fff 00000006 00:00:11.659798 Gst: 00000004/0004 00000000 00000000 00000000 00000000 00:00:11.659800 Hst: 00000000 00000000 00000000 00000000 00:00:11.659801 Gst: 00000005/0000 00000040 00000040 00000003 00000000 00:00:11.659803 Hst: 00000040 00000040 00000003 11142120 00:00:11.659805 Gst: 00000006/0000 00000000 00000000 00000000 00000000 00:00:11.659806 Hst: 000027f7 00000002 00000009 00000000 00:00:11.659808 Gst: 00000007/0000 00000000 00842421 00000000 10000400 00:00:11.659810 Hst: 00000000 029c6fbf 00000000 9c002400 00:00:11.659811 Gst: 00000007/0001 00000000 00000000 00000000 00000000 00:00:11.659812 Hst: 00000000 00000000 00000000 00000000 00:00:11.659814 Gst: 00000008/0000 00000000 00000000 00000000 00000000 00:00:11.659815 Hst: 00000000 00000000 00000000 00000000 00:00:11.659816 Gst: 00000009/0000 00000000 00000000 00000000 00000000 00:00:11.659818 Hst: 00000000 00000000 00000000 00000000 00:00:11.659819 Gst: 0000000a/0000 00000000 00000000 00000000 00000000 00:00:11.659820 Hst: 07300404 00000000 00000000 00000603 00:00:11.659822 Gst: 0000000b/0000 00000000 00000001 00000100 00000000 00:00:11.659823 Hst: 00000001 00000002 00000100 00000003 00:00:11.659825 Gst: 0000000b/0001 00000001 00000001 00000201 00000000 00:00:11.659826 Hst: 00000004 00000004 00000201 00000003 00:00:11.659827 Gst: 0000000b/0002 00000000 00000000 00000002 00000000 00:00:11.659828 Hst: 00000000 00000000 00000002 00000003 00:00:11.659830 Gst: 0000000c/0000 00000000 00000000 00000000 00000000 00:00:11.659831 Hst: 00000000 00000000 00000000 00000000 00:00:11.659832 Gst: 0000000d/0000 00000007 00000340 00000340 00000000 00:00:11.659834 Hst: 0000001f 00000440 00000440 00000000 00:00:11.659835 Gst: 0000000d/0001 00000000 00000440 00000000 00000000 00:00:11.659836 Hst: 0000000f 00000440 00000100 00000000 00:00:11.659838 Gst: 0000000d/0002 00000100 00000240 00000000 00000000 00:00:11.659839 Hst: 00000100 00000240 00000000 00000000 00:00:11.659840 Gst: 0000000d/0003 00000000 00000000 00000000 00000000 00:00:11.659842 Hst: 00000040 000003c0 00000000 00000000 00:00:11.659843 Gst: 0000000d/0004 00000000 00000000 00000000 00000000 00:00:11.659844 Hst: 00000040 00000400 00000000 00000000 00:00:11.659846 Gst: 0000000d/0005 00000000 00000000 00000000 00000000 00:00:11.659847 Hst: 00000000 00000000 00000000 00000000 00:00:11.659848 Gst: 0000000d/0006 00000000 00000000 00000000 00000000 00:00:11.659849 Hst: 00000000 00000000 00000000 00000000 00:00:11.659851 Gst: 0000000d/0007 00000000 00000000 00000000 00000000 00:00:11.659852 Hst: 00000000 00000000 00000000 00000000 00:00:11.659853 Gst: 0000000d/0008 00000000 00000000 00000000 00000000 00:00:11.659854 Hst: 00000080 00000000 00000001 00000000 00:00:11.659856 Gst: 0000000d/0009 00000000 00000000 00000000 00000000 00:00:11.659857 Hst: 00000000 00000000 00000000 00000000 00:00:11.659898 Gst: 0000000e/0000 00000000 00000000 00000000 00000000 00:00:11.659899 Hst: 00000000 00000000 00000000 00000000 00:00:11.659901 Gst: 0000000f/0000 00000000 00000000 00000000 00000000 00:00:11.659902 Hst: 00000000 00000000 00000000 00000000 00:00:11.659903 Gst: 00000010/0000 00000000 00000000 00000000 00000000 00:00:11.659905 Hst: 00000000 00000000 00000000 00000000 00:00:11.659906 Gst: 00000011/0000 00000000 00000000 00000000 00000000 00:00:11.659907 Hst: 00000000 00000000 00000000 00000000 00:00:11.659909 Gst: 00000012/0000 00000000 00000000 00000000 00000000 00:00:11.659910 Hst: 00000000 00000000 00000000 00000000 00:00:11.659911 Gst: 00000013/0000 00000000 00000000 00000000 00000000 00:00:11.659912 Hst: 00000000 00000000 00000000 00000000 00:00:11.659913 Gst: 00000014/0000 00000000 00000000 00000000 00000000 00:00:11.659915 Hst: 00000001 0000000f 00000007 00000000 00:00:11.659916 Hst: 00000015/0000 00000002 000000e2 00000000 00000000 00:00:11.659918 Hst: 00000016/0000 00000a8c 00000dac 00000064 00000000 00:00:11.659920 Name: GenuineIntel 00:00:11.659922 Supports: 0x00000000-0x00000016 00:00:11.659952 Family: 6 Extended: 0 Effective: 6 00:00:11.659955 Model: 14 Extended: 8 Effective: 142 00:00:11.659957 Stepping: 9 00:00:11.659959 Type: 0 (primary) 00:00:11.659960 APIC ID: 0x00 00:00:11.659962 Logical CPUs: 1 00:00:11.659963 CLFLUSH Size: 8 00:00:11.659964 Brand ID: 0x00 00:00:11.659966 Features 00:00:11.659966 Mnemonic - Description = guest (host) 00:00:11.659996 FPU - x87 FPU on Chip = 1 (1) 00:00:11.659999 VME - Virtual 8086 Mode Enhancements = 1 (1) 00:00:11.660001 DE - Debugging extensions = 1 (1) 00:00:11.660002 PSE - Page Size Extension = 1 (1) 00:00:11.660004 TSC - Time Stamp Counter = 1 (1) 00:00:11.660006 MSR - Model Specific Registers = 1 (1) 00:00:11.660008 PAE - Physical Address Extension = 1 (1) 00:00:11.660009 MCE - Machine Check Exception = 1 (1) 00:00:11.660011 CX8 - CMPXCHG8B instruction = 1 (1) 00:00:11.660013 APIC - APIC On-Chip = 1 (1) 00:00:11.660015 SEP - SYSENTER and SYSEXIT Present = 1 (1) 00:00:11.660016 MTRR - Memory Type Range Registers = 1 (1) 00:00:11.660018 PGE - PTE Global Bit = 1 (1) 00:00:11.660020 MCA - Machine Check Architecture = 1 (1) 00:00:11.660021 CMOV - Conditional Move instructions = 1 (1) 00:00:11.660023 PAT - Page Attribute Table = 1 (1) 00:00:11.660025 PSE-36 - 36-bit Page Size Extension = 1 (1) 00:00:11.660027 PSN - Processor Serial Number = 0 (0) 00:00:11.660028 CLFSH - CLFLUSH instruction = 1 (1) 00:00:11.660030 DS - Debug Store = 0 (1) 00:00:11.660032 ACPI - Thermal Mon. & Soft. Clock Ctrl. = 0 (1) 00:00:11.660034 MMX - Intel MMX Technology = 1 (1) 00:00:11.660035 FXSR - FXSAVE and FXRSTOR instructions = 1 (1) 00:00:11.660037 SSE - SSE support = 1 (1) 00:00:11.660039 SSE2 - SSE2 support = 1 (1) 00:00:11.660040 SS - Self Snoop = 0 (1) 00:00:11.660042 HTT - Hyper-Threading Technology = 1 (1) 00:00:11.660044 TM - Therm. Monitor = 0 (1) 00:00:11.660046 PBE - Pending Break Enabled = 0 (1) 00:00:11.660047 SSE3 - SSE3 support = 1 (1) 00:00:11.660049 PCLMUL - PCLMULQDQ support (for AES-GCM) = 1 (1) 00:00:11.660051 DTES64 - DS Area 64-bit Layout = 0 (1) 00:00:11.660052 MONITOR - MONITOR/MWAIT instructions = 1 (1) 00:00:11.660054 CPL-DS - CPL Qualified Debug Store = 0 (1) 00:00:11.660056 VMX - Virtual Machine Extensions = 0 (1) 00:00:11.660057 SMX - Safer Mode Extensions = 0 (1) 00:00:11.660059 EST - Enhanced SpeedStep Technology = 0 (1) 00:00:11.660060 TM2 - Terminal Monitor 2 = 0 (1) 00:00:11.660062 SSSE3 - Supplemental Streaming SIMD Extensions 3 = 1 (1) 00:00:11.660064 CNTX-ID - L1 Context ID = 0 (0) 00:00:11.660065 SDBG - Silicon Debug interface = 0 (1) 00:00:11.660067 FMA - Fused Multiply Add extensions = 0 (1) 00:00:11.660069 CX16 - CMPXCHG16B instruction = 1 (1) 00:00:11.660070 TPRUPDATE - xTPR Update Control = 0 (1) 00:00:11.660072 PDCM - Perf/Debug Capability MSR = 0 (1) 00:00:11.660074 PCID - Process Context Identifiers = 1 (1) 00:00:11.660075 DCA - Direct Cache Access = 0 (0) 00:00:11.660077 SSE4_1 - SSE4_1 support = 1 (1) 00:00:11.660079 SSE4_2 - SSE4_2 support = 1 (1) 00:00:11.660080 X2APIC - x2APIC support = 0 (1) 00:00:11.660082 MOVBE - MOVBE instruction = 1 (1) 00:00:11.660084 POPCNT - POPCNT instruction = 1 (1) 00:00:11.660086 TSCDEADL - Time Stamp Counter Deadline = 0 (1) 00:00:11.660087 AES - AES instructions = 1 (1) 00:00:11.660089 XSAVE - XSAVE instruction = 1 (1) 00:00:11.660091 OSXSAVE - OSXSAVE instruction = 0 (1) 00:00:11.660092 AVX - AVX support = 1 (1) 00:00:11.660094 F16C - 16-bit floating point conversion instructions = 0 (1) 00:00:11.660095 RDRAND - RDRAND instruction = 1 (1) 00:00:11.660097 HVP - Hypervisor Present (we're a guest) = 1 (0) 00:00:11.660099 Structured Extended Feature Flags Enumeration (leaf 7): 00:00:11.660100 Mnemonic - Description = guest (host) 00:00:11.660101 FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr. = 1 (1) 00:00:11.660102 TSCADJUST - Supports MSR_IA32_TSC_ADJUST = 0 (1) 00:00:11.660104 SGX - Supports Software Guard Extensions = 0 (1) 00:00:11.660105 BMI1 - Advanced Bit Manipulation extension 1 = 0 (1) 00:00:11.660107 HLE - Hardware Lock Elision = 0 (1) 00:00:11.660108 AVX2 - Advanced Vector Extensions 2 = 1 (1) 00:00:11.660110 FDP_EXCPTN_ONLY - FPU DP only updated on exceptions = 0 (0) 00:00:11.660111 SMEP - Supervisor Mode Execution Prevention = 0 (1) 00:00:11.660113 BMI2 - Advanced Bit Manipulation extension 2 = 0 (1) 00:00:11.660114 ERMS - Enhanced REP MOVSB/STOSB instructions = 0 (1) 00:00:11.660116 INVPCID - INVPCID instruction = 1 (1) 00:00:11.660117 RTM - Restricted Transactional Memory = 0 (1) 00:00:11.660119 PQM - Platform Quality of Service Monitoring = 0 (0) 00:00:11.660120 DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set = 1 (1) 00:00:11.660122 MPE - Intel Memory Protection Extensions = 0 (1) 00:00:11.660123 PQE - Platform Quality of Service Enforcement = 0 (0) 00:00:11.660125 AVX512F - AVX512 Foundation instructions = 0 (0) 00:00:11.660126 RDSEED - RDSEED instruction = 1 (1) 00:00:11.660128 ADX - ADCX/ADOX instructions = 0 (1) 00:00:11.660130 SMAP - Supervisor Mode Access Prevention = 0 (1) 00:00:11.660131 CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction = 1 (1) 00:00:11.660133 INTEL_PT - Intel Processor Trace = 0 (1) 00:00:11.660134 AVX512PF - AVX512 Prefetch instructions = 0 (0) 00:00:11.660136 AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0) 00:00:11.660137 AVX512CD - AVX512 Conflict Detection instructions = 0 (0) 00:00:11.660139 SHA - Secure Hash Algorithm extensions = 0 (0) 00:00:11.660140 PREFETCHWT1 - PREFETCHWT1 instruction = 0 (0) 00:00:11.660142 UMIP - User mode insturction prevention = 0 (0) 00:00:11.660143 PKU - Protection Key for Usermode pages = 0 (0) 00:00:11.660145 OSPKE - CR4.PKU mirror = 0 (0) 00:00:11.660147 MAWAU - Value used by BNDLDX & BNDSTX = 0x0 (0x0) 00:00:11.660149 RDPID - Read processor ID support = 0 (0) 00:00:11.660150 SGX_LC - Supports SGX Launch Configuration = 0 (0) 00:00:11.660152 MD_CLEAR - Supports MDS related buffer clearing = 1 (1) 00:00:11.660153 13 - Reserved = 0 (1) 00:00:11.660156 IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB = 0 (1) 00:00:11.660157 STIBP - Supports IA32_SPEC_CTRL.STIBP = 0 (1) 00:00:11.660158 FLUSH_CMD - Supports IA32_FLUSH_CMD = 1 (1) 00:00:11.660160 ARCHCAP - Supports IA32_ARCH_CAP = 0 (0) 00:00:11.660162 CORECAP - Supports IA32_CORE_CAP = 0 (0) 00:00:11.660163 SSBD - Supports IA32_SPEC_CTRL.SSBD = 0 (1) 00:00:11.660165 Processor Extended State Enumeration (leaf 0xd): 00:00:11.660166 XSAVE area cur/max size by XCR0, guest: 0x340/0x340 00:00:11.660168 XSAVE area cur/max size by XCR0, host: 0x440/0x440 00:00:11.660169 Valid XCR0 bits, guest: 0x0000000000000007 ( x87 SSE YMM_Hi128 ) 00:00:11.660173 Valid XCR0 bits, host: 0x000000000000001f ( x87 SSE YMM_Hi128 BNDREGS BNDCSR ) 00:00:11.660177 XSAVE features, guest: 00:00:11.660179 XSAVE features, host: XSAVEOPT XSAVEC XGETBC1 XSAVES 00:00:11.660181 XSAVE area cur size XCR0|XSS, guest: 0x440 00:00:11.660182 XSAVE area cur size XCR0|XSS, host: 0x440 00:00:11.660184 Valid IA32_XSS bits, guest: 0x0000000000000000 00:00:11.660185 Valid IA32_XSS bits, host: 0x0000010000000000 ( 40 ) 00:00:11.660188 State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128 00:00:11.660191 State #2, host: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128 00:00:11.660194 State #3, host: off=0x03c0, cb=0x0040 IA32_XSS-bit -- BNDREGS 00:00:11.660196 State #4, host: off=0x0400, cb=0x0040 IA32_XSS-bit -- BNDCSR 00:00:11.660200 State #8, host: off=0x0000, cb=0x0080 XCR0-bit -- 8 00:00:11.660221 Unknown CPUID Leaves 00:00:11.660222 Leaf/sub-leaf eax ebx ecx edx 00:00:11.660222 Gst: 00000014/0001 00000000 00000000 00000000 00000000 00:00:11.660224 Hst: 02490002 003f3fff 00000000 00000000 00:00:11.660226 Gst: 00000014/0002 00000000 00000000 00000000 00000000 00:00:11.660228 Hst: 00000000 00000000 00000000 00000000 00:00:11.660229 Gst: 00000015/0000 00000000 00000000 00000000 00000000 00:00:11.660230 Hst: 00000002 000000e2 00000000 00000000 00:00:11.660232 Gst: 00000016/0000 00000000 00000000 00000000 00000000 00:00:11.660234 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660236 Raw Hypervisor CPUID Leaves 00:00:11.660237 Leaf/sub-leaf eax ebx ecx edx 00:00:11.660238 Gst: 40000000/0000 40000010 00000000 00000000 00000000 00:00:11.660240 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660242 Gst: 40000001/0000 00000000 00000000 00000000 00000000 00:00:11.660243 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660246 Gst: 40000002/0000 00000000 00000000 00000000 00000000 00:00:11.660247 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660249 Gst: 40000003/0000 00000000 00000000 00000000 00000000 00:00:11.660250 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660252 Gst: 40000004/0000 00000000 00000000 00000000 00000000 00:00:11.660254 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660255 Gst: 40000005/0000 00000000 00000000 00000000 00000000 00:00:11.660257 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660259 Gst: 40000006/0000 00000000 00000000 00000000 00000000 00:00:11.660260 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660262 Gst: 40000007/0000 00000000 00000000 00000000 00000000 00:00:11.660263 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660265 Gst: 40000008/0000 00000000 00000000 00000000 00000000 00:00:11.660266 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660268 Gst: 40000009/0000 00000000 00000000 00000000 00000000 00:00:11.660269 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660272 Gst: 4000000a/0000 00000000 00000000 00000000 00000000 00:00:11.660274 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660277 Gst: 4000000b/0000 00000000 00000000 00000000 00000000 00:00:11.660279 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660286 Gst: 4000000c/0000 00000000 00000000 00000000 00000000 00:00:11.660305 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660308 Gst: 4000000d/0000 00000000 00000000 00000000 00000000 00:00:11.660310 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660313 Gst: 4000000e/0000 00000000 00000000 00000000 00000000 00:00:11.660315 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660318 Gst: 4000000f/0000 00000000 00000000 00000000 00000000 00:00:11.660321 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660323 Gst: 40000010/0000 002961c2 000f4240 00000000 00000000 00:00:11.660326 Hst: 00000a8c 00000dac 00000064 00000000 00:00:11.660328 Raw Extended CPUID Leaves 00:00:11.660329 Leaf/sub-leaf eax ebx ecx edx 00:00:11.660329 Gst: 80000000/0000 80000008 00000000 00000000 00000000 00:00:11.660331 Hst: 80000008 00000000 00000000 00000000 00:00:11.660333 Gst: 80000001/0000 00000000 00000000 00000121 28100800 00:00:11.660335 Hst: 00000000 00000000 00000121 2c100800 00:00:11.660338 Gst: 80000002/0000 65746e49 2952286c 726f4320 4d542865 00:00:11.660340 Hst: 65746e49 2952286c 726f4320 4d542865 00:00:11.660343 Gst: 80000003/0000 35692029 3033372d 43205530 40205550 00:00:11.660346 Hst: 35692029 3033372d 43205530 40205550 00:00:11.660349 Gst: 80000004/0000 362e3220 7a484730 00000000 00000000 00:00:11.660351 Hst: 362e3220 7a484730 00000000 00000000 00:00:11.660353 Gst: 80000005/0000 00000000 00000000 00000000 00000000 00:00:11.660354 Hst: 00000000 00000000 00000000 00000000 00:00:11.660356 Gst: 80000006/0000 00000000 00000000 01006040 00000000 00:00:11.660358 Hst: 00000000 00000000 01006040 00000000 00:00:11.660360 Gst: 80000007/0000 00000000 00000000 00000000 00000100 00:00:11.660362 Hst: 00000000 00000000 00000000 00000100 00:00:11.660363 Gst: 80000008/0000 00003027 00000000 00000000 00000000 00:00:11.660365 Hst: 00003027 00000000 00000000 00000000 00:00:11.660367 Ext Name:
00:00:11.660368 Ext Supports: 0x80000000-0x80000008 00:00:11.660371 Family: 0 Extended: 0 Effective: 0 00:00:11.660407 Model: 0 Extended: 0 Effective: 0 00:00:11.660410 Stepping: 0 00:00:11.660412 Brand ID: 0x000 00:00:11.660416 Ext Features 00:00:11.660417 Mnemonic - Description = guest (host) 00:00:11.660713 FPU - x87 FPU on Chip = 0 (0) 00:00:11.660720 VME - Virtual 8086 Mode Enhancements = 0 (0) 00:00:11.660724 DE - Debugging extensions = 0 (0) 00:00:11.660728 PSE - Page Size Extension = 0 (0) 00:00:11.660732 TSC - Time Stamp Counter = 0 (0) 00:00:11.660736 MSR - K86 Model Specific Registers = 0 (0) 00:00:11.660740 PAE - Physical Address Extension = 0 (0) 00:00:11.660743 MCE - Machine Check Exception = 0 (0) 00:00:11.660747 CX8 - CMPXCHG8B instruction = 0 (0) 00:00:11.660751 APIC - APIC On-Chip = 0 (0) 00:00:11.660756 SEP - SYSCALL/SYSRET = 1 (1) 00:00:11.660789 MTRR - Memory Type Range Registers = 0 (0) 00:00:11.660793 PGE - PTE Global Bit = 0 (0) 00:00:11.660798 MCA - Machine Check Architecture = 0 (0) 00:00:11.660802 CMOV - Conditional Move instructions = 0 (0) 00:00:11.660806 PAT - Page Attribute Table = 0 (0) 00:00:11.660811 PSE-36 - 36-bit Page Size Extension = 0 (0) 00:00:11.660815 NX - No-Execute/Execute-Disable = 1 (1) 00:00:11.660819 AXMMX - AMD Extensions to MMX instructions = 0 (0) 00:00:11.660822 MMX - Intel MMX Technology = 0 (0) 00:00:11.660827 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0) 00:00:11.660831 FFXSR - AMD fast FXSAVE and FXRSTOR instructions = 0 (0) 00:00:11.660834 Page1GB - 1 GB large page = 0 (1) 00:00:11.660838 RDTSCP - RDTSCP instruction = 1 (1) 00:00:11.660843 LM - AMD64 Long Mode = 1 (1) 00:00:11.660848 3DNOWEXT - AMD Extensions to 3DNow = 0 (0) 00:00:11.660852 3DNOW - AMD 3DNow = 0 (0) 00:00:11.660858 LahfSahf - LAHF/SAHF support in 64-bit mode = 1 (1) 00:00:11.660861 CmpLegacy - Core multi-processing legacy mode = 0 (0) 00:00:11.660865 SVM - AMD Secure Virtual Machine extensions = 0 (0) 00:00:11.660868 EXTAPIC - AMD Extended APIC registers = 0 (0) 00:00:11.660872 CR8L - AMD LOCK MOV CR0 means MOV CR8 = 0 (0) 00:00:11.660876 ABM - AMD Advanced Bit Manipulation = 1 (1) 00:00:11.660880 SSE4A - SSE4A instructions = 0 (0) 00:00:11.660884 MISALIGNSSE - AMD Misaligned SSE mode = 0 (0) 00:00:11.660888 3DNOWPRF - AMD PREFETCH and PREFETCHW instructions = 1 (1) 00:00:11.660935 OSVW - AMD OS Visible Workaround = 0 (0) 00:00:11.660939 IBS - Instruct Based Sampling = 0 (0) 00:00:11.660943 XOP - Extended Operation support = 0 (0) 00:00:11.660947 SKINIT - SKINIT, STGI, and DEV support = 0 (0) 00:00:11.660951 WDT - AMD Watchdog Timer support = 0 (0) 00:00:11.660955 LWP - Lightweight Profiling support = 0 (0) 00:00:11.660959 FMA4 - Four operand FMA instruction support = 0 (0) 00:00:11.660963 NodeId - NodeId in MSR C001_100C = 0 (0) 00:00:11.660967 TBM - Trailing Bit Manipulation instructions = 0 (0) 00:00:11.660971 TOPOEXT - Topology Extensions = 0 (0) 00:00:11.660975 PRFEXTCORE - Performance Counter Extensions support = 0 (0) 00:00:11.660978 PRFEXTNB - NB Performance Counter Extensions support = 0 (0) 00:00:11.660981 DATABPEXT - Data-access Breakpoint Extension = 0 (0) 00:00:11.660984 PERFTSC - Performance Time Stamp Counter = 0 (0) 00:00:11.660988 PCX_L2I - L2I/L3 Performance Counter Extensions = 0 (0) 00:00:11.660991 MWAITX - MWAITX and MONITORX instructions = 0 (0) 00:00:11.660995 Full Name: "Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz" 00:00:11.660997 TLB 2/4M Instr/Uni: res0 0 entries 00:00:11.661000 TLB 2/4M Data: res0 0 entries 00:00:11.661002 TLB 4K Instr/Uni: res0 0 entries 00:00:11.661003 TLB 4K Data: res0 0 entries 00:00:11.661005 L1 Instr Cache Line Size: 0 bytes 00:00:11.661007 L1 Instr Cache Lines Per Tag: 0 00:00:11.661008 L1 Instr Cache Associativity: res0
00:00:11.661009 L1 Instr Cache Size: 0 KB 00:00:11.661010 L1 Data Cache Line Size: 0 bytes 00:00:11.661012 L1 Data Cache Lines Per Tag: 0 00:00:11.661013 L1 Data Cache Associativity: res0
00:00:11.661014 L1 Data Cache Size: 0 KB 00:00:11.661016 L2 TLB 2/4M Instr/Uni: off 0 entries 00:00:11.661018 L2 TLB 2/4M Data: off 0 entries 00:00:11.661020 L2 TLB 4K Instr/Uni: off 0 entries 00:00:11.661021 L2 TLB 4K Data: off 0 entries 00:00:11.661150 L2 Cache Line Size: 0 bytes 00:00:11.661152 L2 Cache Lines Per Tag: 0 00:00:11.661153 L2 Cache Associativity: off
00:00:11.661155 L2 Cache Size: 0 KB 00:00:11.661158 TS - Temperature Sensor = 0 (0) 00:00:11.661163 FID - Frequency ID control = 0 (0) 00:00:11.661167 VID - Voltage ID control = 0 (0) 00:00:11.661171 TscInvariant - Invariant Time Stamp Counter = 1 (1) 00:00:11.661175 CBP - Core Performance Boost = 0 (0) 00:00:11.661179 EffFreqRO - Read-only Effective Frequency Interface = 0 (0) 00:00:11.661182 ProcFdbkIf - Processor Feedback Interface = 0 (0) 00:00:11.661185 ProcPwrRep - Core power reporting interface support = 0 (0) 00:00:11.661188 Physical Address Width: 39 bits 00:00:11.661190 Virtual Address Width: 48 bits 00:00:11.661191 Guest Physical Address Width: 0 bits 00:00:11.661192 Physical Core Count: 1 00:00:11.661197 00:00:11.661198 **** End of CPUID dump ** 00:00:11.661199 VT-x features 00:00:11.661205 Nested hardware virtualization - VMX features 00:00:11.661206 Mnemonic - Description = guest (host) 00:00:11.661207 VMX - Virtual-Machine Extensions = 0 (1) 00:00:11.661210 InsOutInfo - INS/OUTS instruction info. = 0 (1) 00:00:11.661212 ExtIntExit - External interrupt exiting = 0 (1) 00:00:11.661213 NmiExit - NMI exiting = 0 (1) 00:00:11.661215 VirtNmi - Virtual NMIs = 0 (1) 00:00:11.661217 PreemptTimer - VMX preemption timer = 0 (1) 00:00:11.661219 PostedInt - Posted interrupts = 0 (0) 00:00:11.661221 IntWindowExit - Interrupt-window exiting = 0 (1) 00:00:11.661222 TscOffsetting - TSC offsetting = 0 (1) 00:00:11.661224 HltExit - HLT exiting = 0 (1) 00:00:11.661484 InvlpgExit - INVLPG exiting = 0 (1) 00:00:11.661486 MwaitExit - MWAIT exiting = 0 (1) 00:00:11.661487 RdpmcExit - RDPMC exiting = 0 (1) 00:00:11.661488 RdtscExit - RDTSC exiting = 0 (1) 00:00:11.661490 Cr3LoadExit - CR3-load exiting = 0 (1) 00:00:11.661491 Cr3StoreExit - CR3-store exiting = 0 (1) 00:00:11.661492 Cr8LoadExit - CR8-load exiting = 0 (1) 00:00:11.661493 Cr8StoreExit - CR8-store exiting = 0 (1) 00:00:11.661495 UseTprShadow - Use TPR shadow = 0 (1) 00:00:11.661496 NmiWindowExit - NMI-window exiting = 0 (1) 00:00:11.661535 MovDRxExit - Mov-DR exiting = 0 (1) 00:00:11.661536 UncondIoExit - Unconditional I/O exiting = 0 (1) 00:00:11.661537 UseIoBitmaps - Use I/O bitmaps = 0 (1) 00:00:11.661538 MonitorTrapFlag - Monitor Trap Flag = 0 (1) 00:00:11.661539 UseMsrBitmaps - MSR bitmaps = 0 (1) 00:00:11.661540 MonitorExit - MONITOR exiting = 0 (1) 00:00:11.661541 PauseExit - PAUSE exiting = 0 (1) 00:00:11.661541 SecondaryExecCtl - Activate secondary controls = 0 (1) 00:00:11.661542 VirtApic - Virtualize-APIC accesses = 0 (1) 00:00:11.661543 Ept - Extended Page Tables = 0 (1) 00:00:11.661544 DescTableExit - Descriptor-table exiting = 0 (1) 00:00:11.661545 Rdtscp - Enable RDTSCP = 0 (1) 00:00:11.661546 VirtX2ApicMode - Virtualize-x2APIC mode = 0 (1) 00:00:11.661547 Vpid - Enable VPID = 0 (1) 00:00:11.661548 WbinvdExit - WBINVD exiting = 0 (1) 00:00:11.661549 UnrestrictedGuest - Unrestricted guest = 0 (1) 00:00:11.661550 ApicRegVirt - APIC-register virtualization = 0 (0) 00:00:11.661550 VirtIntDelivery - Virtual-interrupt delivery = 0 (0) 00:00:11.661551 PauseLoopExit - PAUSE-loop exiting = 0 (1) 00:00:11.661552 RdrandExit - RDRAND exiting = 0 (1) 00:00:11.661553 Invpcid - Enable INVPCID = 0 (1) 00:00:11.661554 VmFuncs - Enable VM Functions = 0 (1) 00:00:11.661555 VmcsShadowing - VMCS shadowing = 0 (1) 00:00:11.661556 RdseedExiting - RDSEED exiting = 0 (1) 00:00:11.661557 PML - Page-Modification Log (PML) = 0 (1) 00:00:11.661558 EptVe - EPT violations can cause #VE = 0 (1) 00:00:11.661558 XsavesXRstors - Enable XSAVES/XRSTORS = 0 (1) 00:00:11.661559 EntryLoadDebugCtls - Load debug controls on VM-entry = 0 (1) 00:00:11.661560 Ia32eModeGuest - IA-32e mode guest = 0 (1) 00:00:11.661561 EntryLoadEferMsr - Load IA32_EFER MSR on VM-entry = 0 (1) 00:00:11.661562 EntryLoadPatMsr - Load IA32_PAT MSR on VM-entry = 0 (1) 00:00:11.661563 ExitSaveDebugCtls - Save debug controls on VM-exit = 0 (1) 00:00:11.661564 HostAddrSpaceSize - Host address-space size = 0 (1) 00:00:11.661565 ExitAckExtInt - Acknowledge interrupt on VM-exit = 0 (1) 00:00:11.661566 ExitSavePatMsr - Save IA32_PAT MSR on VM-exit = 0 (1) 00:00:11.661566 ExitLoadPatMsr - Load IA32_PAT MSR on VM-exit = 0 (1) 00:00:11.661567 ExitSaveEferMsr - Save IA32_EFER MSR on VM-exit = 0 (1) 00:00:11.661568 ExitLoadEferMsr - Load IA32_EFER MSR on VM-exit = 0 (1) 00:00:11.661569 SavePreemptTimer - Save VMX-preemption timer = 0 (1) 00:00:11.661570 ExitSaveEferLma - Save IA32_EFER.LMA on VM-exit = 0 (1) 00:00:11.661571 IntelPt - Intel PT (Processor Trace) in VMX operation = 0 (1) 00:00:11.661572 VmwriteAll - VMWRITE to any supported VMCS field = 0 (1) 00:00:11.661573 EntryInjectSoftInt - Inject softint. with 0-len instr. = 0 (1) 00:00:11.661574 00:00:11.661575 ***** End of VT-x features **** 00:00:11.661686 VMEmt: Halt method global1 (5) 00:00:11.661873 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000 00:00:11.661923 Changing the VM state from 'CREATING' to 'CREATED' 00:00:11.663120 Changing the VM state from 'CREATED' to 'POWERING_ON' 00:00:11.663764 Changing the VM state from 'POWERING_ON' to 'RUNNING' 00:00:11.663807 Console: Machine state changed to 'Running' 00:00:11.673871 VMMDev: Guest Log: BIOS: VirtualBox 6.1.16 00:00:11.674180 PCI: Setting up resources and interrupts 00:00:11.674925 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0) 00:00:11.711553 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0 00:00:11.714878 VMMDev: Guest Log: CPUID EDX: 0x178bfbff 00:00:11.716682 VMMDev: Guest Log: BIOS: No PCI IDE controller, not probing IDE 00:00:11.722179 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0) 00:00:11.737497 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000000000aff0000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0 00:00:11.972014 Console: Machine state changed to 'Stopping' 00:00:11.973924 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0) 00:00:11.976623 Changing the VM state from 'RUNNING' to 'POWERING_OFF' 00:00:11.976659 ** Guest state at power off for VCpu 0 ** 00:00:11.976719 Guest CPUM (VCPU 0) state: 00:00:11.976799 eax=00002064 ebx=0000046c ecx=0000000e edx=00000000 esi=00009fc0 edi=00000001 00:00:11.976803 eip=000078cf esp=000077ca ebp=000077dc iopl=0 nv up ei pl nz na po nc 00:00:11.976805 cs={f000 base=00000000000f0000 limit=0000ffff flags=0000009b} dr0=00000000 dr1=00000000 00:00:11.976810 ds={f000 base=00000000000f0000 limit=0000ffff flags=00000093} dr2=00000000 dr3=00000000 00:00:11.976813 es={0000 base=0000000000000000 limit=0000ffff flags=00000093} dr4=00000000 dr5=00000000 00:00:11.976816 fs={0000 base=0000000000000000 limit=0000ffff flags=00000093} dr6=ffff0ff0 dr7=00000400 00:00:11.976819 gs={0000 base=0000000000000000 limit=0000ffff flags=00000093} cr0=00000010 cr2=00000000 00:00:11.976822 ss={0000 base=0000000000000000 limit=0000ffff flags=00000093} cr3=00000000 cr4=00000000 00:00:11.976824 gdtr=00000000000fe89f:0047 idtr=0000000000000000:ffff eflags=00200246 00:00:11.976827 ldtr={0000 base=00000000 limit=0000ffff flags=00000082} 00:00:11.976828 tr ={0000 base=00000000 limit=0000ffff flags=0000008b} 00:00:11.976830 SysEnter={cs=0000 eip=00000000 esp=00000000} 00:00:11.976832 xcr=0000000000000001 xcr1=0000000000000000 xss=0000000000000000 (fXStateMask=0000000000000000) 00:00:11.976835 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff 00:00:11.976837 FPUIP=00000000 CS=0000 Rsrvd1=0000 FPUDP=00000000 DS=0000 Rsvrd2=0000 00:00:11.976839 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976844 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976847 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976850 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976852 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976855 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976857 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976860 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 2 ^ -16383 () 00:00:11.976862 XMM0 =00000000'00000000'00000000'00000000 XMM1 =00000000'00000000'00000000'00000000 00:00:11.976865 XMM2 =00000000'00000000'00000000'00000000 XMM3 =00000000'00000000'00000000'00000000 00:00:11.976868 XMM4 =00000000'00000000'00000000'00000000 XMM5 =00000000'00000000'00000000'00000000 00:00:11.976871 XMM6 =00000000'00000000'00000000'00000000 XMM7 =00000000'00000000'00000000'00000000 00:00:11.976874 XMM8 =00000000'00000000'00000000'00000000 XMM9 =00000000'00000000'00000000'00000000 00:00:11.976877 XMM10=00000000'00000000'00000000'00000000 XMM11=00000000'00000000'00000000'00000000 00:00:11.976880 XMM12=00000000'00000000'00000000'00000000 XMM13=00000000'00000000'00000000'00000000 00:00:11.976883 XMM14=00000000'00000000'00000000'00000000 XMM15=00000000'00000000'00000000'00000000 00:00:11.976886 EFER =0000000000000000 00:00:11.976887 PAT =0007040600070406 00:00:11.976888 STAR =0000000000000000 00:00:11.976889 CSTAR =0000000000000000 00:00:11.976890 LSTAR =0000000000000000 00:00:11.976891 SFMASK =0000000000000000 00:00:11.976892 KERNELGSBASE =0000000000000000 00:00:11.976896 * 00:00:11.976930 VCPU[0] hardware virtualization state: 00:00:11.976932 fLocalForcedActions = 0x0 00:00:11.976933 No/inactive hwvirt state 00:00:11.976936 00:00:11.976943 Guest paging mode (VCPU #0): Real (changed 4 times), A20 disabled (changed 1 times) 00:00:11.976977 Shadow paging mode (VCPU #0): EPT 00:00:11.976978 Host paging mode: AMD64+NX 00:00:11.976981 00:00:11.977016 Active Timers (pVM=0000000009ab0000) 00:00:11.977018 pTimerR3 offNext offPrev offSched Clock Time Expire HzHint State Description 00:00:11.977025 0000000009cf5500 00000600 00000000 00000000 Real 4566557 4566573 0 2-ACTIVE VGA Refresh Timer 00:00:11.977077 0000000009cf5b00 ffffff80 fffffa00 00000000 Real 4566557 4566580 0 2-ACTIVE EMT Yielder 00:00:11.977086 0000000009cf5a80 00000000 00000080 00000000 Real 4566557 4567238 0 2-ACTIVE CPU Load Timer 00:00:11.977099 0000000009cf5600 00000000 00000000 00000000 Virt 313038384 3000000000 0 2-ACTIVE E1000 Link Up Timer 00:00:11.977109 0000000009cf0df0 00000180 00000000 00000000 VrSy 312780709 323730591 64 2-ACTIVE i8254 Programmable Interval Timer 00:00:11.977118 0000000009cf0f70 00004970 fffffe80 00000000 VrSy 312789831 990000000 0 2-ACTIVE MC146818 RTC (CMOS) - Second2 00:00:11.977128 0000000009cf58e0 00000000 ffffb690 00000000 VrSy 312799615 599932015941 0 2-ACTIVE ACPI PM Timer 00:00:11.977263 * 00:00:11.977276 Guest GDT (GCAddr=00000000000fe89f limit=47): 00:00:11.977379 0010 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit 00:00:11.977383 0018 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit 00:00:11.977388 0020 - 0000ffff 00009b0f - base=000f0000 limit=0000ffff dpl=0 CodeER Accessed Present 16-bit 00:00:11.977392 0028 - 0000ffff 00009300 - base=00000000 limit=0000ffff dpl=0 DataRW Accessed Present 16-bit 00:00:11.977396 0040 - 0400ffff 00009300 - base=00000400 limit=0000ffff dpl=0 DataRW Accessed Present 16-bit 00:00:11.977403 ** End of Guest state at power off ***** 00:00:12.068904 PDMR3PowerOff: 91 283 662 ns run time 00:00:12.069030 Changing the VM state from 'POWERING_OFF' to 'OFF' 00:00:12.073682 Changing the VM state from 'OFF' to 'DESTROYING' 00:00:12.073802 Statistics 00:00:12.073836 /CPUM/MSR-Totals/Reads 0 times 00:00:12.073855 /CPUM/MSR-Totals/ReadsRaisingGP 0 times 00:00:12.073870 /CPUM/MSR-Totals/ReadsUnknown 0 times 00:00:12.073884 /CPUM/MSR-Totals/Writes 0 times 00:00:12.073898 /CPUM/MSR-Totals/WritesRaisingGP 0 times 00:00:12.073915 /CPUM/MSR-Totals/WritesToIgnoredBits 0 times 00:00:12.073934 /CPUM/MSR-Totals/WritesUnknown 0 times 00:00:12.073957 /Devices/8237A/DmaRun 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.073977 /Devices/VMMDev/BalloonChunks 0 count 00:00:12.073997 /Devices/VMMDev/FastIrqAckR3 0 count 00:00:12.074019 /Devices/VMMDev/FastIrqAckRZ 0 count 00:00:12.074034 /Devices/VMMDev/LargeReqBufAllocs 0 count 00:00:12.074048 /Devices/VMMDev/SlowIrqAck 0 count 00:00:12.074063 /Devices/e1000#0/ReceiveBytes 0 bytes 00:00:12.074077 /Devices/e1000#0/TransmitBytes 0 bytes 00:00:12.074091 /Devices/e1000#0/iStatIntLost 0 ns 00:00:12.074109 /Devices/e1000#0/iStatIntLostOne 0 ns 00:00:12.074129 /Devices/e1000#0/u64ArmedAt 0 ns 00:00:12.074144 /Devices/e1000#0/uStatDescCtx 0 ns 00:00:12.074158 /Devices/e1000#0/uStatDescDat 0 ns 00:00:12.074173 /Devices/e1000#0/uStatDescLeg 0 ns 00:00:12.074193 /Devices/e1000#0/uStatInt 0 ns 00:00:12.074210 /Devices/e1000#0/uStatIntEarly 0 ns 00:00:12.074225 /Devices/e1000#0/uStatIntICS 0 ns 00:00:12.074238 /Devices/e1000#0/uStatIntIMS 0 ns 00:00:12.074252 /Devices/e1000#0/uStatIntLate 0 ns 00:00:12.074266 /Devices/e1000#0/uStatIntLower 0 ns 00:00:12.074281 /Devices/e1000#0/uStatIntMasked 0 ns 00:00:12.074301 /Devices/e1000#0/uStatIntRDTR 0 ns 00:00:12.074319 /Devices/e1000#0/uStatIntRXDMT0 0 ns 00:00:12.074333 /Devices/e1000#0/uStatIntRx 0 ns 00:00:12.074347 /Devices/e1000#0/uStatIntSkip 0 ns 00:00:12.074360 /Devices/e1000#0/uStatIntTXQE 0 ns 00:00:12.074374 /Devices/e1000#0/uStatIntTry 0 ns 00:00:12.074388 /Devices/e1000#0/uStatIntTx 0 ns 00:00:12.074402 /Devices/e1000#0/uStatMaxTxDelay 0 ns 00:00:12.074416 /Devices/e1000#0/uStatNoIntICR 0 ns 00:00:12.074430 /Devices/e1000#0/uStatRAD 0 ns 00:00:12.074444 /Devices/e1000#0/uStatRID 0 ns 00:00:12.074458 /Devices/e1000#0/uStatRxFrm 0 ns 00:00:12.074471 /Devices/e1000#0/uStatTAD 0 ns 00:00:12.074485 /Devices/e1000#0/uStatTID 0 ns 00:00:12.074499 /Devices/e1000#0/uStatTx1514 0 ns 00:00:12.074513 /Devices/e1000#0/uStatTx16384 0 ns 00:00:12.074526 /Devices/e1000#0/uStatTx2962 0 ns 00:00:12.074540 /Devices/e1000#0/uStatTx32768 0 ns 00:00:12.074765 /Devices/e1000#0/uStatTx4410 0 ns 00:00:12.074815 /Devices/e1000#0/uStatTx5858 0 ns 00:00:12.074840 /Devices/e1000#0/uStatTx7306 0 ns 00:00:12.074854 /Devices/e1000#0/uStatTx8754 0 ns 00:00:12.074868 /Devices/e1000#0/uStatTxDelayExp 0 ns 00:00:12.074882 /Devices/e1000#0/uStatTxDelayed 0 ns 00:00:12.074896 /Devices/e1000#0/uStatTxFrm 0 ns 00:00:12.074910 /Devices/e1000#0/uStatTxIDE 0 ns 00:00:12.074924 /Devices/e1000#0/uStatTxLarge 0 ns 00:00:12.074937 /Devices/e1000#0/uStatTxNoRS 0 ns 00:00:12.074952 /Devices/hpet/CounterRead4Byte 0 times 00:00:12.074967 /Devices/hpet/CounterRead8Byte 0 times 00:00:12.074985 /Devices/hpet/CounterWriteHigh 0 times 00:00:12.075013 /Devices/hpet/CounterWriteLow 0 times 00:00:12.075041 /Devices/hpet/timer0/SetIrq 0 times 00:00:12.075068 /Devices/hpet/timer0/SetTimer 0 times 00:00:12.075089 /Devices/hpet/timer1/SetIrq 0 times 00:00:12.075109 /Devices/hpet/timer1/SetTimer 0 times 00:00:12.075128 /Devices/hpet/timer2/SetIrq 0 times 00:00:12.075147 /Devices/hpet/timer2/SetTimer 0 times 00:00:12.075167 /Devices/hpet/timer3/SetIrq 0 times 00:00:12.075188 /Devices/hpet/timer3/SetTimer 0 times 00:00:12.075210 /Devices/ichac97/UnimplementedNabmReads 0 times 00:00:12.075230 /Devices/ichac97/UnimplementedNabmWrites 0 times 00:00:12.075259 /Devices/lpc/ConfigReads 30 times 00:00:12.075285 /Devices/lpc/ConfigWrites 7 times 00:00:12.075301 /Devices/lpc/MMIOReads 0 times 00:00:12.075315 /Devices/lpc/MMIOWrites 0 times 00:00:12.075330 /Devices/mc146818/Irq 0 times 00:00:12.075344 /Devices/mc146818/TimerCB 0 times 00:00:12.075358 /Devices/vga/HgmsiMdaCgaAccesses 0 times 00:00:12.075379 /EM/CPU0/ExitHashing/Used 0 times 00:00:12.075394 /EM/CPU0/ExitOpt/Exec 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.075411 /EM/CPU0/ExitOpt/ExecInstructions 0 times 00:00:12.075426 /EM/CPU0/ExitOpt/ExecSavedExit 0 times 00:00:12.075440 /EM/CPU0/ExitOpt/Probe 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.075455 /EM/CPU0/ExitOpt/ProbeInstructions 0 times 00:00:12.075469 /EM/CPU0/ExitOpt/ProbedExecWithMax 0 times 00:00:12.075483 /EM/CPU0/ExitOpt/ProbedNormal 0 times 00:00:12.075497 /EM/CPU0/ExitOpt/ProbedToRing3 0 times 00:00:12.075512 /GMM/ChunkTlbHits 4405 times 00:00:12.075527 /GMM/ChunkTlbMisses 1 times 00:00:12.075558 /GMM/VM/Allocated/cBasePages 545 pages 00:00:12.075574 /GMM/VM/Allocated/cFixedPages 0 pages 00:00:12.075588 /GMM/VM/Allocated/cShadowPages 0 pages 00:00:12.075602 /GMM/VM/Reserved/cBasePages 32926 pages 00:00:12.075617 /GMM/VM/Reserved/cFixedPages 3076 pages 00:00:12.075631 /GMM/VM/Reserved/cShadowPages 1 pages 00:00:12.075645 /GMM/VM/cBalloonedPages 0 pages 00:00:12.075659 /GMM/VM/cMaxBalloonedPages 0 pages 00:00:12.075673 /GMM/VM/cPrivatePages 545 pages 00:00:12.075712 /GMM/VM/cReqActuallyBalloonedPages 0 pages 00:00:12.075733 /GMM/VM/cReqBalloonedPages 0 pages 00:00:12.075753 /GMM/VM/cReqDeflatePages 0 pages 00:00:12.075774 /GMM/VM/cShareableModules 0 count 00:00:12.075804 /GMM/VM/cSharedPages 0 pages 00:00:12.075820 /GMM/VM/enmPolicy 1 00:00:12.075837 /GMM/VM/enmPriority 2 00:00:12.075859 /GMM/VM/fBallooningEnabled false
00:00:12.075882 /GMM/VM/fMayAllocate true
00:00:12.075897 /GMM/VM/fSharedPagingEnabled false
00:00:12.075911 /GMM/cAllocatedPages 545 pages 00:00:12.076026 /GMM/cBalloonedPages 0 pages 00:00:12.076050 /GMM/cChunks 2 count 00:00:12.076064 /GMM/cDuplicatePages 0 pages 00:00:12.076079 /GMM/cFreedChunks 0 count 00:00:12.076093 /GMM/cLeftBehindSharedPages 0 pages 00:00:12.076108 /GMM/cMaxPages 4294967295 pages 00:00:12.076123 /GMM/cOverCommittedPages 0 pages 00:00:12.076138 /GMM/cReservedPages 36003 pages 00:00:12.076153 /GMM/cShareableModules 0 count 00:00:12.076167 /GMM/cSharedPages 0 pages 00:00:12.076181 /GMM/idFreeGeneration 4611686018427387775 00:00:12.076501 /GVMM/EMTs 1 calls 00:00:12.076521 /GVMM/HostCPUs 4 calls 00:00:12.076536 /GVMM/HostCpus/0 0 00:00:12.076551 /GVMM/HostCpus/0/CurTimerHz 0 Hz 00:00:12.076565 /GVMM/HostCpus/0/DesiredHz 0 Hz 00:00:12.076579 /GVMM/HostCpus/0/PPTChanges 0 times 00:00:12.076593 /GVMM/HostCpus/0/PPTStarts 0 times 00:00:12.076607 /GVMM/HostCpus/0/idxCpuSet 0 00:00:12.076621 /GVMM/HostCpus/1 1 00:00:12.076635 /GVMM/HostCpus/1/CurTimerHz 0 Hz 00:00:12.076648 /GVMM/HostCpus/1/DesiredHz 0 Hz 00:00:12.076731 /GVMM/HostCpus/1/PPTChanges 0 times 00:00:12.076769 /GVMM/HostCpus/1/PPTStarts 0 times 00:00:12.076787 /GVMM/HostCpus/1/idxCpuSet 1 00:00:12.076801 /GVMM/HostCpus/2 2 00:00:12.076815 /GVMM/HostCpus/2/CurTimerHz 0 Hz 00:00:12.076850 /GVMM/HostCpus/2/DesiredHz 0 Hz 00:00:12.076883 /GVMM/HostCpus/2/PPTChanges 0 times 00:00:12.076908 /GVMM/HostCpus/2/PPTStarts 0 times 00:00:12.076932 /GVMM/HostCpus/2/idxCpuSet 2 00:00:12.076953 /GVMM/HostCpus/3 3 00:00:12.076976 /GVMM/HostCpus/3/CurTimerHz 0 Hz 00:00:12.076998 /GVMM/HostCpus/3/DesiredHz 0 Hz 00:00:12.077019 /GVMM/HostCpus/3/PPTChanges 0 times 00:00:12.077042 /GVMM/HostCpus/3/PPTStarts 0 times 00:00:12.077065 /GVMM/HostCpus/3/idxCpuSet 3 00:00:12.077088 /GVMM/Sum/HaltBlocking 34 calls 00:00:12.077112 /GVMM/Sum/HaltCalls 73 calls 00:00:12.077134 /GVMM/Sum/HaltNotBlocking 39 calls 00:00:12.077155 /GVMM/Sum/HaltTimeouts 16 calls 00:00:12.077177 /GVMM/Sum/HaltWakeUps 0 calls 00:00:12.077200 /GVMM/Sum/PokeCalls 0 calls 00:00:12.077238 /GVMM/Sum/PokeNotBusy 0 calls 00:00:12.077255 /GVMM/Sum/PollCalls 0 calls 00:00:12.077270 /GVMM/Sum/PollHalts 0 calls 00:00:12.077284 /GVMM/Sum/PollWakeUps 0 calls 00:00:12.077298 /GVMM/Sum/WakeUpCalls 18 calls 00:00:12.077326 /GVMM/Sum/WakeUpNotHalted 15 calls 00:00:12.077603 /GVMM/Sum/WakeUpWakeUps 0 calls 00:00:12.077691 /GVMM/VM/HaltBlocking 34 calls 00:00:12.077717 /GVMM/VM/HaltCalls 73 calls 00:00:12.077740 /GVMM/VM/HaltNotBlocking 39 calls 00:00:12.077780 /GVMM/VM/HaltTimeouts 16 calls 00:00:12.077805 /GVMM/VM/HaltWakeUps 0 calls 00:00:12.077829 /GVMM/VM/PokeCalls 0 calls 00:00:12.077957 /GVMM/VM/PokeNotBusy 0 calls 00:00:12.078000 /GVMM/VM/PollCalls 0 calls 00:00:12.078039 /GVMM/VM/PollHalts 0 calls 00:00:12.078065 /GVMM/VM/PollWakeUps 0 calls 00:00:12.078086 /GVMM/VM/WakeUpCalls 18 calls 00:00:12.078106 /GVMM/VM/WakeUpNotHalted 15 calls 00:00:12.078127 /GVMM/VM/WakeUpWakeUps 0 calls 00:00:12.078427 /GVMM/VMs 1 calls 00:00:12.078473 /HGCM/FailedPageListLocking 0 count 00:00:12.078496 /HGCM/LargeCmdAllocs 0 count 00:00:12.078518 /HGCM/MsgArrival 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.078546 /HGCM/MsgCompletion 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.078573 /HGCM/MsgTotal 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.078598 /HM/CPU0/Exit/HostNmiInGC 0 times 00:00:12.078673 /HM/CPU0/Exit/HostNmiInGCIpi 0 times 00:00:12.078693 /HM/CPU0/Switch/Preempting 0 times 00:00:12.078712 /IEM/CPU0/CodeTlb-Misses 0 count 00:00:12.078732 /IEM/CPU0/CodeTlb-PhysRev ffffffffffff9c00 00:00:12.078755 /IEM/CPU0/CodeTlb-Revision fffff38000000000 00:00:12.078776 /IEM/CPU0/CodeTlb-SlowReads 0 00:00:12.078798 /IEM/CPU0/DataTlb-Misses 0 count 00:00:12.078817 /IEM/CPU0/DataTlb-PhysRev ffffffffffff9c00 00:00:12.078838 /IEM/CPU0/DataTlb-Revision fffff38000000000 00:00:12.078859 /IEM/CPU0/cInstructions 356 count 00:00:12.078881 /IEM/CPU0/cLongJumps 0 bytes 00:00:12.078910 /IEM/CPU0/cPendingCommit 0 bytes 00:00:12.078945 /IEM/CPU0/cPotentialExits 20580 count 00:00:12.078970 /IEM/CPU0/cRetAspectNotImplemented 0 count 00:00:12.078994 /IEM/CPU0/cRetErrStatuses 0 count 00:00:12.079031 /IEM/CPU0/cRetInfStatuses 0 count 00:00:12.079049 /IEM/CPU0/cRetInstrNotImplemented 0 count 00:00:12.079063 /IEM/CPU0/cbWritten 36924 bytes 00:00:12.079091 /IOM/MmioMappingsStale 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.079134 /MM/HyperHeap/cbFree 1978800 bytes 00:00:12.079159 /MM/HyperHeap/cbHeap 2096832 bytes 00:00:12.079174 /PDM/BlkCache/cbCached 0 bytes 00:00:12.079189 /PDM/BlkCache/cbCachedFru 0 bytes 00:00:12.079203 /PDM/BlkCache/cbCachedMruIn 0 bytes 00:00:12.079217 /PDM/BlkCache/cbCachedMruOut 0 bytes 00:00:12.079231 /PDM/BlkCache/cbMax 5242880 bytes 00:00:12.079246 /PDM/CritSects/8237A#0Auto/ContentionR3 0 times 00:00:12.079263 /PDM/CritSects/8237A#0Auto/ContentionRZLock 0 times 00:00:12.079294 /PDM/CritSects/8237A#0Auto/ContentionRZUnlock 0 times 00:00:12.079329 /PDM/CritSects/AC'97/ContentionR3 0 times 00:00:12.079350 /PDM/CritSects/AC'97/ContentionRZLock 0 times 00:00:12.079364 /PDM/CritSects/AC'97/ContentionRZUnlock 0 times 00:00:12.079378 /PDM/CritSects/E1000#0/ContentionR3 0 times 00:00:12.079392 /PDM/CritSects/E1000#0/ContentionRZLock 0 times 00:00:12.079406 /PDM/CritSects/E1000#0/ContentionRZUnlock 0 times 00:00:12.079420 /PDM/CritSects/E1000#0RX/ContentionR3 0 times 00:00:12.079434 /PDM/CritSects/E1000#0RX/ContentionRZLock 0 times 00:00:12.079450 /PDM/CritSects/E1000#0RX/ContentionRZUnlock 0 times 00:00:12.079480 /PDM/CritSects/E1000#0TX/ContentionR3 0 times 00:00:12.079519 /PDM/CritSects/E1000#0TX/ContentionRZLock 0 times 00:00:12.079537 /PDM/CritSects/E1000#0TX/ContentionRZUnlock 0 times 00:00:12.079552 /PDM/CritSects/GIMDev#0Auto/ContentionR3 0 times 00:00:12.079566 /PDM/CritSects/GIMDev#0Auto/ContentionRZLock 0 times 00:00:12.079641 /PDM/CritSects/GIMDev#0Auto/ContentionRZUnlock 0 times 00:00:12.079671 /PDM/CritSects/HPET/ContentionR3 0 times 00:00:12.079693 /PDM/CritSects/HPET/ContentionRZLock 0 times 00:00:12.079714 /PDM/CritSects/HPET/ContentionRZUnlock 0 times 00:00:12.079738 /PDM/CritSects/MM-HYPER/ContentionR3 0 times 00:00:12.079770 /PDM/CritSects/MM-HYPER/ContentionRZLock 0 times 00:00:12.079936 /PDM/CritSects/MM-HYPER/ContentionRZUnlock 0 times 00:00:12.079976 /PDM/CritSects/NOP/ContentionR3 0 times 00:00:12.080012 /PDM/CritSects/NOP/ContentionRZLock 0 times 00:00:12.080030 /PDM/CritSects/NOP/ContentionRZUnlock 0 times 00:00:12.080044 /PDM/CritSects/PDM/ContentionR3 0 times 00:00:12.080058 /PDM/CritSects/PDM/ContentionRZLock 0 times 00:00:12.080082 /PDM/CritSects/PDM/ContentionRZUnlock 0 times 00:00:12.080113 /PDM/CritSects/PGM/ContentionR3 0 times 00:00:12.080135 /PDM/CritSects/PGM/ContentionRZLock 0 times 00:00:12.080156 /PDM/CritSects/PGM/ContentionRZUnlock 0 times 00:00:12.080180 /PDM/CritSects/TM Timer Lock/ContentionR3 0 times 00:00:12.080202 /PDM/CritSects/TM Timer Lock/ContentionRZLock 0 times 00:00:12.080237 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock 0 times 00:00:12.080255 /PDM/CritSects/TM VirtualSync Lock/ContentionR3 0 times 00:00:12.080269 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock 0 times 00:00:12.080283 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock 0 times 00:00:12.080302 /PDM/CritSects/VGA#0/ContentionR3 0 times 00:00:12.080336 /PDM/CritSects/VGA#0/ContentionRZLock 0 times 00:00:12.080358 /PDM/CritSects/VGA#0/ContentionRZUnlock 0 times 00:00:12.080379 /PDM/CritSects/VGA#0_IRQ/ContentionR3 0 times 00:00:12.080401 /PDM/CritSects/VGA#0_IRQ/ContentionRZLock 0 times 00:00:12.080424 /PDM/CritSects/VGA#0_IRQ/ContentionRZUnlock 0 times 00:00:12.080459 /PDM/CritSects/VMMDev#0/ContentionR3 0 times 00:00:12.080477 /PDM/CritSects/VMMDev#0/ContentionRZLock 0 times 00:00:12.080491 /PDM/CritSects/VMMDev#0/ContentionRZUnlock 0 times 00:00:12.080506 /PDM/CritSects/acpi#0/ContentionR3 0 times 00:00:12.080532 /PDM/CritSects/acpi#0/ContentionRZLock 0 times 00:00:12.080560 /PDM/CritSects/acpi#0/ContentionRZUnlock 0 times 00:00:12.080626 /PDM/CritSects/lpc#0Auto/ContentionR3 0 times 00:00:12.080653 /PDM/CritSects/lpc#0Auto/ContentionRZLock 0 times 00:00:12.080676 /PDM/CritSects/lpc#0Auto/ContentionRZUnlock 0 times 00:00:12.080697 /PDM/CritSects/mc146818#0Auto/ContentionR3 0 times 00:00:12.080740 /PDM/CritSects/mc146818#0Auto/ContentionRZLock 0 times 00:00:12.080760 /PDM/CritSects/mc146818#0Auto/ContentionRZUnlock 0 times 00:00:12.080780 /PDM/CritSects/pcarch#0Auto/ContentionR3 0 times 00:00:12.080805 /PDM/CritSects/pcarch#0Auto/ContentionRZLock 0 times 00:00:12.080827 /PDM/CritSects/pcarch#0Auto/ContentionRZUnlock 0 times 00:00:12.080850 /PDM/CritSects/pcbios#0Auto/ContentionR3 0 times 00:00:12.080871 /PDM/CritSects/pcbios#0Auto/ContentionRZLock 0 times 00:00:12.080890 /PDM/CritSects/pcbios#0Auto/ContentionRZUnlock 0 times 00:00:12.080911 /PDM/CritSects/pckbd#0Auto/ContentionR3 0 times 00:00:12.080931 /PDM/CritSects/pckbd#0Auto/ContentionRZLock 0 times 00:00:12.080955 /PDM/CritSects/pckbd#0Auto/ContentionRZUnlock 0 times 00:00:12.080990 /PDM/CritSects/pit#0/ContentionR3 0 times 00:00:12.081007 /PDM/CritSects/pit#0/ContentionRZLock 0 times 00:00:12.081023 /PDM/CritSects/pit#0/ContentionRZUnlock 0 times 00:00:12.081055 /PDM/CritSects/smc#0Auto/ContentionR3 0 times 00:00:12.081078 /PDM/CritSects/smc#0Auto/ContentionRZLock 0 times 00:00:12.081099 /PDM/CritSects/smc#0Auto/ContentionRZUnlock 0 times 00:00:12.081120 /PDM/CritSectsRw/IOM Lock/ContentionR3EnterExcl 0 times 00:00:12.081141 /PDM/CritSectsRw/IOM Lock/ContentionR3EnterShared 0 times 00:00:12.081163 /PDM/CritSectsRw/IOM Lock/ContentionRZEnterExcl 0 times 00:00:12.081185 /PDM/CritSectsRw/IOM Lock/ContentionRZEnterShared 0 times 00:00:12.081207 /PDM/CritSectsRw/IOM Lock/ContentionRZLeaveExcl 0 times 00:00:12.081243 /PDM/CritSectsRw/IOM Lock/ContentionRZLeaveShared 0 times 00:00:12.081263 /PDM/CritSectsRw/IOM Lock/R3EnterExcl 68 times 00:00:12.081454 /PDM/CritSectsRw/IOM Lock/R3EnterShared 181 times 00:00:12.081481 /PDM/CritSectsRw/IOM Lock/RZEnterExcl 0 times 00:00:12.081500 /PDM/CritSectsRw/IOM Lock/RZEnterShared 2219 times 00:00:12.081535 /PDM/Queue/DevHlp/AllocFailures 0 times 00:00:12.081568 /PDM/Queue/DevHlp/Flush 0 calls 00:00:12.081590 /PDM/Queue/DevHlp/FlushLeftovers 0 times 00:00:12.081614 /PDM/Queue/DevHlp/Insert 0 calls 00:00:12.081638 /PDM/Queue/DevHlp/cItems 8 count 00:00:12.081672 /PDM/Queue/DevHlp/cbItem 64 bytes 00:00:12.081688 /PDM/Queue/Keyboard/AllocFailures 0 times 00:00:12.081703 /PDM/Queue/Keyboard/Flush 0 calls 00:00:12.081717 /PDM/Queue/Keyboard/FlushLeftovers 0 times 00:00:12.081744 /PDM/Queue/Keyboard/Insert 0 calls 00:00:12.081772 /PDM/Queue/Keyboard/cItems 64 count 00:00:12.081795 /PDM/Queue/Keyboard/cbItem 32 bytes 00:00:12.081816 /PDM/Queue/Mouse/AllocFailures 0 times 00:00:12.081840 /PDM/Queue/Mouse/Flush 0 calls 00:00:12.081865 /PDM/Queue/Mouse/FlushLeftovers 0 times 00:00:12.081899 /PDM/Queue/Mouse/Insert 0 calls 00:00:12.081915 /PDM/Queue/Mouse/cItems 128 count 00:00:12.081929 /PDM/Queue/Mouse/cbItem 48 bytes 00:00:12.081945 /PDM/Tasks/000-E1000-Xmit-retriggered 0 times 00:00:12.081974 /PDM/Tasks/000-E1000-Xmit-runs 0 times 00:00:12.082001 /PGM/CPU0/cA20Changes 1 times 00:00:12.082023 /PGM/CPU0/cGuestModeChanges 4 times 00:00:12.082044 /PGM/ChunkR3Map/Mapped 2 count 00:00:12.082071 /PGM/ChunkR3Map/Unmapped 0 count 00:00:12.082104 /PGM/ChunkR3Map/c 2 count 00:00:12.082127 /PGM/ChunkR3Map/cMax 4294967295 count 00:00:12.082143 /PGM/LargePage/Recheck 0 times 00:00:12.082157 /PGM/LargePage/Refused 1 times 00:00:12.082174 /PGM/LargePage/Reused 0 times 00:00:12.082213 /PGM/Page/cAllPages 35913 count 00:00:12.082238 /PGM/Page/cBalloonedPages 0 count 00:00:12.082259 /PGM/Page/cHandyPages 55 count 00:00:12.082284 /PGM/Page/cLargePages 0 count 00:00:12.082317 /PGM/Page/cLargePagesDisabled 0 count 00:00:12.082342 /PGM/Page/cMonitoredPages 0 count 00:00:12.082356 /PGM/Page/cPrivatePages 3566 count 00:00:12.082371 /PGM/Page/cPureMmioPages 39 count 00:00:12.082387 /PGM/Page/cReadLockedPages 0 count 00:00:12.082418 /PGM/Page/cReusedSharedPages 0 count 00:00:12.082443 /PGM/Page/cSharedPages 0 count 00:00:12.082465 /PGM/Page/cWriteLockedPages 0 count 00:00:12.082485 /PGM/Page/cWrittenToPages 0 count 00:00:12.082510 /PGM/Page/cZeroPages 32308 count 00:00:12.082594 /PGM/Pool/Grow 609532 ticks ( 609532 ticks, 1 times, max 609532, min 609532) 00:00:12.082644 /PGM/ShMod/Check 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.082687 /PGM/cRelocations 0 times 00:00:12.082710 /PROF/CPU0/EM/Capped 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.082739 /PROF/CPU0/EM/ForcedActions 22 times 00:00:12.082771 /PROF/CPU0/EM/Halted 17 times 00:00:12.082797 /PROF/CPU0/EM/NEMExec 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.082814 /PROF/CPU0/EM/NEMExecuteCalled 0 times 00:00:12.082828 /PROF/CPU0/EM/RAWTotal 0 times 00:00:12.082854 /PROF/CPU0/EM/REMTotal 0 times 00:00:12.082884 /PROF/CPU0/EM/RecordedExits 2606 times 00:00:12.082906 /PROF/CPU0/EM/Total 1097867251 ticks/call ( 1097867251 ticks, 1 times, max 1097867251, min 1097867251) 00:00:12.082948 /PROF/CPU0/VM/Halt/Block 2899889 ns/call ( 156594020 ticks, 54 times, max 13390194, min 3550) 00:00:12.082997 /PROF/CPU0/VM/Halt/BlockInsomnia 266417 ns/call ( 10923133 ticks, 41 times, max 10202608, min 3550) 00:00:12.083022 /PROF/CPU0/VM/Halt/BlockOnTime 11662403 ns/call ( 34987211 ticks, 3 times, max 12231818, min 11206981) 00:00:12.083040 /PROF/CPU0/VM/Halt/BlockOverslept 947536 ns/call ( 9475368 ticks, 10 times, max 4996513, min 117178) 00:00:12.083075 /PROF/CPU0/VM/Halt/R0HaltBlock 1457782 ns/call ( 24782297 ticks, 17 times, max 13474131, min 3763) 00:00:12.083107 /PROF/CPU0/VM/Halt/R0HaltBlockInsomnia 706760 ns/call ( 11308166 ticks, 16 times, max 11210196, min 3763) 00:00:12.083134 /PROF/CPU0/VM/Halt/R0HaltBlockOnTime 0 ns/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.083163 /PROF/CPU0/VM/Halt/R0HaltBlockOverslept 537633 ns/call ( 537633 ticks, 1 times, max 537633, min 537633) 00:00:12.083203 /PROF/CPU0/VM/Halt/R0HaltExec 0 times 00:00:12.083224 /PROF/CPU0/VM/Halt/R0HaltExec/FromBlock 0 times 00:00:12.083238 /PROF/CPU0/VM/Halt/R0HaltExec/FromSpin 0 times 00:00:12.083254 /PROF/CPU0/VM/Halt/R0HaltHistoryCounter 17 times 00:00:12.083282 /PROF/CPU0/VM/Halt/R0HaltHistorySucceeded 0 times 00:00:12.083309 /PROF/CPU0/VM/Halt/R0HaltHistoryToRing3 17 times 00:00:12.083331 /PROF/CPU0/VM/Halt/Timers 34304 ns/call ( 2435625 ticks, 71 times, max 499834, min 2) 00:00:12.083359 /PROF/CPU0/VM/Halt/Yield 0 ns/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.083389 /Public/NetAdapter/0/BytesReceived 0 bytes 00:00:12.083425 /Public/NetAdapter/0/BytesTransmitted 0 bytes 00:00:12.083443 /Public/NetAdapter/0/e1000 0 00:00:12.083458 /SELM/LoadHidSel/GstReadErrors 0 times 00:00:12.083475 /SELM/LoadHidSel/NoGoodGuest 0 times 00:00:12.083529 /TM/CPU/00/cNsExecuting 6461498 ns 00:00:12.083555 /TM/CPU/00/cNsHalted 159144329 ns 00:00:12.083580 /TM/CPU/00/cNsOther 239424071 ns 00:00:12.083605 /TM/CPU/00/cNsTotal 405029898 ns 00:00:12.083643 /TM/CPU/00/cPeriodsExecuting 2606 count 00:00:12.083662 /TM/CPU/00/cPeriodsHalted 17 count 00:00:12.083695 /TM/CPU/00/pctExecuting 0 % 00:00:12.083741 /TM/CPU/00/pctHalted 0 % 00:00:12.083762 /TM/CPU/00/pctOther 0 % 00:00:12.083788 /TM/CPU/pctExecuting 0 % 00:00:12.083822 /TM/CPU/pctHalted 0 % 00:00:12.083845 /TM/CPU/pctOther 0 % 00:00:12.083860 /TM/MaxHzHint 0 Hz 00:00:12.083875 /TM/PIT/Handler 0 ticks/call ( 0 ticks, 0 times, max 0, min -1) 00:00:12.083894 /TM/PIT/Irq 0 times 00:00:12.083930 /TM/R3/1nsSteps 2 times 00:00:12.083956 /TM/TSC/offCPU0 0 ticks 00:00:12.083979 /TM/VirtualSync/CurrentOffset 267598 ns 00:00:12.084008 ***** End of statistics ** 00:00:12.091268 NAT: Zone(nm:mbuf_cluster, used:0) 00:00:12.093189 NAT: Zone(nm:mbuf_packet, used:0) 00:00:12.093230 NAT: Zone(nm:mbuf, used:0) 00:00:12.094629 NAT: Zone(nm:mbuf_jumbo_pagesize, used:0) 00:00:12.096760 NAT: Zone(nm:mbuf_jumbo_9k, used:0) 00:00:12.097986 NAT: Zone(nm:mbuf_jumbo_16k, used:0) 00:00:12.098566 NAT: Zone(nm:mbuf_ext_refcnt, used:0) 00:00:12.098844 E1000#0: Interrupt attempts: 0 00:00:12.098864 E1000#0: Interrupts raised : 0 00:00:12.098878 E1000#0: Interrupts lowered: 0 00:00:12.098892 E1000#0: ICR outside ISR : 0 00:00:12.098905 E1000#0: IMS raised ints : 0 00:00:12.098919 E1000#0: Interrupts skipped: 0 00:00:12.098941 E1000#0: Masked interrupts : 0 00:00:12.098961 E1000#0: Early interrupts : 0 00:00:12.098974 E1000#0: Late interrupts : 0 00:00:12.098987 E1000#0: Lost interrupts : 0 00:00:12.099001 E1000#0: Interrupts by RX : 0 00:00:12.099014 E1000#0: Interrupts by TX : 0 00:00:12.099027 E1000#0: Interrupts by ICS : 0 00:00:12.099040 E1000#0: Interrupts by RDTR: 0 00:00:12.099054 E1000#0: Interrupts by RDMT: 0 00:00:12.099067 E1000#0: Interrupts by TXQE: 0 00:00:12.099080 E1000#0: TX int delay asked: 0 00:00:12.099094 E1000#0: TX delayed: 0 00:00:12.099169 E1000#0: TX delay expired: 0 00:00:12.099212 E1000#0: TX no report asked: 0 00:00:12.099230 E1000#0: TX abs timer expd : 0 00:00:12.099244 E1000#0: TX int timer expd : 0 00:00:12.099258 E1000#0: RX abs timer expd : 0 00:00:12.099274 E1000#0: RX int timer expd : 0 00:00:12.099292 E1000#0: TX CTX descriptors: 0 00:00:12.099324 E1000#0: TX DAT descriptors: 0 00:00:12.099347 E1000#0: TX LEG descriptors: 0 00:00:12.099368 E1000#0: Received frames : 0 00:00:12.099391 E1000#0: Transmitted frames: 0 00:00:12.099410 E1000#0: TX frames up to 1514: 0 00:00:12.099433 E1000#0: TX frames up to 2962: 0 00:00:12.099472 E1000#0: TX frames up to 4410: 0 00:00:12.099494 E1000#0: TX frames up to 5858: 0 00:00:12.099516 E1000#0: TX frames up to 7306: 0 00:00:12.099539 E1000#0: TX frames up to 8754: 0 00:00:12.099561 E1000#0: TX frames up to 16384: 0 00:00:12.099591 E1000#0: TX frames up to 32768: 0 00:00:12.099613 E1000#0: Larger TX frames : 0 00:00:12.099627 E1000#0: Max TX Delay : 0 00:00:12.104117 Changing the VM state from 'DESTROYING' to 'TERMINATED' 00:00:12.109354 Console: Machine state changed to 'PoweredOff' 00:00:12.172779 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 800x600 00:00:12.173014 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0 00:00:12.175329 GUI: UIFrameBufferPrivate::performResize: Size=720x400, Using fallback buffer since no source bitmap is provided 00:00:12.195786 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={The virtual machine is being powered down}, preserve=false aResultDetail=0 00:00:12.203088 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={The virtual machine is being powered down}, preserve=false aResultDetail=0 00:00:12.252914 GUI: Request to close Runtime UI because VM is powered off already. 00:00:12.252971 GUI: Passing request to close Runtime UI from machine-logic to UI session. 00:00:12.268835 GUI: Aborting startup due to invalid machine state detected: 1 ################################################################################ vminfo name="macOS" groups="/" ostype="macOS 10.13 High Sierra (64-bit)" UUID="14ad1c4d-313e-42f0-a6a4-9694c274aa5f" CfgFile="C:\Users\lukem\VirtualBox VMs\macOS\macOS.vbox" SnapFldr="C:\Users\lukem\VirtualBox VMs\macOS\Snapshots" LogFldr="C:\Users\lukem\VirtualBox VMs\macOS\Logs" hardwareuuid="14ad1c4d-313e-42f0-a6a4-9694c274aa5f" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=100 hpet="off" cpu-profile="host" chipset="ich9" firmware="EFI" cpus=2 pae="on" longmode="on" triplefaultreset="off" apic="on" x2apic="off" nested-hw-virt="off" cpuid-portability-level=0 bootmenu="messageandmenu" boot1="none" boot2="none" boot3="none" boot4="none" acpi="on" ioapic="on" biosapic="apic" biossystemtimeoffset=0 BIOS NVRAM File="C:\Users\lukem\VirtualBox VMs\macOS\macOS.nvram" rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" paravirtprovider="default" effparavirtprovider="minimal" VMState="poweroff" VMStateChangeTime="2020-12-15T19:07:29.000000000" graphicscontroller="vboxvga" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" vmprocpriority="default" storagecontrollername0="SATA" storagecontrollertype0="IntelAhci" storagecontrollerinstance0="0" storagecontrollermaxportcount0="30" storagecontrollerportcount0="30" storagecontrollerbootable0="on" "SATA-0-0"="none" "SATA-1-0"="C:\Users\lukem\Catalina_bootable_installer.vdi" "SATA-ImageUUID-1-0"="e939178f-b23f-4ae4-9682-9c34854da484" "SATA-2-0"="none" "SATA-3-0"="none" "SATA-4-0"="none" "SATA-5-0"="none" "SATA-6-0"="none" "SATA-7-0"="none" "SATA-8-0"="none" "SATA-9-0"="none" "SATA-10-0"="none" "SATA-11-0"="none" "SATA-12-0"="none" "SATA-13-0"="none" "SATA-14-0"="none" "SATA-15-0"="none" "SATA-16-0"="none" "SATA-17-0"="none" "SATA-18-0"="none" "SATA-19-0"="none" "SATA-20-0"="none" "SATA-21-0"="none" "SATA-22-0"="none" "SATA-23-0"="none" "SATA-24-0"="none" "SATA-25-0"="none" "SATA-26-0"="none" "SATA-27-0"="none" "SATA-28-0"="none" "SATA-29-0"="none" natnet1="nat" macaddress1="08002759D42B" cableconnected1="on" nic1="nat" nictype1="82545EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" nic9="none" nic10="none" nic11="none" nic12="none" nic13="none" nic14="none" nic15="none" nic16="none" nic17="none" nic18="none" nic19="none" nic20="none" nic21="none" nic22="none" nic23="none" nic24="none" nic25="none" nic26="none" nic27="none" nic28="none" nic29="none" nic30="none" nic31="none" nic32="none" nic33="none" nic34="none" nic35="none" nic36="none" hidpointing="usbtablet" hidkeyboard="usbkbd" uart1="off" uart2="off" uart3="off" uart4="off" lpt1="off" lpt2="off" audio="dsound" audio_out="off" audio_in="off" clipboard="disabled" draganddrop="disabled" vrde="off" usb="on" ehci="off" xhci="off" videocap="off" videocapaudio="off" capturescreens="0" capturefilename="C:\Users\lukem\VirtualBox VMs\macOS\macOS.webm" captureres="1024x768" capturevideorate=512 capturevideofps=25 captureopts="" GuestMemoryBalloon=0 Key: GUI/LastNormalWindowPosition, Value: 590,338,360,243 Key: VBoxInternal/Devices/efi/0/Config/DmiBIOSVersion, Value: string:MBP7.89 Key: VBoxInternal/Devices/efi/0/Config/DmiBoardProduct, Value: Mac-3CBD00234E554E41 Key: VBoxInternal/Devices/efi/0/Config/DmiBoardSerial, Value: NO_LOGIC_BOARD_SN Key: VBoxInternal/Devices/efi/0/Config/DmiOEMVBoxRev, Value: string:.23.45.6 Key: VBoxInternal/Devices/efi/0/Config/DmiOEMVBoxVer, Value: string:1 Key: VBoxInternal/Devices/efi/0/Config/DmiSystemFamily, Value: MacBook Pro Key: VBoxInternal/Devices/efi/0/Config/DmiSystemProduct, Value: MacBookPro11,2 Key: VBoxInternal/Devices/efi/0/Config/DmiSystemSerial, Value: NO_DEVICE_SN Key: VBoxInternal/Devices/efi/0/Config/DmiSystemUuid, Value: CAFECAFE-CAFE-CAFE-CAFE-DECAFFDECAFF Key: VBoxInternal/Devices/efi/0/Config/DmiSystemVendor, Value: Apple Inc. Key: VBoxInternal/Devices/efi/0/Config/DmiSystemVersion, Value: 1.0 Key: VBoxInternal/Devices/smc/0/Config/DeviceKey, Value: ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc Key: VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC, Value: 0 Key: VBoxInternal2/EfiGraphicsResolution, Value: 1280x800 ################################################################################ md5 hashes 363aafb01775d361c3c95a3b4540e44f Catalina_BaseSystem.chunklist e8b106cc85ac71f2eb2fe2e4eb62357c Catalina_BaseSystem.dmg 9b3d593038fca86c55657e57c76e5b26 Catalina_BaseSystem.vdi 37f6018df93ece4a57a7ddffad1edf2b Catalina_InstallESD.part00 bd88dccae42d172c5f853e7c90d392bf Catalina_InstallESD.part01 7797b9b9155e6fe36f1c913a1332cb1e Catalina_InstallESD.part02 8fc9fff5b3da0caa1d58dba49ba782d9 Catalina_InstallESD.part03 183bee8a87c8ed75188cc2904e55d9d6 Catalina_InstallESD.part04 d97a3411ff914786a28cfb09de964a38 Catalina_InstallESD.part05 72e32b668be86afcda65a07818f73c64 Catalina_InstallESD.part06 fbb62a5a148c3ffb567f9d99ff1cf11d Catalina_InstallESD.part07 c39544720166ae77fd4795340c166289 Catalina_InstallESDDmg.pkg 81d00dfb92442baad965fdfba77e4d92 Catalina_InstallInfo.plist 422384c9eb4d599f2dd4e8f0b62c31d9 Catalina_AppleDiagnostics.chunklist b03b3beaa4db7dbee013f45d94096842 *Catalina_AppleDiagnostics.dmg ################################################################################

no5764 commented 3 years ago

and if I set local uuid equal to a 32 digit hex number I get this..... "local: `01234567890123456789d12345678911': not a valid identifier"

myspaghetti commented 3 years ago

The troubleshoot output still shows the script is modified. Please, when reporting an issue next time, use the latest commit version of the script, unmodified otherwise I will not be able to troubleshoot the issue.

Closing as wontfix whether you're using a modified or unmodified version of the script. It's reasonable for the script to assume /dev/urandom is readable without checking and no workaround will be implemented.