Hello, I'm new the VirtualBox but I've tried a number of solutions before writing this email. I keep encountering the following error. I am currently attempting this with Vagrant, but if I try to launch the VM with VirtualBox it errors out in the bootup too. I first contacted Vagrant for support, and I was directed to the VirtualBox community for further assistance.
Error: Stderr: VBoxManage.exe: error: Failed to get device handle and/or partition ID for 00000000012120e0 (hPartitionDevice=0000000000000a89, Last=0xc0000002/1) (VERR_NEM_VM_CREATE_FAILED) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole My machine setup has the following installed. * Windows 11 * install VirtualBox Extension Pack 6.1.26 * Installed the latest version of VirtualBox: VirtualBox VM 6.1.26 r145957 win.amd64 (Jul 28 2021 17:15:09) * Vagrant Version: Vagrant 2.2.18 * bcdedit /set hypervisorlaunchtype off * DISM /Online /Disable-Feature:Microsoft-Hyper-V Repo of the issue: ❯ vagrant init ubuntu/trusty64 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. ❯ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'ubuntu/trusty64'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'ubuntu/trusty64' version '20190514.0.0' is up to date... ==> default: Setting the name of the VM: ubuntu_default_1629469304245_26544 ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Booting VM... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "017d2714-cdfd-41c3-9e1d-32a1694e9e00", "--type", "headless"] Stderr: VBoxManage.exe: error: Failed to get device handle and/or partition ID for 00000000012120e0 (hPartitionDevice=0000000000000a89, Last=0xc0000002/1) (VERR_NEM_VM_CREATE_FAILED) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole Log Details: 00:00:00.538864 VirtualBox VM 6.1.26 r145957 win.amd64 (Jul 28 2021 17:15:09) release log 00:00:00.538872 Log opened 2021-08-16T19:44:27.022595200Z 00:00:00.538873 Build Type: release 00:00:00.538878 OS Product: Windows 10 00:00:00.538893 OS Release: 10.0.22000 00:00:00.538893 OS Service Pack: 00:00:00.754081 DMI Product Name: Surface Book 2 00:00:00.759925 DMI Product Version: 124000000000000000000000D:0B:08K:1F:5C:10P:38 00:00:00.759935 Firmware type: UEFI 00:00:00.760829 Secure Boot: VERR_PRIVILEGE_NOT_HELD 00:00:00.760867 Host RAM: 16301MB (15.9GB) total, 8377MB (8.1GB) available 00:00:00.760874 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 00:00:00.760875 Process ID: 8704 00:00:00.760875 Package type: WINDOWS_64BITS_GENERIC 00:00:00.762404 Installed Extension Packs: 00:00:00.762416 None installed! 00:00:00.764177 Console: Machine state changed to 'Starting' 00:00:00.910210 SUP: seg #0: R 0x00000000 LB 0x00001000 00:00:00.910225 SUP: seg #1: R X 0x00001000 LB 0x0010a000 00:00:00.910230 SUP: seg #2: R 0x0010b000 LB 0x0004a000 00:00:00.910234 SUP: seg #3: RW 0x00155000 LB 0x00013000 00:00:00.910239 SUP: seg #4: R 0x00168000 LB 0x0000f000 00:00:00.910243 SUP: seg #5: RW 0x00177000 LB 0x00003000 00:00:00.910247 SUP: seg #6: R 0x0017a000 LB 0x0000b000 00:00:00.910251 SUP: seg #7: RWX 0x00185000 LB 0x00002000 00:00:00.910255 SUP: seg #8: R 0x00187000 LB 0x00007000 00:00:00.910761 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:00.910776 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX 00:00:00.910780 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xXXXXXXXXXXXXXXXX 00:00:00.912702 Guest OS type: 'Ubuntu_64' 00:00:00.915196 fHMForced=true - No raw-mode support in this build! 00:00:00.922546 File system of 'C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850\Snapshots' (snapshots) is unknown 00:00:00.922555 File system of 'C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850\box-disk1.vmdk' is ntfs 00:00:00.948132 Shared Clipboard: Service loaded 00:00:00.948145 Shared Clipboard: Mode: Off 00:00:00.948465 Shared Clipboard: Service running in headless mode 00:00:00.966212 Drag and drop service loaded 00:00:00.966226 Drag and drop mode: Off 00:00:01.215852 Per-VM extradata API settings: 00:00:01.215864 VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant="1" 00:00:01.216194 ************************* CFGM dump ************************* 00:00:01.216196 [/] (level 0) 00:00:01.216197 CpuExecutionCap <integer> = 0x0000000000000064 (100) 00:00:01.216199 EnablePAE <integer> = 0x0000000000000000 (0) 00:00:01.216200 HMEnabled <integer> = 0x0000000000000001 (1) 00:00:01.216200 MemBalloonSize <integer> = 0x0000000000000000 (0) 00:00:01.216201 Name <string> = "VirtualBox_default_1629143044323_96850" (cb=39) 00:00:01.216201 NumCPUs <integer> = 0x0000000000000001 (1) 00:00:01.216202 PageFusionAllowed <integer> = 0x0000000000000000 (0) 00:00:01.216203 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB) 00:00:01.216204 RamSize <integer> = 0x0000000020000000 (536 870 912, 512 MB) 00:00:01.216205 TimerMillies <integer> = 0x000000000000000a (10) 00:00:01.216205 UUID <bytes> = "ff 46 52 2d 4b dd 40 41 b5 4f 88 5b f1 e4 22 a3" (cb=16) 00:00:01.216210 00:00:01.216210 [/CPUM/] (level 1) 00:00:01.216211 GuestCpuName <string> = "host" (cb=5) 00:00:01.216212 NestedHWVirt <integer> = 0x0000000000000000 (0) 00:00:01.216212 PortableCpuIdLevel <integer> = 0x0000000000000000 (0) 00:00:01.216213 SpecCtrl <integer> = 0x0000000000000000 (0) 00:00:01.216213 00:00:01.216213 [/CPUM/IsaExts/] (level 2) 00:00:01.216214 00:00:01.216214 [/DBGC/] (level 1) 00:00:01.216215 GlobalInitScript <string> = "C:\Users\emarq\.VirtualBox/dbgc-init" (cb=37) 00:00:01.216215 HistoryFile <string> = "C:\Users\emarq\.VirtualBox/dbgc-history" (cb=40) 00:00:01.216216 LocalInitScript <string> = "C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850/dbgc-init" (cb=79) 00:00:01.216216 00:00:01.216216 [/DBGF/] (level 1) 00:00:01.216217 Path <string> = "C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850/debug/;C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850/;cache*C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850/dbgcache/;C:\Users\emarq\" (cb=247) 00:00:01.216218 00:00:01.216218 [/Devices/] (level 1) 00:00:01.216218 00:00:01.216219 [/Devices/8237A/] (level 2) 00:00:01.216219 00:00:01.216219 [/Devices/8237A/0/] (level 3) 00:00:01.216220 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216220 00:00:01.216221 [/Devices/VMMDev/] (level 2) 00:00:01.216221 00:00:01.216221 [/Devices/VMMDev/0/] (level 3) 00:00:01.216222 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216223 PCIDeviceNo <integer> = 0x0000000000000004 (4) 00:00:01.216223 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216224 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216224 00:00:01.216224 [/Devices/VMMDev/0/Config/] (level 4) 00:00:01.216225 GuestCoreDumpDir <string> = "C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850\Snapshots" (cb=79) 00:00:01.216225 00:00:01.216226 [/Devices/VMMDev/0/LUN#0/] (level 4) 00:00:01.216226 Driver <string> = "HGCM" (cb=5) 00:00:01.216227 00:00:01.216227 [/Devices/VMMDev/0/LUN#0/Config/] (level 5) 00:00:01.216228 Object <integer> = 0x000000000253af60 (39 038 816) 00:00:01.216228 00:00:01.216229 [/Devices/VMMDev/0/LUN#999/] (level 4) 00:00:01.216229 Driver <string> = "MainStatus" (cb=11) 00:00:01.216230 00:00:01.216230 [/Devices/VMMDev/0/LUN#999/Config/] (level 5) 00:00:01.216231 First <integer> = 0x0000000000000000 (0) 00:00:01.216231 Last <integer> = 0x0000000000000000 (0) 00:00:01.216232 papLeds <integer> = 0x000000000251fb58 (38 927 192) 00:00:01.216232 00:00:01.216233 [/Devices/acpi/] (level 2) 00:00:01.216233 00:00:01.216233 [/Devices/acpi/0/] (level 3) 00:00:01.216234 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216234 PCIDeviceNo <integer> = 0x0000000000000007 (7) 00:00:01.216235 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216235 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216236 00:00:01.216236 [/Devices/acpi/0/Config/] (level 4) 00:00:01.216237 CpuHotPlug <integer> = 0x0000000000000000 (0) 00:00:01.216237 FdcEnabled <integer> = 0x0000000000000000 (0) 00:00:01.216238 HostBusPciAddress <integer> = 0x0000000000000000 (0) 00:00:01.216238 HpetEnabled <integer> = 0x0000000000000000 (0) 00:00:01.216239 IOAPIC <integer> = 0x0000000000000001 (1) 00:00:01.216239 IocPciAddress <integer> = 0x0000000000010000 (65 536) 00:00:01.216240 NumCPUs <integer> = 0x0000000000000001 (1) 00:00:01.216240 Parallel0IoPortBase <integer> = 0x0000000000000000 (0) 00:00:01.216241 Parallel0Irq <integer> = 0x0000000000000000 (0) 00:00:01.216241 Parallel1IoPortBase <integer> = 0x0000000000000000 (0) 00:00:01.216242 Parallel1Irq <integer> = 0x0000000000000000 (0) 00:00:01.216242 Serial0IoPortBase <integer> = 0x0000000000000000 (0) 00:00:01.216242 Serial0Irq <integer> = 0x0000000000000000 (0) 00:00:01.216243 Serial1IoPortBase <integer> = 0x0000000000000000 (0) 00:00:01.216243 Serial1Irq <integer> = 0x0000000000000000 (0) 00:00:01.216244 ShowCpu <integer> = 0x0000000000000001 (1) 00:00:01.216244 ShowRtc <integer> = 0x0000000000000000 (0) 00:00:01.216245 SmcEnabled <integer> = 0x0000000000000000 (0) 00:00:01.216245 00:00:01.216245 [/Devices/acpi/0/LUN#0/] (level 4) 00:00:01.216246 Driver <string> = "ACPIHost" (cb=9) 00:00:01.216246 00:00:01.216247 [/Devices/acpi/0/LUN#0/Config/] (level 5) 00:00:01.216247 00:00:01.216248 [/Devices/ahci/] (level 2) 00:00:01.216248 00:00:01.216248 [/Devices/ahci/0/] (level 3) 00:00:01.216249 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216249 PCIDeviceNo <integer> = 0x000000000000000d (13) 00:00:01.216250 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216250 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216251 00:00:01.216251 [/Devices/ahci/0/Config/] (level 4) 00:00:01.216252 Bootable <integer> = 0x0000000000000001 (1) 00:00:01.216252 PortCount <integer> = 0x0000000000000001 (1) 00:00:01.216252 00:00:01.216253 [/Devices/ahci/0/Config/Port0/] (level 5) 00:00:01.216253 Hotpluggable <integer> = 0x0000000000000001 (1) 00:00:01.216254 00:00:01.216254 [/Devices/ahci/0/LUN#0/] (level 4) 00:00:01.216254 Driver <string> = "VD" (cb=3) 00:00:01.216255 00:00:01.216255 [/Devices/ahci/0/LUN#0/Config/] (level 5) 00:00:01.216256 Format <string> = "VMDK" (cb=5) 00:00:01.216256 Mountable <integer> = 0x0000000000000000 (0) 00:00:01.216257 Path <string> = "C:\Users\emarq\VirtualBox VMs\VirtualBox_default_1629143044323_96850\box-disk1.vmdk" (cb=84) 00:00:01.216257 Type <string> = "HardDisk" (cb=9) 00:00:01.216258 00:00:01.216258 [/Devices/ahci/0/LUN#999/] (level 4) 00:00:01.216258 Driver <string> = "MainStatus" (cb=11) 00:00:01.216259 00:00:01.216259 [/Devices/ahci/0/LUN#999/Config/] (level 5) 00:00:01.216260 DeviceInstance <string> = "ahci/0" (cb=7) 00:00:01.216260 First <integer> = 0x0000000000000000 (0) 00:00:01.216261 Last <integer> = 0x0000000000000000 (0) 00:00:01.216261 pConsole <integer> = 0x000000000251e760 (38 922 080) 00:00:01.216262 papLeds <integer> = 0x000000000251ef60 (38 924 128) 00:00:01.216263 pmapMediumAttachments <integer> = 0x000000000251fb78 (38 927 224) 00:00:01.216264 00:00:01.216264 [/Devices/apic/] (level 2) 00:00:01.216264 00:00:01.216264 [/Devices/apic/0/] (level 3) 00:00:01.216265 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216265 00:00:01.216266 [/Devices/apic/0/Config/] (level 4) 00:00:01.216266 IOAPIC <integer> = 0x0000000000000001 (1) 00:00:01.216267 Mode <integer> = 0x0000000000000002 (2) 00:00:01.216267 NumCPUs <integer> = 0x0000000000000001 (1) 00:00:01.216268 00:00:01.216268 [/Devices/e1000/] (level 2) 00:00:01.216268 00:00:01.216268 [/Devices/e1000/0/] (level 3) 00:00:01.216269 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216270 PCIDeviceNo <integer> = 0x0000000000000003 (3) 00:00:01.216270 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216270 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216271 00:00:01.216271 [/Devices/e1000/0/Config/] (level 4) 00:00:01.216271 AdapterType <integer> = 0x0000000000000000 (0) 00:00:01.216272 CableConnected <integer> = 0x0000000000000001 (1) 00:00:01.216272 LineSpeed <integer> = 0x0000000000000000 (0) 00:00:01.216273 MAC <bytes> = "08 00 27 5f bb e6" (cb=6) 00:00:01.216274 00:00:01.216274 [/Devices/e1000/0/LUN#0/] (level 4) 00:00:01.216275 Driver <string> = "NAT" (cb=4) 00:00:01.216275 00:00:01.216275 [/Devices/e1000/0/LUN#0/Config/] (level 5) 00:00:01.216276 AliasMode <integer> = 0x0000000000000000 (0) 00:00:01.216276 BootFile <string> = "VirtualBox_default_1629143044323_96850.pxe" (cb=43) 00:00:01.216277 DNSProxy <integer> = 0x0000000000000001 (1) 00:00:01.216277 Network <string> = "10.0.2.0/24" (cb=12) 00:00:01.216278 PassDomain <integer> = 0x0000000000000001 (1) 00:00:01.216278 TFTPPrefix <string> = "C:\Users\emarq\.VirtualBox\TFTP" (cb=32) 00:00:01.216279 UseHostResolver <integer> = 0x0000000000000000 (0) 00:00:01.216279 00:00:01.216279 [/Devices/e1000/0/LUN#0/Config/PortForwarding/] (level 6) 00:00:01.216280 00:00:01.216280 [/Devices/e1000/0/LUN#0/Config/PortForwarding/0/] (level 7) 00:00:01.216281 BindIP <string> = "127.0.0.1" (cb=10) 00:00:01.216282 GuestPort <integer> = 0x0000000000000016 (22) 00:00:01.216282 HostPort <integer> = 0x00000000000008ae (2 222) 00:00:01.216283 Name <string> = "ssh" (cb=4) 00:00:01.216283 Protocol <string> = "TCP" (cb=4) 00:00:01.216284 00:00:01.216284 [/Devices/e1000/0/LUN#999/] (level 4) 00:00:01.216284 Driver <string> = "MainStatus" (cb=11) 00:00:01.216285 00:00:01.216285 [/Devices/e1000/0/LUN#999/Config/] (level 5) 00:00:01.216286 First <integer> = 0x0000000000000000 (0) 00:00:01.216286 Last <integer> = 0x0000000000000000 (0) 00:00:01.216286 papLeds <integer> = 0x000000000251fa38 (38 926 904) 00:00:01.216287 00:00:01.216287 [/Devices/i8254/] (level 2) 00:00:01.216288 00:00:01.216288 [/Devices/i8254/0/] (level 3) 00:00:01.216288 00:00:01.216289 [/Devices/i8254/0/Config/] (level 4) 00:00:01.216289 00:00:01.216289 [/Devices/i8259/] (level 2) 00:00:01.216290 00:00:01.216290 [/Devices/i8259/0/] (level 3) 00:00:01.216291 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216291 00:00:01.216291 [/Devices/i8259/0/Config/] (level 4) 00:00:01.216292 00:00:01.216292 [/Devices/ioapic/] (level 2) 00:00:01.216293 00:00:01.216293 [/Devices/ioapic/0/] (level 3) 00:00:01.216293 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216294 00:00:01.216294 [/Devices/ioapic/0/Config/] (level 4) 00:00:01.216295 NumCPUs <integer> = 0x0000000000000001 (1) 00:00:01.216295 00:00:01.216295 [/Devices/mc146818/] (level 2) 00:00:01.216296 00:00:01.216296 [/Devices/mc146818/0/] (level 3) 00:00:01.216297 00:00:01.216297 [/Devices/mc146818/0/Config/] (level 4) 00:00:01.216297 UseUTC <integer> = 0x0000000000000001 (1) 00:00:01.216298 00:00:01.216298 [/Devices/parallel/] (level 2) 00:00:01.216298 00:00:01.216299 [/Devices/pcarch/] (level 2) 00:00:01.216299 00:00:01.216299 [/Devices/pcarch/0/] (level 3) 00:00:01.216300 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216300 00:00:01.216300 [/Devices/pcarch/0/Config/] (level 4) 00:00:01.216301 00:00:01.216301 [/Devices/pcbios/] (level 2) 00:00:01.216301 00:00:01.216301 [/Devices/pcbios/0/] (level 3) 00:00:01.216302 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216302 00:00:01.216303 [/Devices/pcbios/0/Config/] (level 4) 00:00:01.216303 APIC <integer> = 0x0000000000000001 (1) 00:00:01.216304 BootDevice0 <string> = "IDE" (cb=4) 00:00:01.216304 BootDevice1 <string> = "NONE" (cb=5) 00:00:01.216305 BootDevice2 <string> = "NONE" (cb=5) 00:00:01.216305 BootDevice3 <string> = "NONE" (cb=5) 00:00:01.216305 FloppyDevice <string> = "i82078" (cb=7) 00:00:01.216306 HardDiskDevice <string> = "piix3ide" (cb=9) 00:00:01.216306 IOAPIC <integer> = 0x0000000000000001 (1) 00:00:01.216307 McfgBase <integer> = 0x0000000000000000 (0) 00:00:01.216307 McfgLength <integer> = 0x0000000000000000 (0) 00:00:01.216307 NumCPUs <integer> = 0x0000000000000001 (1) 00:00:01.216308 PXEDebug <integer> = 0x0000000000000000 (0) 00:00:01.216308 SataHardDiskDevice <string> = "ahci" (cb=5) 00:00:01.216309 SataLUN1 <integer> = 0x0000000000000000 (0) 00:00:01.216309 UUID <bytes> = "ff 46 52 2d 4b dd 40 41 b5 4f 88 5b f1 e4 22 a3" (cb=16) 00:00:01.216311 UuidLe <integer> = 0x0000000000000000 (0) 00:00:01.216311 00:00:01.216311 [/Devices/pcbios/0/Config/NetBoot/] (level 5) 00:00:01.216312 00:00:01.216312 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6) 00:00:01.216313 NIC <integer> = 0x0000000000000000 (0) 00:00:01.216313 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216314 PCIDeviceNo <integer> = 0x0000000000000003 (3) 00:00:01.216314 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216315 00:00:01.216315 [/Devices/pci/] (level 2) 00:00:01.216315 00:00:01.216316 [/Devices/pci/0/] (level 3) 00:00:01.216316 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216317 00:00:01.216317 [/Devices/pci/0/Config/] (level 4) 00:00:01.216317 IOAPIC <integer> = 0x0000000000000001 (1) 00:00:01.216318 00:00:01.216318 [/Devices/pcibridge/] (level 2) 00:00:01.216319 00:00:01.216319 [/Devices/pckbd/] (level 2) 00:00:01.216319 00:00:01.216320 [/Devices/pckbd/0/] (level 3) 00:00:01.216320 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216321 00:00:01.216321 [/Devices/pckbd/0/Config/] (level 4) 00:00:01.216321 00:00:01.216322 [/Devices/pckbd/0/LUN#0/] (level 4) 00:00:01.216322 Driver <string> = "KeyboardQueue" (cb=14) 00:00:01.216323 00:00:01.216323 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5) 00:00:01.216324 Driver <string> = "MainKeyboard" (cb=13) 00:00:01.216324 00:00:01.216324 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) 00:00:01.216325 Object <integer> = 0x00000000023e2080 (37 625 984) 00:00:01.216325 00:00:01.216326 [/Devices/pckbd/0/LUN#0/Config/] (level 5) 00:00:01.216326 QueueSize <integer> = 0x0000000000000040 (64) 00:00:01.216327 00:00:01.216327 [/Devices/pckbd/0/LUN#1/] (level 4) 00:00:01.216327 Driver <string> = "MouseQueue" (cb=11) 00:00:01.216328 00:00:01.216328 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5) 00:00:01.216329 Driver <string> = "MainMouse" (cb=10) 00:00:01.216329 00:00:01.216329 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) 00:00:01.216330 Object <integer> = 0x0000000002523080 (38 940 800) 00:00:01.216330 00:00:01.216331 [/Devices/pckbd/0/LUN#1/Config/] (level 5) 00:00:01.216331 QueueSize <integer> = 0x0000000000000080 (128) 00:00:01.216332 00:00:01.216332 [/Devices/pcnet/] (level 2) 00:00:01.216332 00:00:01.216333 [/Devices/serial/] (level 2) 00:00:01.216333 00:00:01.216333 [/Devices/vga/] (level 2) 00:00:01.216334 00:00:01.216334 [/Devices/vga/0/] (level 3) 00:00:01.216334 PCIBusNo <integer> = 0x0000000000000000 (0) 00:00:01.216335 PCIDeviceNo <integer> = 0x0000000000000002 (2) 00:00:01.216335 PCIFunctionNo <integer> = 0x0000000000000000 (0) 00:00:01.216336 Trusted <integer> = 0x0000000000000001 (1) 00:00:01.216336 00:00:01.216336 [/Devices/vga/0/Config/] (level 4) 00:00:01.216337 3DEnabled <integer> = 0x0000000000000000 (0) 00:00:01.216337 CustomVideoModes <integer> = 0x0000000000000000 (0) 00:00:01.216338 FadeIn <integer> = 0x0000000000000001 (1) 00:00:01.216338 FadeOut <integer> = 0x0000000000000001 (1) 00:00:01.216339 HeightReduction <integer> = 0x0000000000000000 (0) 00:00:01.216339 LogoFile <string> = "" (cb=1) 00:00:01.216340 LogoTime <integer> = 0x0000000000000000 (0) 00:00:01.216340 MonitorCount <integer> = 0x0000000000000001 (1) 00:00:01.216341 ShowBootMenu <integer> = 0x0000000000000002 (2) 00:00:01.216341 VRamSize <integer> = 0x0000000000c00000 (12 582 912, 12 MB) 00:00:01.216342 00:00:01.216342 [/Devices/vga/0/LUN#0/] (level 4) 00:00:01.216343 Driver <string> = "MainDisplay" (cb=12) 00:00:01.216343 00:00:01.216343 [/Devices/vga/0/LUN#0/Config/] (level 5) 00:00:01.216344 Object <integer> = 0x0000000002523c60 (38 943 840) 00:00:01.216344 00:00:01.216345 [/Devices/vga/0/LUN#999/] (level 4) 00:00:01.216345 Driver <string> = "MainStatus" (cb=11) 00:00:01.216345 00:00:01.216346 [/Devices/vga/0/LUN#999/Config/] (level 5) 00:00:01.216346 First <integer> = 0x0000000000000000 (0) 00:00:01.216347 Last <integer> = 0x0000000000000000 (0) 00:00:01.216347 papLeds <integer> = 0x000000000251fb70 (38 927 216) 00:00:01.216348 00:00:01.216348 [/Devices/virtio-net/] (level 2) 00:00:01.216348 00:00:01.216349 [/EM/] (level 1) 00:00:01.216349 TripleFaultReset <integer> = 0x0000000000000000 (0) 00:00:01.216349 00:00:01.216350 [/GIM/] (level 1) 00:00:01.216350 Provider <string> = "None" (cb=5) 00:00:01.216350 00:00:01.216351 [/HM/] (level 1) 00:00:01.216351 64bitEnabled <integer> = 0x0000000000000001 (1) 00:00:01.216352 EnableLargePages <integer> = 0x0000000000000000 (0) 00:00:01.216352 EnableNestedPaging <integer> = 0x0000000000000001 (1) 00:00:01.216352 EnableUX <integer> = 0x0000000000000001 (1) 00:00:01.216353 EnableVPID <integer> = 0x0000000000000001 (1) 00:00:01.216353 Exclusive <integer> = 0x0000000000000000 (0) 00:00:01.216354 HMForced <integer> = 0x0000000000000001 (1) 00:00:01.216354 IBPBOnVMEntry <integer> = 0x0000000000000000 (0) 00:00:01.216355 IBPBOnVMExit <integer> = 0x0000000000000000 (0) 00:00:01.216355 L1DFlushOnSched <integer> = 0x0000000000000001 (1) 00:00:01.216356 L1DFlushOnVMEntry <integer> = 0x0000000000000000 (0) 00:00:01.216356 MDSClearOnSched <integer> = 0x0000000000000001 (1) 00:00:01.216357 MDSClearOnVMEntry <integer> = 0x0000000000000000 (0) 00:00:01.216357 SpecCtrlByHost <integer> = 0x0000000000000000 (0) 00:00:01.216357 UseNEMInstead <integer> = 0x0000000000000000 (0) 00:00:01.216358 00:00:01.216358 [/MM/] (level 1) 00:00:01.216358 CanUseLargerHeap <integer> = 0x0000000000000000 (0) 00:00:01.216359 00:00:01.216359 [/NEM/] (level 1) 00:00:01.216359 Allow64BitGuests <integer> = 0x0000000000000001 (1) 00:00:01.216360 00:00:01.216360 [/PDM/] (level 1) 00:00:01.216360 00:00:01.216361 [/PDM/AsyncCompletion/] (level 2) 00:00:01.216361 00:00:01.216361 [/PDM/AsyncCompletion/File/] (level 3) 00:00:01.216362 00:00:01.216362 [/PDM/AsyncCompletion/File/BwGroups/] (level 4) 00:00:01.216363 00:00:01.216363 [/PDM/BlkCache/] (level 2) 00:00:01.216363 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB) 00:00:01.216364 00:00:01.216364 [/PDM/Devices/] (level 2) 00:00:01.216365 00:00:01.216365 [/PDM/Drivers/] (level 2) 00:00:01.216365 00:00:01.216366 [/PDM/Drivers/VBoxC/] (level 3) 00:00:01.216366 Path <string> = "VBoxC" (cb=6) 00:00:01.216366 00:00:01.216367 [/PDM/NetworkShaper/] (level 2) 00:00:01.216367 00:00:01.216367 [/PDM/NetworkShaper/BwGroups/] (level 3) 00:00:01.216368 00:00:01.216368 [/TM/] (level 1) 00:00:01.216368 UTCOffset <integer> = 0x0000000000000000 (0) 00:00:01.216369 00:00:01.216369 ********************* End of CFGM dump ********************** 00:00:01.216426 HM: HMR3Init: Attempting fall back to NEM: VT-x is not available 00:00:01.390159 NEM: WHvCapabilityCodeHypervisorPresent is TRUE, so this might work... 00:00:01.390171 NEM: WHvCapabilityCodeExtendedVmExits = 0x0000000000007fff 00:00:01.390177 NEM: fExtendedMsrExit: 1 00:00:01.390181 NEM: fExtendedCpuIdExit: 1 00:00:01.390185 NEM: fExtendedXcptExit: 1 00:00:01.390189 NEM: Warning! Unknown VM exit definitions: 0x7fff 00:00:01.390193 NEM: Warning! Unknown feature definitions: 0x2ff 00:00:01.390197 NEM: Supported exception exit bitmap: 0xf7dfb 00:00:01.390204 NEM: WHvCapabilityCodeProcessorVendor = 1 - Intel 00:00:01.390216 NEM: WHvCapabilityCodeProcessorFeatures = 0x000178ffe7f7859f 00:00:01.390221 NEM: Sse3Support: 1 00:00:01.390225 NEM: LahfSahfSupport: 1 00:00:01.390228 NEM: Ssse3Support: 1 00:00:01.390232 NEM: Sse4_1Support: 1 00:00:01.390236 NEM: Sse4_2Support: 1 00:00:01.390242 NEM: Sse4aSupport: 0 00:00:01.390246 NEM: XopSupport: 0 00:00:01.390250 NEM: PopCntSupport: 1 00:00:01.390254 NEM: Cmpxchg16bSupport: 1 00:00:01.390257 NEM: Altmovcr8Support: 0 00:00:01.390261 NEM: LzcntSupport: 1 00:00:01.390265 NEM: MisAlignSseSupport: 0 00:00:01.390269 NEM: MmxExtSupport: 0 00:00:01.390273 NEM: Amd3DNowSupport: 0 00:00:01.390276 NEM: ExtendedAmd3DNowSupport: 0 00:00:01.390280 NEM: Page1GbSupport: 1 00:00:01.390287 NEM: AesSupport: 1 00:00:01.390292 NEM: PclmulqdqSupport: 1 00:00:01.390296 NEM: PcidSupport: 1 00:00:01.390299 NEM: Fma4Support: 0 00:00:01.390303 NEM: F16CSupport: 1 00:00:01.390307 NEM: RdRandSupport: 1 00:00:01.390311 NEM: RdWrFsGsSupport: 1 00:00:01.390315 NEM: SmepSupport: 1 00:00:01.390318 NEM: EnhancedFastStringSupport: 1 00:00:01.390322 NEM: Bmi1Support: 1 00:00:01.390326 NEM: Bmi2Support: 1 00:00:01.390330 NEM: MovbeSupport: 1 00:00:01.390333 NEM: Npiep1Support: 1 00:00:01.390337 NEM: DepX87FPUSaveSupport: 1 00:00:01.390341 NEM: RdSeedSupport: 1 00:00:01.390345 NEM: AdxSupport: 1 00:00:01.390349 NEM: IntelPrefetchSupport: 1 00:00:01.390352 NEM: SmapSupport: 1 00:00:01.390356 NEM: HleSupport: 1 00:00:01.390360 NEM: RtmSupport: 1 00:00:01.390364 NEM: RdtscpSupport: 1 00:00:01.390367 NEM: ClflushoptSupport: 1 00:00:01.390371 NEM: ClwbSupport: 0 00:00:01.390385 NEM: ShaSupport: 0 00:00:01.390390 NEM: X87PointersSavedSupport: 0 00:00:01.390393 NEM: Warning! Unknown CPU features: 0x178ffe7f7859f 00:00:01.390400 NEM: WHvCapabilityCodeProcessorClFlushSize = 2^8 00:00:01.390405 NEM: Warning! Unknown capability 0x4 returning: 3f 00 00 00 00 00 00 00 00:00:01.390410 NEM: Warning! Unknown capability 0x5 returning: 03 00 00 00 00 00 00 00 00:00:01.390423 NEM: Warning! Unknown capability 0x6 returning: 00 00 00 00 00 00 00 00 00:00:01.390851 NEM: Warning! Unknown capability 0x1003 returning: 3f 38 00 00 00 00 00 00 00:00:01.390862 NEM: Warning! Unknown capability 0x1004 returning: 4b 91 e2 7d 00 00 00 00 00:00:01.390867 NEM: Warning! Unknown capability 0x1005 returning: 00 c2 eb 0b 00 00 00 00 00:00:01.390907 NEM: Warning! Unknown capability 0x1009 returning: 03 00 00 00 00 00 00 00 00:00:01.391481 NEM: VidGetHvPartitionId -> fun:0x2210b7 in:0x0 out:0x8 00:00:01.391491 NEM: VidStartVirtualProcessor -> fun:0x221194 in:0x4 out:0x0 00:00:01.391495 NEM: VidStopVirtualProcessor -> fun:0x2211a0 in:0x4 out:0x0 00:00:01.391501 NEM: VidMessageSlotHandleAndGetNext -> fun:0x2210fb in:0x8 out:0x0 00:00:01.391616 NEM: Created partition 0000000001eae3a0. 00:00:01.391699 NEM: NEMR3Init: Active. 00:00:01.391713 MM: cbHyperHeap=0x200000 (2097152) 00:00:01.394344 CPUM: No hardware-virtualization capability detected 00:00:01.395424 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x1f 00:00:01.396835 CPUM: Matched host CPU INTEL 0x6/0x8e/0xa Intel_Core7_CoffeeLake with CPU DB entry 'Intel Core i7-6700K' (INTEL 0x6/0x5e/0x3 Intel_Core7_Skylake) 00:00:01.396889 CPUM: MXCSR_MASK=0xffff (host: 0xffff) 00:00:01.396902 CPUM: Microcode revision 0x000000E8 00:00:01.396918 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD 00:00:01.396923 CPUM: MSR/CPUID reconciliation insert: 0x0000010a IA32_ARCH_CAPABILITIES 00:00:01.396930 CPUM: MSR fudge: 0x00000122 IA32_TSX_CTRL 00:00:01.396945 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT 00:00:01.396950 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET 00:00:01.396953 CPUM: SetGuestCpuIdFeature: Enabled PAE 00:00:01.396957 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE 00:00:01.396961 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF 00:00:01.396964 CPUM: SetGuestCpuIdFeature: Enabled NX 00:00:01.431198 VMSetError: F:\tinderbox\win-6.1\src\VBox\VMM\VMMR3\NEMR3Native-win.cpp(1418) int __cdecl nemR3NativeInitAfterCPUM(struct VM *); rc=VERR_NEM_VM_CREATE_FAILED 00:00:01.431231 VMSetError: Failed to get device handle and/or partition ID for 0000000001eae3a0 (hPartitionDevice=0000000000000a9d, Last=0xc0000002/1) 00:00:01.431261 NEM: Destroying partition 0000000001eae3a0 with its 0 VCpus... 00:00:01.435045 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Failed to get device handle and/or partition ID for 0000000001eae3a0 (hPartitionDevice=0000000000000a9d, Last=0xc0000002/1) (VERR_NEM_VM_CREATE_FAILED)}, preserve=false aResultDetail=-6805 00:00:01.435303 Console: Machine state changed to 'PoweredOff' 00:00:01.450667 Power up failed (vrc=VERR_NEM_VM_CREATE_FAILED, rc=E_FAIL (0X80004005)) 00:00:01.816551 VBoxHeadless: exiting Thanks for any help Eric
_______________________________________________ VBox-users-community mailing list VBox-users-community@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe