virtualbox-kvm
virtualbox-kvm copied to clipboard
VMs within a NAT Network crashes
Bug Description
A clear and concise description of what the bug is.
How to Reproduce
Enable NAT for VMs
Steps to reproduce the behavior.
Set the VMs to use NAT network
VM configuration
Guest OS configuration details:
- Guest OS type and version (e.g. Windows 10 22H2)
Ubuntu 22.04.
- Attach guest VM configuration file from
VirtualBox VMs/<guest VM name>/<guest VM name>.vbox
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.19-linux">
<Machine uuid="{c07b61b4-5534-44ee-917e-453a092aa993}" name="Ubuntu 1" OSType="Ubuntu_64" snapshotFolder="Snapshots" lastStateChange="2024-02-08T18:28:30Z" aborted="true">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{b3e515c6-dfa7-4975-b4c8-890e331897b1}" location="Ubuntu.vdi" format="VDI" type="Normal"/>
</HardDisks>
<DVDImages>
<Image uuid="{57f29d80-ab6e-490b-a852-94138186f2c4}" location="/home/zaihan/Downloads/ubuntu-22.04.2-live-server-amd64.iso"/>
<Image uuid="{31290683-5259-4069-90f1-fa02d944cd64}" location="/home/zaihan/Downloads/gparted-live-1.5.0-1-amd64.iso"/>
</DVDImages>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="Shutdown"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="547,363,640,524"/>
</ExtraData>
<Hardware>
<CPU>
<PAE enabled="false"/>
<LongMode enabled="true"/>
<X2APIC enabled="true"/>
<HardwareVirtExLargePages enabled="false"/>
</CPU>
<Memory RAMSize="2048"/>
<HID Pointing="USBTablet"/>
<Display controller="VMSVGA" VRAMSize="16"/>
<BIOS>
<IOAPIC enabled="true"/>
<SmbiosUuidLittleEndian enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="080027408658" type="82540EM">
<DisabledModes>
<NAT localhost-reachable="true"/>
<BridgedInterface name="wlp0s20f3"/>
<InternalNetwork name="intnet"/>
</DisabledModes>
<NATNetwork name="NatNetwork"/>
</Adapter>
<Adapter slot="1" type="82540EM"/>
<Adapter slot="2" type="82540EM"/>
<Adapter slot="3" type="82540EM"/>
<Adapter slot="4" type="82540EM"/>
<Adapter slot="5" type="82540EM"/>
<Adapter slot="6" type="82540EM"/>
<Adapter slot="7" type="82540EM"/>
</Network>
<AudioAdapter codec="AD1980" driver="Pulse" enabled="true" enabledOut="true"/>
<RTC localOrUTC="UTC"/>
<Clipboard mode="Bidirectional"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1707416895040442000" flags=""/>
</GuestProperties>
<StorageControllers>
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
<StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{b3e515c6-dfa7-4975-b4c8-890e331897b1}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Hardware>
</Machine>
</VirtualBox>
Host OS details:
- Host OS distribution Ubuntu 20.04
- Host OS kernel version Linux 6.7.4 (mainline)
Logs
Following logs are required:
- Linux kernel output Some output is sensitive.
- VirtualBox Release Log
- In the VirtualBox GUI click the three dots next to the guest VM name -> Logs -> Save Log:
00:00:00.617264 VirtualBox VM 7.0.14 r161095 linux.amd64 (Feb 9 2024 01:30:45) release log
00:00:00.617265 Log opened 2024-02-08T18:28:29.286711000Z
00:00:00.617266 Build Type: release
00:00:00.617269 OS Product: Linux
00:00:00.617270 OS Release: 6.7.4
00:00:00.617271 OS Version: #3 SMP PREEMPT_DYNAMIC Wed Feb 7 18:47:50 +08 2024
00:00:00.617291 DMI Product Name: 20W1SDLG00
00:00:00.617297 DMI Product Version: ThinkPad T14 Gen 2i
00:00:00.617304 Firmware type: UEFI
00:00:00.617875 Secure Boot: Disabled
00:00:00.617914 Host RAM: 31826MB (31.0GB) total, 22692MB (22.1GB) available
00:00:00.617917 Executable: /usr/local/virtualbox/bin/VirtualBoxVM
00:00:00.617917 Process ID: 141317
00:00:00.617917 Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.619204 Installed Extension Packs:
00:00:00.619209 Oracle VBoxDTrace Extension Pack (Version: 7.0.14 r161095; VRDE Module: ; Crypto Module: )
00:00:00.624034 Console: Machine state changed to 'Starting'
00:00:00.624183 Qt version: 5.15.3
00:00:00.624187 X11 Window Manager code: 2
00:00:00.626068 Guest OS type: 'Ubuntu_64'
00:00:00.627506 fHMForced=true - No raw-mode support in this build!
00:00:00.635850 File system of '/home/zaihan/VirtualBox VMs/Ubuntu 1/Snapshots' (snapshots) is ext4
00:00:00.635862 File system of '/home/zaihan/VirtualBox VMs/Ubuntu 1/Ubuntu.vdi' is ext4
00:00:00.646028 Shared Clipboard: Service loaded
00:00:00.646038 Shared Clipboard: Mode: Bidirectional
00:00:00.646060 Shared Clipboard: Service running in normal mode
00:00:00.646460 Drag and drop service loaded
00:00:00.646462 Drag and drop mode: Off
00:00:00.647564 ************************* CFGM dump *************************
00:00:00.647565 [/] (level 0)
00:00:00.647571 CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:00.647573 EnablePAE <integer> = 0x0000000000000001 (1)
00:00:00.647574 HMEnabled <integer> = 0x0000000000000001 (1)
00:00:00.647574 MemBalloonSize <integer> = 0x0000000000000000 (0, 0 B)
00:00:00.647576 Name <string> = "Ubuntu 1" (cb=9)
00:00:00.647577 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.647577 PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:00.647578 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512.0 MiB)
00:00:00.647579 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2.0 GiB)
00:00:00.647579 TimerMillies <integer> = 0x000000000000000a (10)
00:00:00.647580 UUID <bytes> = "b4 61 7b c0 34 55 ee 44 91 7e 45 3a 09 2a a9 93" (cb=16)
00:00:00.647582
00:00:00.647583 [/CPUM/] (level 1)
00:00:00.647583 Enable64bit <integer> = 0x0000000000000001 (1)
00:00:00.647584 GuestCpuName <string> = "host" (cb=5)
00:00:00.647584 NestedHWVirt <integer> = 0x0000000000000000 (0)
00:00:00.647585 PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:00.647585 SpecCtrl <integer> = 0x0000000000000000 (0)
00:00:00.647585
00:00:00.647586 [/CPUM/IsaExts/] (level 2)
00:00:00.647586
00:00:00.647586 [/DBGC/] (level 1)
00:00:00.647587 GlobalInitScript <string> = "/home/zaihan/.config/VirtualBox/dbgc-init" (cb=42)
00:00:00.647587 HistoryFile <string> = "/home/zaihan/.config/VirtualBox/dbgc-history" (cb=45)
00:00:00.647588 LocalInitScript <string> = "/home/zaihan/VirtualBox VMs/Ubuntu 1/dbgc-init" (cb=47)
00:00:00.647588
00:00:00.647588 [/DBGF/] (level 1)
00:00:00.647588 Path <string> = "/home/zaihan/VirtualBox VMs/Ubuntu 1/debug/;/home/zaihan/VirtualBox VMs/Ubuntu 1/;cache*/home/zaihan/VirtualBox VMs/Ubuntu 1/dbgcache/;/home/zaihan/" (cb=149)
00:00:00.647589
00:00:00.647589 [/Devices/] (level 1)
00:00:00.647589
00:00:00.647589 [/Devices/3c501/] (level 2)
00:00:00.647590
00:00:00.647590 [/Devices/8237A/] (level 2)
00:00:00.647590
00:00:00.647590 [/Devices/8237A/0/] (level 3)
00:00:00.647591 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647591
00:00:00.647592 [/Devices/GIMDev/] (level 2)
00:00:00.647592
00:00:00.647592 [/Devices/GIMDev/0/] (level 3)
00:00:00.647593 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647593
00:00:00.647593 [/Devices/VMMDev/] (level 2)
00:00:00.647593
00:00:00.647594 [/Devices/VMMDev/0/] (level 3)
00:00:00.647594 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647595 PCIDeviceNo <integer> = 0x0000000000000004 (4)
00:00:00.647595 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647595 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647596
00:00:00.647596 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.647596 GuestCoreDumpDir <string> = "/home/zaihan/VirtualBox VMs/Ubuntu 1/Snapshots" (cb=47)
00:00:00.647597
00:00:00.647597 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.647597 Driver <string> = "HGCM" (cb=5)
00:00:00.647598
00:00:00.647598 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.647598
00:00:00.647599 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.647599 Driver <string> = "MainStatus" (cb=11)
00:00:00.647600
00:00:00.647600 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.647600 First <integer> = 0x0000000000000000 (0)
00:00:00.647601 HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.647601 Last <integer> = 0x0000000000000000 (0)
00:00:00.647602 iLedSet <integer> = 0x0000000000000005 (5)
00:00:00.647602
00:00:00.647602 [/Devices/acpi/] (level 2)
00:00:00.647603
00:00:00.647603 [/Devices/acpi/0/] (level 3)
00:00:00.647603 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647604 PCIDeviceNo <integer> = 0x0000000000000007 (7)
00:00:00.647604 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647604 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647605
00:00:00.647605 [/Devices/acpi/0/Config/] (level 4)
00:00:00.647606 CpuHotPlug <integer> = 0x0000000000000000 (0)
00:00:00.647606 FdcEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647606 HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:00.647607 HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647607 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.647607 IocPciAddress <integer> = 0x0000000000010000 (65 536)
00:00:00.647608 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.647608 Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.647609 Parallel0Irq <integer> = 0x0000000000000000 (0)
00:00:00.647609 Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.647609 Parallel1Irq <integer> = 0x0000000000000000 (0)
00:00:00.647610 Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.647610 Serial0Irq <integer> = 0x0000000000000000 (0)
00:00:00.647610 Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.647610 Serial1Irq <integer> = 0x0000000000000000 (0)
00:00:00.647611 ShowCpu <integer> = 0x0000000000000001 (1)
00:00:00.647611 ShowRtc <integer> = 0x0000000000000000 (0)
00:00:00.647612 SmcEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647612
00:00:00.647612 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.647613 Driver <string> = "ACPIHost" (cb=9)
00:00:00.647613
00:00:00.647613 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.647613
00:00:00.647614 [/Devices/ahci/] (level 2)
00:00:00.647614
00:00:00.647614 [/Devices/ahci/0/] (level 3)
00:00:00.647615 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647615 PCIDeviceNo <integer> = 0x000000000000000d (13)
00:00:00.647615 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647616 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647616
00:00:00.647616 [/Devices/ahci/0/Config/] (level 4)
00:00:00.647617 Bootable <integer> = 0x0000000000000001 (1)
00:00:00.647617 PortCount <integer> = 0x0000000000000001 (1)
00:00:00.647617
00:00:00.647617 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:00.647618 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:00.647618
00:00:00.647618 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:00.647619 Driver <string> = "VD" (cb=3)
00:00:00.647619
00:00:00.647619 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:00.647620 BlockCache <integer> = 0x0000000000000001 (1)
00:00:00.647620 Format <string> = "VDI" (cb=4)
00:00:00.647621 Mountable <integer> = 0x0000000000000000 (0)
00:00:00.647621 Path <string> = "/home/zaihan/VirtualBox VMs/Ubuntu 1/Ubuntu.vdi" (cb=48)
00:00:00.647621 Type <string> = "HardDisk" (cb=9)
00:00:00.647622 UseNewIo <integer> = 0x0000000000000001 (1)
00:00:00.647622
00:00:00.647622 [/Devices/ahci/0/LUN#0/Config/VDConfig/] (level 6)
00:00:00.647623 AllocationBlockSize <string> = "1048576" (cb=8)
00:00:00.647623
00:00:00.647624 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:00.647624 Driver <string> = "MainStatus" (cb=11)
00:00:00.647624
00:00:00.647625 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:00.647625 DeviceInstance <string> = "ahci/0" (cb=7)
00:00:00.647625 First <integer> = 0x0000000000000000 (0)
00:00:00.647626 HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:00.647626 Last <integer> = 0x0000000000000000 (0)
00:00:00.647627 iLedSet <integer> = 0x0000000000000003 (3)
00:00:00.647627
00:00:00.647627 [/Devices/apic/] (level 2)
00:00:00.647628
00:00:00.647628 [/Devices/apic/0/] (level 3)
00:00:00.647628 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647628
00:00:00.647629 [/Devices/apic/0/Config/] (level 4)
00:00:00.647629 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.647629 Mode <integer> = 0x0000000000000003 (3)
00:00:00.647630 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.647630
00:00:00.647630 [/Devices/dp8390/] (level 2)
00:00:00.647631
00:00:00.647631 [/Devices/e1000/] (level 2)
00:00:00.647631
00:00:00.647631 [/Devices/e1000/0/] (level 3)
00:00:00.647632 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647632 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:00.647632 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647633 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647633
00:00:00.647633 [/Devices/e1000/0/Config/] (level 4)
00:00:00.647634 AdapterType <integer> = 0x0000000000000000 (0)
00:00:00.647634 CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.647634 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:00.647635 MAC <bytes> = "08 00 27 40 86 58" (cb=6)
00:00:00.647636
00:00:00.647636 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.647636 Driver <string> = "IntNet" (cb=7)
00:00:00.647637
00:00:00.647637 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.647637 IfPolicyPromisc <string> = "deny" (cb=5)
00:00:00.647638 Network <string> = "NatNetwork" (cb=11)
00:00:00.647638 TrunkType <integer> = 0x0000000000000002 (2)
00:00:00.647638
00:00:00.647638 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.647639 Driver <string> = "MainStatus" (cb=11)
00:00:00.647639
00:00:00.647639 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.647640 First <integer> = 0x0000000000000000 (0)
00:00:00.647640 HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.647641 Last <integer> = 0x0000000000000000 (0)
00:00:00.647641 iLedSet <integer> = 0x0000000000000004 (4)
00:00:00.647642
00:00:00.647642 [/Devices/i8254/] (level 2)
00:00:00.647642
00:00:00.647642 [/Devices/i8254/0/] (level 3)
00:00:00.647643
00:00:00.647643 [/Devices/i8254/0/Config/] (level 4)
00:00:00.647643
00:00:00.647643 [/Devices/i8259/] (level 2)
00:00:00.647644
00:00:00.647644 [/Devices/i8259/0/] (level 3)
00:00:00.647644 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647645
00:00:00.647645 [/Devices/i8259/0/Config/] (level 4)
00:00:00.647645
00:00:00.647645 [/Devices/ichac97/] (level 2)
00:00:00.647646
00:00:00.647646 [/Devices/ichac97/0/] (level 3)
00:00:00.647646 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647647 PCIDeviceNo <integer> = 0x0000000000000005 (5)
00:00:00.647647 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647647 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647648
00:00:00.647648 [/Devices/ichac97/0/AudioConfig/] (level 4)
00:00:00.647648
00:00:00.647649 [/Devices/ichac97/0/Config/] (level 4)
00:00:00.647649 Codec <string> = "AD1980" (cb=7)
00:00:00.647649 DebugEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647650
00:00:00.647650 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:00.647650 Driver <string> = "AUDIO" (cb=6)
00:00:00.647651
00:00:00.647651 [/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.647651 Driver <string> = "PulseAudio" (cb=11)
00:00:00.647652
00:00:00.647652 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.647653 VmName <string> = "Ubuntu 1" (cb=9)
00:00:00.647653
00:00:00.647653 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:00.647654 DriverName <string> = "PulseAudio" (cb=11)
00:00:00.647654 InputEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647654 OutputEnabled <integer> = 0x0000000000000001 (1)
00:00:00.647655
00:00:00.647655 [/Devices/ichac97/0/LUN#1/] (level 4)
00:00:00.647655 Driver <string> = "AUDIO" (cb=6)
00:00:00.647656
00:00:00.647656 [/Devices/ioapic/] (level 2)
00:00:00.647656
00:00:00.647656 [/Devices/ioapic/0/] (level 3)
00:00:00.647657 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647657
00:00:00.647657 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.647658 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.647658
00:00:00.647658 [/Devices/mc146818/] (level 2)
00:00:00.647659
00:00:00.647659 [/Devices/mc146818/0/] (level 3)
00:00:00.647659
00:00:00.647659 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.647660 UseUTC <integer> = 0x0000000000000001 (1)
00:00:00.647660
00:00:00.647660 [/Devices/parallel/] (level 2)
00:00:00.647661
00:00:00.647661 [/Devices/pcarch/] (level 2)
00:00:00.647661
00:00:00.647661 [/Devices/pcarch/0/] (level 3)
00:00:00.647662 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647662
00:00:00.647662 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.647663
00:00:00.647663 [/Devices/pcbios/] (level 2)
00:00:00.647663
00:00:00.647663 [/Devices/pcbios/0/] (level 3)
00:00:00.647664 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647664
00:00:00.647664 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.647665 APIC <integer> = 0x0000000000000001 (1)
00:00:00.647665 BootDevice0 <string> = "FLOPPY" (cb=7)
00:00:00.647666 BootDevice1 <string> = "DVD" (cb=4)
00:00:00.647666 BootDevice2 <string> = "IDE" (cb=4)
00:00:00.647666 BootDevice3 <string> = "NONE" (cb=5)
00:00:00.647666 FloppyDevice <string> = "i82078" (cb=7)
00:00:00.647667 HardDiskDevice <string> = "piix3ide" (cb=9)
00:00:00.647667 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.647667 McfgBase <integer> = 0x0000000000000000 (0)
00:00:00.647668 McfgLength <integer> = 0x0000000000000000 (0)
00:00:00.647668 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.647669 PXEDebug <integer> = 0x0000000000000000 (0)
00:00:00.647669 SataHardDiskDevice <string> = "ahci" (cb=5)
00:00:00.647669 SataLUN1 <integer> = 0x0000000000000000 (0)
00:00:00.647670 UUID <bytes> = "b4 61 7b c0 34 55 ee 44 91 7e 45 3a 09 2a a9 93" (cb=16)
00:00:00.647671 UuidLe <integer> = 0x0000000000000001 (1)
00:00:00.647671
00:00:00.647671 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.647672
00:00:00.647672 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.647673 NIC <integer> = 0x0000000000000000 (0)
00:00:00.647673 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647673 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:00.647674 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647674
00:00:00.647674 [/Devices/pci/] (level 2)
00:00:00.647675
00:00:00.647675 [/Devices/pci/0/] (level 3)
00:00:00.647675 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647676
00:00:00.647676 [/Devices/pci/0/Config/] (level 4)
00:00:00.647676 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.647677
00:00:00.647677 [/Devices/pcibridge/] (level 2)
00:00:00.647677
00:00:00.647677 [/Devices/pckbd/] (level 2)
00:00:00.647678
00:00:00.647678 [/Devices/pckbd/0/] (level 3)
00:00:00.647678 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647679
00:00:00.647679 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.647679
00:00:00.647679 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.647680 Driver <string> = "KeyboardQueue" (cb=14)
00:00:00.647680
00:00:00.647680 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.647681 Driver <string> = "MainKeyboard" (cb=13)
00:00:00.647681
00:00:00.647681 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.647682 QueueSize <integer> = 0x0000000000000040 (64, 64 B)
00:00:00.647682
00:00:00.647682 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.647683 Driver <string> = "MouseQueue" (cb=11)
00:00:00.647683
00:00:00.647683 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.647684 Driver <string> = "MainMouse" (cb=10)
00:00:00.647685
00:00:00.647685 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.647685 QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:00.647686
00:00:00.647686 [/Devices/pcnet/] (level 2)
00:00:00.647686
00:00:00.647686 [/Devices/piix3ide/] (level 2)
00:00:00.647687
00:00:00.647687 [/Devices/piix3ide/0/] (level 3)
00:00:00.647688 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647688 PCIDeviceNo <integer> = 0x0000000000000001 (1)
00:00:00.647688 PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:00.647688 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647689
00:00:00.647689 [/Devices/piix3ide/0/Config/] (level 4)
00:00:00.647689 Type <string> = "PIIX4" (cb=6)
00:00:00.647690
00:00:00.647690 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:00.647690 Driver <string> = "VD" (cb=3)
00:00:00.647691
00:00:00.647691 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:00.647692 EmptyDrive <integer> = 0x0000000000000001 (1)
00:00:00.647692 Mountable <integer> = 0x0000000000000001 (1)
00:00:00.647692 Type <string> = "DVD" (cb=4)
00:00:00.647693
00:00:00.647693 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:00.647693 Driver <string> = "MainStatus" (cb=11)
00:00:00.647694
00:00:00.647694 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:00.647694 DeviceInstance <string> = "piix3ide/0" (cb=11)
00:00:00.647695 First <integer> = 0x0000000000000000 (0)
00:00:00.647695 HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:00.647695 Last <integer> = 0x0000000000000003 (3)
00:00:00.647696 iLedSet <integer> = 0x0000000000000002 (2)
00:00:00.647696
00:00:00.647696 [/Devices/serial/] (level 2)
00:00:00.647697
00:00:00.647697 [/Devices/usb-ohci/] (level 2)
00:00:00.647697
00:00:00.647697 [/Devices/usb-ohci/0/] (level 3)
00:00:00.647698 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647698 PCIDeviceNo <integer> = 0x0000000000000006 (6)
00:00:00.647699 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647699 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647699
00:00:00.647699 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:00.647700
00:00:00.647700 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:00.647700 Driver <string> = "VUSBRootHub" (cb=12)
00:00:00.647701
00:00:00.647701 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:00.647701
00:00:00.647702 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:00.647702 Driver <string> = "MainStatus" (cb=11)
00:00:00.647702
00:00:00.647702 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:00.647703 First <integer> = 0x0000000000000000 (0)
00:00:00.647703 HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.647704 Last <integer> = 0x0000000000000000 (0)
00:00:00.647704 iLedSet <integer> = 0x0000000000000001 (1)
00:00:00.647704
00:00:00.647705 [/Devices/vga/] (level 2)
00:00:00.647705
00:00:00.647705 [/Devices/vga/0/] (level 3)
00:00:00.647706 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.647706 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:00.647706 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.647706 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.647707
00:00:00.647707 [/Devices/vga/0/Config/] (level 4)
00:00:00.647708 3DEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647708 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.647709 FadeIn <integer> = 0x0000000000000001 (1)
00:00:00.647709 FadeOut <integer> = 0x0000000000000001 (1)
00:00:00.647709 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:00.647710 LogoFile <string> = "" (cb=1)
00:00:00.647710 LogoTime <integer> = 0x0000000000000000 (0)
00:00:00.647711 MonitorCount <integer> = 0x0000000000000001 (1)
00:00:00.647711 ShowBootMenu <integer> = 0x0000000000000002 (2)
00:00:00.647711 VMSVGA3dEnabled <integer> = 0x0000000000000000 (0)
00:00:00.647712 VMSVGAEnabled <integer> = 0x0000000000000001 (1)
00:00:00.647712 VMSVGAPciBarLayout <integer> = 0x0000000000000001 (1)
00:00:00.647712 VMSVGAPciId <integer> = 0x0000000000000001 (1)
00:00:00.647713 VRamSize <integer> = 0x0000000001000000 (16 777 216, 16.0 MiB)
00:00:00.647713
00:00:00.647713 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.647714 Driver <string> = "MainDisplay" (cb=12)
00:00:00.647714
00:00:00.647714 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.647715
00:00:00.647715 [/Devices/vga/0/LUN#999/] (level 4)
00:00:00.647716 Driver <string> = "MainStatus" (cb=11)
00:00:00.647716
00:00:00.647716 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:00.647717 First <integer> = 0x0000000000000000 (0)
00:00:00.647717 HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.647717 Last <integer> = 0x0000000000000000 (0)
00:00:00.647718 iLedSet <integer> = 0x0000000000000000 (0)
00:00:00.647718
00:00:00.647718 [/Devices/virtio-net/] (level 2)
00:00:00.647719
00:00:00.647719 [/EM/] (level 1)
00:00:00.647719 TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.647720
00:00:00.647720 [/GCM/] (level 1)
00:00:00.647720 FixerSet <integer> = 0x0000000000000000 (0)
00:00:00.647720
00:00:00.647721 [/GIM/] (level 1)
00:00:00.647721 Provider <string> = "KVM" (cb=4)
00:00:00.647721
00:00:00.647721 [/GIM/HyperV/] (level 2)
00:00:00.647722
00:00:00.647722 [/HM/] (level 1)
00:00:00.647722 64bitEnabled <integer> = 0x0000000000000001 (1)
00:00:00.647723 EnableLargePages <integer> = 0x0000000000000000 (0)
00:00:00.647723 EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.647723 EnableUX <integer> = 0x0000000000000001 (1)
00:00:00.647724 EnableVPID <integer> = 0x0000000000000001 (1)
00:00:00.647724 Exclusive <integer> = 0x0000000000000001 (1)
00:00:00.647725 HMForced <integer> = 0x0000000000000001 (1)
00:00:00.647725 IBPBOnVMEntry <integer> = 0x0000000000000000 (0)
00:00:00.647725 IBPBOnVMExit <integer> = 0x0000000000000000 (0)
00:00:00.647726 L1DFlushOnSched <integer> = 0x0000000000000001 (1)
00:00:00.647726 L1DFlushOnVMEntry <integer> = 0x0000000000000000 (0)
00:00:00.647726 LovelyMesaDrvWorkaround <integer> = 0x0000000000000001 (1)
00:00:00.647727 MDSClearOnSched <integer> = 0x0000000000000001 (1)
00:00:00.647727 MDSClearOnVMEntry <integer> = 0x0000000000000000 (0)
00:00:00.647727 SpecCtrlByHost <integer> = 0x0000000000000000 (0)
00:00:00.647728 SvmVirtVmsaveVmload <integer> = 0x0000000000000000 (0)
00:00:00.647728 UseNEMInstead <integer> = 0x0000000000000000 (0)
00:00:00.647729
00:00:00.647729 [/MM/] (level 1)
00:00:00.647729 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.647729
00:00:00.647729 [/NEM/] (level 1)
00:00:00.647730 Allow64BitGuests <integer> = 0x0000000000000001 (1)
00:00:00.647730 LovelyMesaDrvWorkaround <integer> = 0x0000000000000001 (1)
00:00:00.647730
00:00:00.647731 [/PDM/] (level 1)
00:00:00.647731
00:00:00.647731 [/PDM/AsyncCompletion/] (level 2)
00:00:00.647731
00:00:00.647732 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.647732
00:00:00.647732 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.647733
00:00:00.647733 [/PDM/BlkCache/] (level 2)
00:00:00.647733 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5.0 MiB)
00:00:00.647734
00:00:00.647734 [/PDM/Devices/] (level 2)
00:00:00.647734
00:00:00.647734 [/PDM/Drivers/] (level 2)
00:00:00.647735
00:00:00.647735 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.647736 Path <string> = "/usr/local/virtualbox/bin/components/VBoxC" (cb=43)
00:00:00.647736
00:00:00.647736 [/PDM/NetworkShaper/] (level 2)
00:00:00.647736
00:00:00.647737 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.647737
00:00:00.647737 [/TM/] (level 1)
00:00:00.647737 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.647738
00:00:00.647738 [/USB/] (level 1)
00:00:00.647738
00:00:00.647738 [/USB/HidMouse/] (level 2)
00:00:00.647739
00:00:00.647739 [/USB/HidMouse/0/] (level 3)
00:00:00.647739
00:00:00.647739 [/USB/HidMouse/0/Config/] (level 4)
00:00:00.647740 Mode <string> = "absolute" (cb=9)
00:00:00.647740
00:00:00.647740 [/USB/HidMouse/0/LUN#0/] (level 4)
00:00:00.647741 Driver <string> = "MouseQueue" (cb=11)
00:00:00.647741
00:00:00.647741 [/USB/HidMouse/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.647742 Driver <string> = "MainMouse" (cb=10)
00:00:00.647742
00:00:00.647742 [/USB/HidMouse/0/LUN#0/Config/] (level 5)
00:00:00.647743 QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:00.647743
00:00:00.647743 [/USB/USBProxy/] (level 2)
00:00:00.647743
00:00:00.647744 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:00.647744
00:00:00.647744 ********************* End of CFGM dump **********************
00:00:00.647773 HM: HMR3Init: Attempting fall back to NEM: Driverless mode
00:00:00.647800 NEM: WARNING: /proc/sys/kernel/split_lock_mitigate is 1. This can cause VM hangs, unless you set split_lock_detect=off on the host kernel command line! Please set it to 0.
00:00:00.669993 NEM: KVM capabilities (system):
00:00:00.670008 NEM: KVM_CAP_IRQCHIP: 1
00:00:00.670011 NEM: KVM_CAP_KVM_CAP_HLT: 1
00:00:00.670012 NEM: KVM_CAP_MMU_SHADOW_CACHE_CONTROL: 1
00:00:00.670013 NEM: KVM_CAP_KVM_CAP_USER_MEMORY: 1
00:00:00.670014 NEM: KVM_CAP_SET_TSS_ADDR: 1
00:00:00.670015 NEM: KVM_CAP_5: 0
00:00:00.670016 NEM: KVM_CAP_VAPIC: 1
00:00:00.670017 NEM: KVM_CAP_EXT_CPUID: 1
00:00:00.670018 NEM: KVM_CAP_CLOCKSOURCE: 1
00:00:00.670021 NEM: KVM_CAP_NR_VCPUS: 8
00:00:00.670022 NEM: KVM_CAP_NR_MEMSLOTS: 0x7ffc (32764)
00:00:00.670023 NEM: KVM_CAP_PIT: 1
00:00:00.670024 NEM: KVM_CAP_NOP_IO_DELAY: 1
00:00:00.670025 NEM: KVM_CAP_PV_MMU: 0
00:00:00.670026 NEM: KVM_CAP_MP_STATE: 1
00:00:00.670027 NEM: KVM_CAP_COALESCED_MMIO: 2
00:00:00.670028 NEM: KVM_CAP_SYNC_MMU: 1
00:00:00.670028 NEM: KVM_CAP_17: 0
00:00:00.670029 NEM: KVM_CAP_IOMMU: 0
00:00:00.670030 NEM: KVM_CAP_19: 0
00:00:00.670031 NEM: KVM_CAP_20: 0
00:00:00.670032 NEM: KVM_CAP_DESTROY_MEMORY_REGION_WORKS: 1
00:00:00.670033 NEM: KVM_CAP_USER_NMI: 1
00:00:00.670034 NEM: KVM_CAP_SET_GUEST_DEBUG: 1
00:00:00.670035 NEM: KVM_CAP_REINJECT_CONTROL: 1
00:00:00.670035 NEM: KVM_CAP_IRQ_ROUTING: 0x1000 (4096)
00:00:00.670037 NEM: KVM_CAP_IRQ_INJECT_STATUS: 1
00:00:00.670037 NEM: KVM_CAP_27: 0
00:00:00.670045 NEM: KVM_CAP_28: 0
00:00:00.670046 NEM: KVM_CAP_ASSIGN_DEV_IRQ: 0
00:00:00.670047 NEM: KVM_CAP_JOIN_MEMORY_REGIONS_WORKS: 1
00:00:00.670047 NEM: KVM_CAP_MCE: 0x20 (32)
00:00:00.670048 NEM: KVM_CAP_IRQFD: 1
00:00:00.670049 NEM: KVM_CAP_PIT2: 1
00:00:00.670050 NEM: KVM_CAP_SET_BOOT_CPU_ID: 1
00:00:00.670051 NEM: KVM_CAP_PIT_STATE2: 1
00:00:00.670052 NEM: KVM_CAP_IOEVENTFD: 1
00:00:00.670053 NEM: KVM_CAP_SET_IDENTITY_MAP_ADDR: 1
00:00:00.670054 NEM: KVM_CAP_XEN_HVM: 0x7f (127)
00:00:00.670055 NEM: KVM_CAP_KVM_CAP_ADJUST_CLOCK: 0xe (14)
00:00:00.670055 NEM: KVM_CAP_INTERNAL_ERROR_DATA: 1
00:00:00.670056 NEM: KVM_CAP_KVM_CAP_VCPU_EVENTS: 1
00:00:00.670057 NEM: KVM_CAP_S390_PSW: 0
00:00:00.670058 NEM: KVM_CAP_PPC_SEGSTATE: 0
00:00:00.670059 NEM: KVM_CAP_HYPERV: 1
00:00:00.670060 NEM: KVM_CAP_HYPERV_VAPIC: 1
00:00:00.670061 NEM: KVM_CAP_HYPERV_SPIN: 1
00:00:00.670061 NEM: KVM_CAP_PCI_SEGMENT: 1
00:00:00.670062 NEM: KVM_CAP_PPC_PAIRED_SINGLES: 0
00:00:00.670063 NEM: KVM_CAP_INTR_SHADOW: 0
00:00:00.670064 NEM: KVM_CAP_DEBUGREGS: 1
00:00:00.670065 NEM: KVM_CAP_X86_ROBUST_SINGLESTEP: 1
00:00:00.670065 NEM: KVM_CAP_PPC_OSI: 0
00:00:00.670066 NEM: KVM_CAP_PPC_UNSET_IRQ: 0
00:00:00.670067 NEM: KVM_CAP_ENABLE_CAP: 1
00:00:00.670068 NEM: KVM_CAP_KVM_CAP_XSAVE: 1
00:00:00.670069 NEM: KVM_CAP_KVM_CAP_XCRS: 1
00:00:00.670070 NEM: KVM_CAP_PPC_GET_PVINFO: 0
00:00:00.670071 NEM: KVM_CAP_PPC_IRQ_LEVEL: 0
00:00:00.670071 NEM: KVM_CAP_ASYNC_PF: 1
00:00:00.670072 NEM: KVM_CAP_TSC_CONTROL: 1
00:00:00.670073 NEM: KVM_CAP_GET_TSC_KHZ: 1
00:00:00.670074 NEM: KVM_CAP_PPC_BOOKE_SREGS: 0
00:00:00.670075 NEM: KVM_CAP_SPAPR_TCE: 0
00:00:00.670076 NEM: KVM_CAP_PPC_SMT: 0
00:00:00.670077 NEM: KVM_CAP_PPC_RMA: 0
00:00:00.670078 NEM: KVM_CAP_MAX_VCPUS: 0x1000 (4096)
00:00:00.670079 NEM: KVM_CAP_PPC_HIOR: 0
00:00:00.670079 NEM: KVM_CAP_PPC_PAPR: 0
00:00:00.670080 NEM: KVM_CAP_SW_TLB: 0
00:00:00.670081 NEM: KVM_CAP_ONE_REG: 0
00:00:00.670082 NEM: KVM_CAP_S390_GMAP: 0
00:00:00.670083 NEM: KVM_CAP_TSC_DEADLINE_TIMER: 1
00:00:00.670084 NEM: KVM_CAP_S390_UCONTROL: 0
00:00:00.670085 NEM: KVM_CAP_SYNC_REGS: 7
00:00:00.670085 NEM: KVM_CAP_PCI_2_3: 0
00:00:00.670086 NEM: KVM_CAP_KVMCLOCK_CTRL: 1
00:00:00.670087 NEM: KVM_CAP_SIGNAL_MSI: 1
00:00:00.670088 NEM: KVM_CAP_PPC_GET_SMMU_INFO: 0
00:00:00.670089 NEM: KVM_CAP_S390_COW: 0
00:00:00.670090 NEM: KVM_CAP_PPC_ALLOC_HTAB: 0
00:00:00.670091 NEM: KVM_CAP_READONLY_MEM: 1
00:00:00.670091 NEM: KVM_CAP_IRQFD_RESAMPLE: 1
00:00:00.670092 NEM: KVM_CAP_PPC_BOOKE_WATCHDOG: 0
00:00:00.670093 NEM: KVM_CAP_PPC_HTAB_FD: 0
00:00:00.670094 NEM: KVM_CAP_S390_CSS_SUPPORT: 0
00:00:00.670095 NEM: KVM_CAP_PPC_EPR: 0
00:00:00.670096 NEM: KVM_CAP_ARM_PSCI: 0
00:00:00.670096 NEM: KVM_CAP_ARM_SET_DEVICE_ADDR: 0
00:00:00.670097 NEM: KVM_CAP_DEVICE_CTRL: 0
00:00:00.670098 NEM: KVM_CAP_IRQ_MPIC: 0
00:00:00.670099 NEM: KVM_CAP_PPC_RTAS: 0
00:00:00.670104 NEM: KVM_CAP_IRQ_XICS: 0
00:00:00.670105 NEM: KVM_CAP_ARM_EL1_32BIT: 0
00:00:00.670106 NEM: KVM_CAP_SPAPR_MULTITCE: 0
00:00:00.670106 NEM: KVM_CAP_EXT_EMUL_CPUID: 1
00:00:00.670107 NEM: KVM_CAP_HYPERV_TIME: 1
00:00:00.670108 NEM: KVM_CAP_IOAPIC_POLARITY_IGNORED: 1
00:00:00.670109 NEM: KVM_CAP_ENABLE_CAP_VM: 1
00:00:00.670110 NEM: KVM_CAP_S390_IRQCHIP: 0
00:00:00.670111 NEM: KVM_CAP_IOEVENTFD_NO_LENGTH: 1
00:00:00.670111 NEM: KVM_CAP_VM_ATTRIBUTES: 0
00:00:00.670112 NEM: KVM_CAP_ARM_PSCI_0_2: 0
00:00:00.670113 NEM: KVM_CAP_PPC_FIXUP_HCALL: 0
00:00:00.670114 NEM: KVM_CAP_PPC_ENABLE_HCALL: 0
00:00:00.670115 NEM: KVM_CAP_CHECK_EXTENSION_VM: 1
00:00:00.670115 NEM: KVM_CAP_S390_USER_SIGP: 0
00:00:00.670116 NEM: KVM_CAP_S390_VECTOR_REGISTERS: 0
00:00:00.670117 NEM: KVM_CAP_S390_MEM_OP: 0
00:00:00.670118 NEM: KVM_CAP_S390_USER_STSI: 0
00:00:00.670119 NEM: KVM_CAP_S390_SKEYS: 0
00:00:00.670119 NEM: KVM_CAP_MIPS_FPU: 0
00:00:00.670120 NEM: KVM_CAP_MIPS_MSA: 0
00:00:00.670121 NEM: KVM_CAP_S390_INJECT_IRQ: 0
00:00:00.670122 NEM: KVM_CAP_S390_IRQ_STATE: 0
00:00:00.670123 NEM: KVM_CAP_PPC_HWRNG: 0
00:00:00.670124 NEM: KVM_CAP_DISABLE_QUIRKS: 1
00:00:00.670125 NEM: KVM_CAP_X86_SMM: 1
00:00:00.670126 NEM: KVM_CAP_MULTI_ADDRESS_SPACE: 2
00:00:00.670126 NEM: KVM_CAP_GUEST_DEBUG_HW_BPS: 0
00:00:00.670127 NEM: KVM_CAP_GUEST_DEBUG_HW_WPS: 0
00:00:00.670128 NEM: KVM_CAP_SPLIT_IRQCHIP: 1
00:00:00.670129 NEM: KVM_CAP_IOEVENTFD_ANY_LENGTH: 1
00:00:00.670130 NEM: KVM_CAP_HYPERV_SYNIC: 1
00:00:00.670130 NEM: KVM_CAP_S390_RI: 0
00:00:00.670131 NEM: KVM_CAP_SPAPR_TCE_64: 0
00:00:00.670132 NEM: KVM_CAP_ARM_PMU_V3: 0
00:00:00.670133 NEM: KVM_CAP_VCPU_ATTRIBUTES: 1
00:00:00.670134 NEM: KVM_CAP_MAX_VCPU_ID: 0x4000 (16384)
00:00:00.670135 NEM: KVM_CAP_X2APIC_API: 3
00:00:00.670136 NEM: KVM_CAP_S390_USER_INSTR0: 0
00:00:00.670137 NEM: KVM_CAP_MSI_DEVID: 0
00:00:00.670137 NEM: KVM_CAP_PPC_HTM: 0
00:00:00.670138 NEM: KVM_CAP_SPAPR_RESIZE_HPT: 0
00:00:00.670139 NEM: KVM_CAP_PPC_MMU_RADIX: 0
00:00:00.670140 NEM: KVM_CAP_PPC_MMU_HASH_V3: 0
00:00:00.670141 NEM: KVM_CAP_IMMEDIATE_EXIT: 1
00:00:00.670141 NEM: KVM_CAP_MIPS_VZ: 0
00:00:00.670142 NEM: KVM_CAP_MIPS_TE: 0
00:00:00.670143 NEM: KVM_CAP_MIPS_64BIT: 0
00:00:00.670144 NEM: KVM_CAP_S390_GS: 0
00:00:00.670145 NEM: KVM_CAP_S390_AIS: 0
00:00:00.670146 NEM: KVM_CAP_SPAPR_TCE_VFIO: 0
00:00:00.670147 NEM: KVM_CAP_X86_DISABLE_EXITS: 0xf (15)
00:00:00.670148 NEM: KVM_CAP_ARM_USER_IRQ: 0
00:00:00.670148 NEM: KVM_CAP_S390_CMMA_MIGRATION: 0
00:00:00.670149 NEM: KVM_CAP_PPC_FWNMI: 0
00:00:00.670150 NEM: KVM_CAP_PPC_SMT_POSSIBLE: 0
00:00:00.670151 NEM: KVM_CAP_HYPERV_SYNIC2: 1
00:00:00.670152 NEM: KVM_CAP_HYPERV_VP_INDEX: 1
00:00:00.670153 NEM: KVM_CAP_S390_AIS_MIGRATION: 0
00:00:00.670153 NEM: KVM_CAP_PPC_GET_CPU_CHAR: 0
00:00:00.670154 NEM: KVM_CAP_S390_BPB: 0
00:00:00.670155 NEM: KVM_CAP_GET_MSR_FEATURES: 1
00:00:00.670156 NEM: KVM_CAP_HYPERV_EVENTFD: 1
00:00:00.670157 NEM: KVM_CAP_HYPERV_TLBFLUSH: 1
00:00:00.670157 NEM: KVM_CAP_S390_HPAGE_1M: 0
00:00:00.670160 NEM: KVM_CAP_NESTED_STATE: 0x2080 (8320)
00:00:00.670161 NEM: KVM_CAP_ARM_INJECT_SERROR_ESR: 0
00:00:00.670162 NEM: KVM_CAP_MSR_PLATFORM_INFO: 1
00:00:00.670163 NEM: KVM_CAP_PPC_NESTED_HV: 0
00:00:00.670163 NEM: KVM_CAP_HYPERV_SEND_IPI: 1
00:00:00.670164 NEM: KVM_CAP_COALESCED_PIO: 1
00:00:00.670165 NEM: KVM_CAP_HYPERV_ENLIGHTENED_VMCS: 1
00:00:00.670166 NEM: KVM_CAP_EXCEPTION_PAYLOAD: 1
00:00:00.670167 NEM: KVM_CAP_ARM_VM_IPA_SIZE: 0
00:00:00.670167 NEM: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT: 0
00:00:00.670168 NEM: KVM_CAP_HYPERV_CPUID: 1
00:00:00.670169 NEM: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2: 3
00:00:00.670170 NEM: KVM_CAP_PPC_IRQ_XIVE: 0
00:00:00.670171 NEM: KVM_CAP_ARM_SVE: 0
00:00:00.670171 NEM: KVM_CAP_ARM_PTRAUTH_ADDRESS: 0
00:00:00.670172 NEM: KVM_CAP_ARM_PTRAUTH_GENERIC: 0
00:00:00.670173 NEM: KVM_CAP_PMU_EVENT_FILTER: 1
00:00:00.670174 NEM: KVM_CAP_ARM_IRQ_LINE_LAYOUT_2: 0
00:00:00.670175 NEM: KVM_CAP_HYPERV_DIRECT_TLBFLUSH: 0
00:00:00.670175 NEM: KVM_CAP_PPC_GUEST_DEBUG_SSTEP: 0
00:00:00.670176 NEM: KVM_CAP_ARM_NISV_TO_USER: 0
00:00:00.670177 NEM: KVM_CAP_ARM_INJECT_EXT_DABT: 0
00:00:00.670178 NEM: KVM_CAP_S390_VCPU_RESETS: 0
00:00:00.670179 NEM: KVM_CAP_S390_PROTECTED: 0
00:00:00.670179 NEM: KVM_CAP_PPC_SECURE_GUEST: 0
00:00:00.670180 NEM: KVM_CAP_HALT_POLL: 1
00:00:00.670181 NEM: KVM_CAP_ASYNC_PF_INT: 1
00:00:00.670182 NEM: KVM_CAP_LAST_CPU: 1
00:00:00.670183 NEM: KVM_CAP_SMALLER_MAXPHYADDR: 0
00:00:00.670184 NEM: KVM_CAP_S390_DIAG318: 0
00:00:00.670184 NEM: KVM_CAP_STEAL_TIME: 1
00:00:00.670185 NEM: KVM_CAP_KVM_CAP_X86_USER_SPACE_MSR: 1
00:00:00.670186 NEM: KVM_CAP_KVM_CAP_X86_MSR_FILTER: 1
00:00:00.670187 NEM: KVM_CAP_ENFORCE_PV_FEATURE_CPUID: 1
00:00:00.670188 NEM: KVM_CAP_SYS_HYPERV_CPUID: 1
00:00:00.670188 NEM: KVM_CAP_DIRTY_LOG_RING: 0x100000 (1048576)
00:00:00.670190 NEM: KVM_CAP_X86_BUS_LOCK_EXIT: 0
00:00:00.670190 NEM: KVM_CAP_PPC_DAWR1: 0
00:00:00.670191 NEM: KVM_CAP_SET_GUEST_DEBUG2: 0x1f0003 (2031619)
00:00:00.670192 NEM: KVM_CAP_SGX_ATTRIBUTE: 1
00:00:00.670193 NEM: KVM_CAP_VM_COPY_ENC_CONTEXT_FROM: 1
00:00:00.670194 NEM: KVM_CAP_PTP_KVM: 0
00:00:00.670195 NEM: KVM_CAP_199: 1
00:00:00.670196 NEM: KVM_CAP_200: 1
00:00:00.670197 NEM: KVM_CAP_201: 0x1000 (4096)
00:00:00.670198 NEM: KVM_CAP_202: 0
00:00:00.670198 NEM: KVM_CAP_203: 1
00:00:00.670199 NEM: KVM_CAP_204: 1
00:00:00.670200 NEM: KVM_CAP_205: 0
00:00:00.670201 NEM: KVM_CAP_206: 1
00:00:00.670202 NEM: KVM_CAP_207: 0
00:00:00.670204 NEM: KVM_CAP_208: 0x1000 (4096)
00:00:00.670205 NEM: KVM_CAP_209: 1
00:00:00.670206 NEM: KVM_CAP_210: 0
00:00:00.670207 NEM: KVM_CAP_211: 0
00:00:00.670208 NEM: KVM_CAP_212: 1
00:00:00.670209 NEM: KVM_CAP_213: 0x7f (127)
00:00:00.670210 NEM: KVM_CAP_214: 1
00:00:00.670211 NEM: KVM_CAP_215: 1
00:00:00.670212 NEM: KVM_CAP_216: 0
00:00:00.670213 NEM: KVM_GET_VCPU_MMAP_SIZE: 0x3000 (12288)
00:00:00.671376 NEM:
00:00:00.671377 NEM: NEMR3Init: Turtle execution mode is active!
00:00:00.671377 NEM: Note! VirtualBox is not able to run at its full potential in this execution mode.
00:00:00.671377 NEM:
00:00:00.671395 CPUM: No hardware-virtualization capability detected
00:00:00.671962 CPUM: fXStateHostMask=0xe7; initial: 0xe7; host XCR0=0x2e7
00:00:00.672783 CPUM: Matched host CPU INTEL 0x6/0x8c/0x1 Intel_Core7_TigerLake with CPU DB entry 'Intel Core i7-6700K' (INTEL 0x6/0x5e/0x3 Intel_Core7_Skylake)
00:00:00.672812 CPUM: MXCSR_MASK=0xffff (host: 0xffff)
00:00:00.672814 CPUM: Failed to query microcode revision. rc=VERR_SUP_DRIVERLESS
00:00:00.672822 CPUM: Changing leaf 13[0]: EBX=0xa88 -> 0x340, ECX=0xa88 -> 0x340
00:00:00.672829 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD
00:00:00.672831 CPUM: MSR/CPUID reconciliation insert: 0x0000010a IA32_ARCH_CAPABILITIES
00:00:00.672833 CPUM: MSR fudge: 0x00000001 IA32_P5_MC_TYPE
00:00:00.672834 CPUM: MSR fudge: 0x00000017 IA32_PLATFORM_ID
00:00:00.672835 CPUM: MSR fudge: 0x0000001b IA32_APIC_BASE
00:00:00.672835 CPUM: MSR fudge: 0x0000008b BIOS_SIGN
00:00:00.672836 CPUM: MSR fudge: 0x000000fe IA32_MTRRCAP
00:00:00.672837 CPUM: MSR fudge: 0x00000179 IA32_MCG_CAP
00:00:00.672837 CPUM: MSR fudge: 0x0000017a IA32_MCG_STATUS
00:00:00.672838 CPUM: MSR fudge: 0x000001a0 IA32_MISC_ENABLE
00:00:00.672839 CPUM: MSR fudge: 0x000001d9 IA32_DEBUGCTL
00:00:00.672839 CPUM: MSR fudge: 0x000001db P6_LAST_BRANCH_FROM_IP
00:00:00.672840 CPUM: MSR fudge: 0x000001dc P6_LAST_BRANCH_TO_IP
00:00:00.672841 CPUM: MSR fudge: 0x000001dd P6_LAST_INT_FROM_IP
00:00:00.672841 CPUM: MSR fudge: 0x000001de P6_LAST_INT_TO_IP
00:00:00.672842 CPUM: MSR fudge: 0x00000277 IA32_PAT
00:00:00.672843 CPUM: MSR fudge: 0x000002ff IA32_MTRR_DEF_TYPE
00:00:00.672843 CPUM: MSR fudge: 0x00000400 IA32_MCi_CTL_STATUS_ADDR_MISC
00:00:00.672844 CPUM: MSR fudge: 0xc0000103 AMD64_TSC_AUX
00:00:00.672845 CPUM: MSR fudge: 0x00000122 IA32_TSX_CTRL
00:00:00.672868 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:00.672869 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:00.672870 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:00.672871 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:00.672872 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:00.672873 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:00.672957 PGM: Host paging mode: AMD64+PGE+NX
00:00:00.672959 PGM: PGMPool: cMaxPages=1280 (u64MaxPages=1058)
00:00:00.672961 PGM: pgmR3PoolInit: cMaxPages=0x500 cMaxUsers=0xa00 cMaxPhysExts=0xa00 fCacheEnable=true
00:00:00.673079 PGM: /proc/sys/vm/max_map_count = 65530 (rc2=VWRN_TRAILING_CHARS); cGuessNeeded=16384
00:00:00.676293 TM: NEM overrides the /TM/TSCModeSwitchAllowed setting.
00:00:00.677797 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:00.678345 X Server details: vendor: The X.Org Foundation, release: 12201001, protocol version: 11.0, display string: :0
00:00:00.678360 Using known keycode mapping for keycode to scan code conversion
00:00:00.680016 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 0 work area is actually resized to: 0x27 x 1920x978
00:00:00.866945 TM: cTSCTicksPerSecond=2 424 978 415 (0x908a3bef) enmTSCMode=4 (NativeApi)
00:00:00.866950 TM: cTSCTicksPerSecondHost=2 424 978 415 (0x908a3bef)
00:00:00.866951 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.867329 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true
00:00:00.867492 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_TigerLake aidxTargetCpuEflFlavour={1,0}
00:00:00.867532 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:00.867534 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:00.867543 GCM: Initialized (fixer bits: 0x0)
00:00:00.875802 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The VBoxGuestPropSvc service call failed with the error VERR_HGCM_SERVICE_NOT_FOUND}, preserve=false aResultDetail=-2900
00:00:00.901885 AIOMgr: Default manager type is 'Async'
00:00:00.901913 AIOMgr: Default file backend is 'NonBuffered'
00:00:00.901978 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:00.901993 BlkCache: Cache commit interval is 10000 ms
00:00:00.901996 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.904726 PcBios: [SMP] BIOS with 1 CPUs
00:00:00.904756 PcBios: Using the 386+ BIOS image.
00:00:00.904904 PcBios: MPS table at 000e1300
00:00:00.905644 PcBios: fCheckShutdownStatusForSoftReset=true fClearShutdownStatusOnHardReset=true
00:00:00.905904 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:00.906967 IOAPIC: Version=2.0 ChipType=ICH9
00:00:00.907485 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.907733 VMMDev: cbDefaultBudget: 1 073 741 824 (40000000)
00:00:00.911379 Shared Folders service loaded
00:00:00.911708 Guest Control service loaded
00:00:00.918256 VGA: Using the 386+ BIOS image.
00:00:00.918636 DrvVD: Flushes will be ignored
00:00:00.918637 DrvVD: Async flushes will be passed to the disk
00:00:00.920359 VD: VDInit finished with VINF_SUCCESS
00:00:00.920455 AIOMgr: Endpoint for file '/home/zaihan/VirtualBox VMs/Ubuntu 1/Ubuntu.vdi' (flags 000c0723) created successfully
00:00:00.926909 VD: Opening the disk took 6636957 ns
00:00:00.926941 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 61440000
00:00:00.927072 AHCI#0: Reset the HBA
00:00:00.927073 VD#0: Cancelling all active requests
00:00:00.927768 PIIX3 ATA: LUN#0: no unit
00:00:00.927769 PIIX3 ATA: LUN#1: no unit
00:00:00.927801 DrvVD: Flushes will be ignored
00:00:00.927802 DrvVD: Async flushes will be passed to the disk
00:00:00.927813 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.928755 PIIX3 ATA: LUN#3: no unit
00:00:00.928785 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.928792 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.928822 E1000#0: Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=disabled RC=disabled
00:00:00.928916 IntNet#0: szNetwork={NatNetwork} enmTrunkType=2 szTrunk={} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.928933 VMSetError: /home/zaihan/Projects/virtualbox-kvm/src/VBox/Devices/Network/DrvIntNet.cpp(1970) int drvR3IntNetConstruct(PPDMDRVINS, PCFGMNODE, uint32_t); rc=VERR_SUP_DRIVERLESS
00:00:00.928935 VMSetError: Cannot attach to 'NatNetwork' in driverless mode
00:00:00.928950 VMSetError: /home/zaihan/Projects/virtualbox-kvm/src/VBox/Devices/Network/DevE1000.cpp(8288) int e1kR3Construct(PPDMDEVINS, int, PCFGMNODE); rc=VERR_SUP_DRIVERLESS
00:00:00.928950 VMSetError: Failed to attach the network LUN
00:00:00.928955 PDM: Failed to construct 'e1000'/0! VERR_SUP_DRIVERLESS (-5699) - We are in driverless mode.
00:00:00.931807 E1000#0: Interrupt attempts: 0
00:00:00.931815 E1000#0: Interrupts raised : 0
00:00:00.931816 E1000#0: Interrupts lowered: 0
00:00:00.931816 E1000#0: ICR outside ISR : 0
00:00:00.931817 E1000#0: IMS raised ints : 0
00:00:00.931818 E1000#0: Interrupts skipped: 0
00:00:00.931818 E1000#0: Masked interrupts : 0
00:00:00.931819 E1000#0: Early interrupts : 0
00:00:00.931819 E1000#0: Late interrupts : 0
00:00:00.931820 E1000#0: Lost interrupts : 0
00:00:00.931820 E1000#0: Interrupts by RX : 0
00:00:00.931821 E1000#0: Interrupts by TX : 0
00:00:00.931822 E1000#0: Interrupts by ICS : 0
00:00:00.931822 E1000#0: Interrupts by RDTR: 0
00:00:00.931823 E1000#0: Interrupts by RDMT: 0
00:00:00.931823 E1000#0: Interrupts by TXQE: 0
00:00:00.931824 E1000#0: TX int delay asked: 0
00:00:00.931825 E1000#0: TX delayed: 0
00:00:00.931825 E1000#0: TX delay expired: 0
00:00:00.931826 E1000#0: TX no report asked: 0
00:00:00.931826 E1000#0: TX abs timer expd : 0
00:00:00.931827 E1000#0: TX int timer expd : 0
00:00:00.931827 E1000#0: RX abs timer expd : 0
00:00:00.931828 E1000#0: RX int timer expd : 0
00:00:00.931829 E1000#0: TX CTX descriptors: 0
00:00:00.931829 E1000#0: TX DAT descriptors: 0
00:00:00.931830 E1000#0: TX LEG descriptors: 0
00:00:00.931830 E1000#0: Received frames : 0
00:00:00.931831 E1000#0: Transmitted frames: 0
00:00:00.931832 E1000#0: TX frames up to 1514: 0
00:00:00.931832 E1000#0: TX frames up to 2962: 0
00:00:00.931838 E1000#0: TX frames up to 4410: 0
00:00:00.931839 E1000#0: TX frames up to 5858: 0
00:00:00.931839 E1000#0: TX frames up to 7306: 0
00:00:00.931840 E1000#0: TX frames up to 8754: 0
00:00:00.931841 E1000#0: TX frames up to 16384: 0
00:00:00.931841 E1000#0: TX frames up to 32768: 0
00:00:00.931842 E1000#0: Larger TX frames : 0
00:00:00.931842 E1000#0: Max TX Delay : 0
00:00:00.994671 GIM: KVM: Resetting MSRs
00:00:01.050964 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={Cannot attach to 'NatNetwork' in driverless mode (VERR_SUP_DRIVERLESS).
00:00:01.050978 Failed to attach the network LUN (VERR_SUP_DRIVERLESS)}, preserve=false aResultDetail=-5699
00:00:01.051177 Console: Machine state changed to 'PoweredOff'
00:00:01.058837 Power up failed (vrc=VERR_SUP_DRIVERLESS, hrc=NS_ERROR_FAILURE (0X80004005))
00:00:01.059949 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 800x600
00:00:01.059962 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={The console is not powered up (setVideoModeHint)}, preserve=false aResultDetail=0
00:00:01.059983 GUI: Aborting startup due to power up progress issue detected...
00:00:01.062626 GUI: UICommon: Handling aboutToQuit request..
00:00:01.707216 GUI: UICommon: aboutToQuit request handled!
Thanks for the detailed report! Indeed, the networking capabilities are a bit limited with the kernel modules being absent now. Standard NAT works fine, the rest (NAT network, bridged adapter) would need to be done manually (e.g., using tun/tap). Sorry for the inconvenience, we will make sure to include those limitations in the readme!
Thanks for the detailed report! Indeed, the networking capabilities are a bit limited with the kernel modules being absent now. Standard NAT works fine, the rest (NAT network, bridged adapter) would need to be done manually (e.g., using tun/tap). Sorry for the inconvenience, we will make sure to include those limitations in the readme!
Will there ever be a release that will support other network flavors (bridged, etc) as the stock VBox? Thanks
Currently, we are focusing on the virtualization part of things. At this point, we don't have plans to work on the UI and configuration side. If there is a concrete need for this beyond what's already possible with outside scripting, feel free to get in touch with my colleagues at https://cyberus-technology.de/contact.
We should eventually take a closer look at the VBOX_WITH_INTNET_SERVICE_IN_R3 config that is used on Darwin to provide more options here without the custom kernel modules.
Just to let everyone know, we have now included more information in the readme. Feel free to have a look and let us know if that clarifies things!
Just to let everyone know, we have now included more information in the readme. Feel free to have a look and let us know if that clarifies things!
Seems clear enough!
This issue is now tracked via #25