VirtualBox

Opened 15 years ago

Closed 14 years ago

#5150 closed defect (invalid)

Can't use bridged networking to crossbow vnic from non-global zone

Reported by: David Abrahams Owned by:
Component: network Version: VirtualBox 3.0.8
Keywords: Cc:
Guest type: Windows Host type: Solaris

Description

I realize that you need a separate vnic for each VM you're running, but if I even try to start a single VM, I get

dave@hoss:~# zlogin vbox VBoxHeadless --startvm  '"Windows 2003 Server"'
en_US.UTF-8: unknown locale
VirtualBox Headless Interface 3.0.8
(C) 2008-2009 Sun Microsystems, Inc.
All rights reserved.

Listening on port 3389
Error: failed to start machine. Error message: Failed to open/create the internal network 'HostInterfaceNetworking-' (VERR_INTNET_FLT_IF_FAILED).
Unknown error creating VM (VERR_INTNET_FLT_IF_FAILED)

This error goes away if I set nic1 to use NAT. See also related reports in #3866

Change History (5)

comment:1 by Ramshankar Venkataraman, 14 years ago

Could you please attach VBox.log for the VM you are trying to start with VNIC. Also output of "ifconfig -a" from your host would be useful.

comment:2 by RickB, 14 years ago

I can confirm this issue with a few additional details. I am using a svn_130 host (same also happened under snv_129) with VBox 3.1.0 installed both in the global zone and non-global zone201. Device /dev/vboxdrv is mapped thru to zone201. A crossbow vnic201 (on top of e1000g0) has been created within the global zone and mapped to zone201. Zone201 networking works fine from zone console (ping, nslookup, wget, etc). When a VBox VM is started within zone201 and configured for NAT the VM networking works properly (ping, nslookup, wget, etc) as well. However, switching the VM to bridging onto vnic201 prevents networking from working for the VM. This appears to be the case whether the zone is configured with shared-ip or exclusive-ip...in both cases networking doesn't work for the VM when bridged to vnic201 (or any vnic).

I did snoops of vnic201 within the non-global zone and e1000g0 within the global zone and have found that VBox is transmitting packets outbound correctly over the vnic201. I can see unicast and broadcast packets being transmitted from vnic201 (in zone201) across e1000g0 (in global zone). I can also see response broadcast and unicast packets enter e1000g0 but they never make it to vnic201 (see details below).

I suspect that this is a crossbow MAC issue and the VBox VM generated MAC address is not being bound and recognized as belonging to vnic201, thus all inbound packets tagged with the VM MAC address are being filtering before hitting vnic201. Perhaps there is a programmatic way to set up vnic201 within the zone for promiscuous mode or otherwise allow vnic201 to bind secondary MAC addresses of VMs running within the zone.

At this point there doesn't appear any way to run VBox VMs within a non-global zone using a bridged vnic. This seems less an issue with VBox and more an issue with the way crossbow works/is designed to work. Perhaps a crossbow guru out there has an answer.

Details below:

HOST:

root@grid1:/iso# dladm show-phys -H
LINK         GROUP    GROUPTYPE RINGS         CLIENTS
e1000g0      0        RX     1                e1000g0,vnic220,vnic219,vnic218,vnic217,vnic216,vnic215,vnic214,vnic213,vnic212,vnic211,vnic210,vnic209,vnic208,vnic207,vnic206,vnic205,vnic204,vnic203,vnic202,vnic201,vnic0 
e1000g1      0        RX     1                --

root@grid1:/iso# dladm show-vnic vnic201
LINK         OVER         SPEED  MACADDRESS        MACADDRTYPE         VID
vnic201      e1000g0      100    2:8:20:df:a1:57   random              0

root@grid1:/iso# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000 
e1000g0: flags=1000943<UP,BROADCAST,RUNNING,PROMISC,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.5.5 netmask ffffff00 broadcast 192.168.5.255
        ether 0:1b:21:44:29:76 
vboxnet0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
        inet 192.168.56.1 netmask ffffff00 broadcast 192.168.56.255
        ether 8:0:27:55:a2:fa 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
        inet6 ::1/128 


ZONE201:

root@zone201:~# dladm show-vnic vnic201
LINK         OVER         SPEED  MACADDRESS        MACADDRTYPE         VID
vnic201      ?            100    2:8:20:df:a1:57   random              0

root@zone201:~# ifconfig -a 
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000 
vnic201: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.5.201 netmask ffffff00 broadcast 192.168.5.255
        ether 2:8:20:df:a1:57 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
        inet6 ::1/128 

------------------


Started a "ping 192.168.5.1" from within VM (IP 192.168.5.15) running inside zone201 (bridged to vnic201). Results are below.

snoop results from e1000g0 in global zone:

root@grid1:/iso# snoop | grep 192.168.5.15
Using device e1000g0 (promiscuous mode)
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
 192.168.5.1 -> 192.168.5.15 ARP R 192.168.5.1, 192.168.5.1 is 0:1c:10:9a:cc:f7

And here are the snoop results from vnic201 inside zone201:

root@zone201:~# snoop | grep 192.168.5.15
Using device vnic201 (promiscuous mode)
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?
192.168.5.15 -> (broadcast)  ARP C Who is 192.168.5.1, 192.168.5.1 ?

As you can see the return packets back to 192.168.5.15 are not even being seen by vnic201.

Here is the VM log:

00:00:06.408 VBoxSharedClipboard mode: Bidirectional
00:00:06.411 ************************* CFGM dump *************************
00:00:06.411 [/] (level 0)
00:00:06.411   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:06.411   EnablePAE       <integer> = 0x0000000000000001 (1)
00:00:06.411   HwVirtExtForced <integer> = 0x0000000000000000 (0)
00:00:06.411   Name            <string>  = "Fedora12" (cb=9)
00:00:06.411   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:06.411   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:06.411   RamHoleSize     <integer> = 0x0000000020000000 (536870912)
00:00:06.411   RamSize         <integer> = 0x0000000020000000 (536870912)
00:00:06.411   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:06.411   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:06.411   SyntheticCpu    <integer> = 0x0000000000000000 (0)
00:00:06.411   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:06.411   UUID            <bytes>   = "84 ee a7 e4 dd f5 85 45 bb a3 79 23 e7 58 9c c1" (cb=16)
00:00:06.411 
00:00:06.411 [/Devices/] (level 1)
00:00:06.411 
00:00:06.411 [/Devices/8237A/] (level 2)
00:00:06.411 
00:00:06.411 [/Devices/8237A/0/] (level 3)
00:00:06.411   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.411 
00:00:06.411 [/Devices/AudioSniffer/] (level 2)
00:00:06.411 
00:00:06.411 [/Devices/AudioSniffer/0/] (level 3)
00:00:06.411 
00:00:06.411 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:06.411 
00:00:06.411 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:06.411   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:06.411 
00:00:06.411 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:06.412   Object <integer> = 0x00000000007a69c0 (8022464)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/] (level 2)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/] (level 3)
00:00:06.412   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:06.412   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:06.412   Trusted       <integer> = 0x0000000000000001 (1)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/Config/] (level 4)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:06.412   Driver <string>  = "HGCM" (cb=5)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:06.412   Object <integer> = 0x00000000006c2390 (7086992)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:06.412   Driver <string>  = "MainStatus" (cb=11)
00:00:06.412 
00:00:06.412 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:06.412   First   <integer> = 0x0000000000000000 (0)
00:00:06.412   Last    <integer> = 0x0000000000000000 (0)
00:00:06.412   papLeds <integer> = 0x00000000006ba820 (7055392)
00:00:06.412 
00:00:06.412 [/Devices/acpi/] (level 2)
00:00:06.412 
00:00:06.412 [/Devices/acpi/0/] (level 3)
00:00:06.412   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:06.412   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:06.412   Trusted       <integer> = 0x0000000000000001 (1)
00:00:06.412 
00:00:06.412 [/Devices/acpi/0/Config/] (level 4)
00:00:06.412   FdcEnabled  <integer> = 0x0000000000000001 (1)
00:00:06.412   HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:06.412   IOAPIC      <integer> = 0x0000000000000001 (1)
00:00:06.412   NumCPUs     <integer> = 0x0000000000000001 (1)
00:00:06.412   RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:06.412   RamSize     <integer> = 0x0000000020000000 (536870912)
00:00:06.412   ShowCpu     <integer> = 0x0000000000000001 (1)
00:00:06.412   ShowRtc     <integer> = 0x0000000000000000 (0)
00:00:06.412 
00:00:06.412 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:06.412   Driver <string>  = "ACPIHost" (cb=9)
00:00:06.412 
00:00:06.412 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:06.413 
00:00:06.413 [/Devices/apic/] (level 2)
00:00:06.413 
00:00:06.413 [/Devices/apic/0/] (level 3)
00:00:06.413   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.413 
00:00:06.413 [/Devices/apic/0/Config/] (level 4)
00:00:06.413   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:06.413   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:06.413 
00:00:06.413 [/Devices/e1000/] (level 2)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/] (level 3)
00:00:06.413   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:06.413   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:06.413   Trusted       <integer> = 0x0000000000000001 (1)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/Config/] (level 4)
00:00:06.413   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:06.413   CableConnected <integer> = 0x0000000000000001 (1)
00:00:06.413   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:06.413   MAC            <bytes>   = "08 00 27 ce b1 95" (cb=6)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:06.413   Driver <string>  = "IntNet" (cb=7)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:06.413   Network   <string>  = "HostInterfaceNetworking-vnic201 - Virtual Network Interface Ethernet" (cb=69)
00:00:06.413   Trunk     <string>  = "vnic201" (cb=8)
00:00:06.413   TrunkType <integer> = 0x0000000000000003 (3)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:06.413   Driver <string>  = "MainStatus" (cb=11)
00:00:06.413 
00:00:06.413 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:06.413   papLeds <integer> = 0x00000000006ba7e0 (7055328)
00:00:06.413 
00:00:06.413 [/Devices/i82078/] (level 2)
00:00:06.413 
00:00:06.413 [/Devices/i82078/0/] (level 3)
00:00:06.413   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.413 
00:00:06.413 [/Devices/i82078/0/Config/] (level 4)
00:00:06.413   DMA       <integer> = 0x0000000000000002 (2)
00:00:06.413   IOBase    <integer> = 0x00000000000003f0 (1008)
00:00:06.413   IRQ       <integer> = 0x0000000000000006 (6)
00:00:06.413   MemMapped <integer> = 0x0000000000000000 (0)
00:00:06.413 
00:00:06.413 [/Devices/i82078/0/LUN#0/] (level 4)
00:00:06.413   Driver <string>  = "Block" (cb=6)
00:00:06.413 
00:00:06.413 [/Devices/i82078/0/LUN#0/Config/] (level 5)
00:00:06.414   Mountable <integer> = 0x0000000000000001 (1)
00:00:06.414   Type      <string>  = "Floppy 1.44" (cb=12)
00:00:06.414 
00:00:06.414 [/Devices/i82078/0/LUN#999/] (level 4)
00:00:06.414   Driver <string>  = "MainStatus" (cb=11)
00:00:06.414 
00:00:06.414 [/Devices/i82078/0/LUN#999/Config/] (level 5)
00:00:06.414   First   <integer> = 0x0000000000000000 (0)
00:00:06.414   Last    <integer> = 0x0000000000000000 (0)
00:00:06.414   papLeds <integer> = 0x00000000006ba640 (7054912)
00:00:06.414 
00:00:06.414 [/Devices/i8254/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/i8254/0/] (level 3)
00:00:06.414 
00:00:06.414 [/Devices/i8254/0/Config/] (level 4)
00:00:06.414 
00:00:06.414 [/Devices/i8259/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/i8259/0/] (level 3)
00:00:06.414   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.414 
00:00:06.414 [/Devices/i8259/0/Config/] (level 4)
00:00:06.414 
00:00:06.414 [/Devices/ioapic/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/ioapic/0/] (level 3)
00:00:06.414   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.414 
00:00:06.414 [/Devices/ioapic/0/Config/] (level 4)
00:00:06.414 
00:00:06.414 [/Devices/mc146818/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/mc146818/0/] (level 3)
00:00:06.414 
00:00:06.414 [/Devices/mc146818/0/Config/] (level 4)
00:00:06.414 
00:00:06.414 [/Devices/parallel/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/pcarch/] (level 2)
00:00:06.414 
00:00:06.414 [/Devices/pcarch/0/] (level 3)
00:00:06.415   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.415 
00:00:06.415 [/Devices/pcarch/0/Config/] (level 4)
00:00:06.415 
00:00:06.415 [/Devices/pcbios/] (level 2)
00:00:06.415 
00:00:06.415 [/Devices/pcbios/0/] (level 3)
00:00:06.415   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.415 
00:00:06.415 [/Devices/pcbios/0/Config/] (level 4)
00:00:06.415   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:06.415   BootDevice1    <string>  = "DVD" (cb=4)
00:00:06.415   BootDevice2    <string>  = "IDE" (cb=4)
00:00:06.415   BootDevice3    <string>  = "NONE" (cb=5)
00:00:06.415   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:06.415   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:06.415   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:06.415   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:06.415   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:06.415   RamHoleSize    <integer> = 0x0000000020000000 (536870912)
00:00:06.415   RamSize        <integer> = 0x0000000020000000 (536870912)
00:00:06.415   UUID           <bytes>   = "84 ee a7 e4 dd f5 85 45 bb a3 79 23 e7 58 9c c1" (cb=16)
00:00:06.415 
00:00:06.415 [/Devices/pci/] (level 2)
00:00:06.415 
00:00:06.415 [/Devices/pci/0/] (level 3)
00:00:06.415   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.415 
00:00:06.415 [/Devices/pci/0/Config/] (level 4)
00:00:06.415   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/] (level 2)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/] (level 3)
00:00:06.415   Trusted <integer> = 0x0000000000000001 (1)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/Config/] (level 4)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:06.415   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:06.415   Driver <string>  = "MainKeyboard" (cb=13)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:06.415   Object <integer> = 0x000000000071abf0 (7449584)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:06.415   QueueSize <integer> = 0x0000000000000040 (64)
00:00:06.415 
00:00:06.415 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:06.416   Driver <string>  = "MouseQueue" (cb=11)
00:00:06.416 
00:00:06.416 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:06.416   Driver <string>  = "MainMouse" (cb=10)
00:00:06.416 
00:00:06.416 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:06.416   Object <integer> = 0x0000000000577cf0 (5733616)
00:00:06.416 
00:00:06.416 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:06.416   QueueSize <integer> = 0x0000000000000080 (128)
00:00:06.416 
00:00:06.416 [/Devices/pcnet/] (level 2)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/] (level 2)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/] (level 3)
00:00:06.416   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:06.416   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:06.416   Trusted       <integer> = 0x0000000000000001 (1)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/Config/] (level 4)
00:00:06.416   Type <string>  = "PIIX4" (cb=6)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:06.416   Driver <string>  = "Block" (cb=6)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:06.416   Driver <string>  = "VD" (cb=3)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:06.416   Format <string>  = "VDI" (cb=4)
00:00:06.416   Path   <string>  = "/vm/harddisks/Fedora12.vdi" (cb=27)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:06.416   Mountable <integer> = 0x0000000000000000 (0)
00:00:06.416   Type      <string>  = "HardDisk" (cb=9)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:06.416   Driver <string>  = "Block" (cb=6)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#2/AttachedDriver/] (level 5)
00:00:06.416   Driver <string>  = "VD" (cb=3)
00:00:06.416 
00:00:06.416 [/Devices/piix3ide/0/LUN#2/AttachedDriver/Config/] (level 6)
00:00:06.417   Format   <string>  = "RAW" (cb=4)
00:00:06.417   Path     <string>  = "/opt/VirtualBox/amd64/additions/VBoxGuestAdditions.iso" (cb=55)
00:00:06.417   ReadOnly <integer> = 0x0000000000000001 (1)
00:00:06.417 
00:00:06.417 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:06.417   Mountable <integer> = 0x0000000000000001 (1)
00:00:06.417   Type      <string>  = "DVD" (cb=4)
00:00:06.417 
00:00:06.417 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:06.417   Driver <string>  = "MainStatus" (cb=11)
00:00:06.417 
00:00:06.417 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:06.417   First   <integer> = 0x0000000000000000 (0)
00:00:06.417   Last    <integer> = 0x0000000000000003 (3)
00:00:06.417   papLeds <integer> = 0x00000000006ba650 (7054928)
00:00:06.417 
00:00:06.417 [/Devices/serial/] (level 2)
00:00:06.417 
00:00:06.417 [/Devices/serial/0/] (level 3)
00:00:06.417 
00:00:06.417 [/Devices/serial/0/Config/] (level 4)
00:00:06.417   IOBase <integer> = 0x00000000000003f8 (1016)
00:00:06.417   IRQ    <integer> = 0x0000000000000004 (4)
00:00:06.417 
00:00:06.417 [/Devices/vga/] (level 2)
00:00:06.417 
00:00:06.417 [/Devices/vga/0/] (level 3)
00:00:06.417   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:06.417   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:06.417   Trusted       <integer> = 0x0000000000000001 (1)
00:00:06.417 
00:00:06.417 [/Devices/vga/0/Config/] (level 4)
00:00:06.417   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:06.417   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:06.417   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:06.417   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:06.417   LogoFile         <string>  = "" (cb=1)
00:00:06.417   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:06.417   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:06.417   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:06.417   VRamSize         <integer> = 0x0000000000c00000 (12582912)
00:00:06.417 
00:00:06.417 [/Devices/vga/0/LUN#0/] (level 4)
00:00:06.417   Driver <string>  = "MainDisplay" (cb=12)
00:00:06.417 
00:00:06.417 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:06.417   Object <integer> = 0x00000000006e3bc0 (7224256)
00:00:06.417 
00:00:06.417 [/Devices/virtio-net/] (level 2)
00:00:06.417 
00:00:06.417 [/HWVirtExt/] (level 1)
00:00:06.417   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:06.417   EnableNestedPaging <integer> = 0x0000000000000000 (0)
00:00:06.417   EnableVPID         <integer> = 0x0000000000000000 (0)
00:00:06.417   Enabled            <integer> = 0x0000000000000001 (1)
00:00:06.418   Exclusive          <integer> = 0x0000000000000001 (1)
00:00:06.418 
00:00:06.418 [/PDM/] (level 1)
00:00:06.418 
00:00:06.418 [/PDM/Drivers/] (level 2)
00:00:06.418 
00:00:06.418 [/PDM/Drivers/VBoxC/] (level 3)
00:00:06.418   Path <string>  = "/opt/VirtualBox/amd64/components/VBoxC" (cb=39)00:00:06.418 
00:00:06.418 [/TM/] (level 1)
00:00:06.418   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:06.418 
00:00:06.418 ********************* End of CFGM dump **********************
00:00:06.418 MM: cbHyperHeap=0x140000 (1310720)
00:00:06.420 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:06.420 Logical host processors: 2, processor active mask: 000000000000000300:00:06.420 
00:00:06.420 ************************* CPUID dump ************************
00:00:06.420          RAW Standard CPUIDs
00:00:06.420      Function  eax      ebx      ecx      edx
00:00:06.420 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:06.420 Hst:           0000000d 756e6547 6c65746e 49656e69
00:00:06.420 Gst: 00000001  0001067a 00000800 00000009 078bf1ff
00:00:06.420 Hst:           0001067a 01020800 0400e3bd bfebfbff
00:00:06.420 Gst: 00000002  05b0b101 005657f0 00000000 2cb4307d
00:00:06.420 Hst:           05b0b101 005657f0 00000000 2cb4307d
00:00:06.420 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:06.420 Hst:           00000000 00000000 00000000 00000000
00:00:06.420 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:06.420 Hst:           04000121 01c0003f 0000003f 00000001
00:00:06.420 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:06.420 Hst:           00000040 00000040 00000003 00022220
00:00:06.420 Name:                            GenuineIntel
00:00:06.420 Supports:                        0-5
00:00:06.420 Family:                          6         Extended: 0     Effective: 6
00:00:06.420 Model:                           7         Extended: 1     Effective: 23
00:00:06.420 Stepping:                        10
00:00:06.420 Type:                            0
00:00:06.420 APIC ID:                         0x00
00:00:06.420 Logical CPUs:                    0
00:00:06.420 CLFLUSH Size:                    8
00:00:06.420 Brand ID:                        0x00
00:00:06.420 Mnemonic - Description                 = guest (host)
00:00:06.420 FPU - x87 FPU on Chip                  = 1 (1)
00:00:06.420 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:06.420 DE - Debugging extensions              = 1 (1)
00:00:06.420 PSE - Page Size Extension              = 1 (1)
00:00:06.420 TSC - Time Stamp Counter               = 1 (1)
00:00:06.420 MSR - Model Specific Registers         = 1 (1)
00:00:06.420 PAE - Physical Address Extension       = 1 (1)
00:00:06.420 MCE - Machine Check Exception          = 1 (1)
00:00:06.420 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:06.420 APIC - APIC On-Chip                    = 0 (1)
00:00:06.420 Reserved                               = 0 (0)
00:00:06.420 SEP - SYSENTER and SYSEXIT             = 0 (1)
00:00:06.420 MTRR - Memory Type Range Registers     = 1 (1)
00:00:06.420 PGE - PTE Global Bit                   = 1 (1)
00:00:06.420 MCA - Machine Check Architecture       = 1 (1)
00:00:06.420 CMOV - Conditional Move Instructions   = 1 (1)
00:00:06.420 PAT - Page Attribute Table             = 1 (1)
00:00:06.420 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:06.420 PSN - Processor Serial Number          = 0 (0)
00:00:06.420 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:06.420 Reserved                               = 0 (0)
00:00:06.420 DS - Debug Store                       = 0 (1)
00:00:06.420 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:06.420 MMX - Intel MMX Technology             = 1 (1)
00:00:06.420 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:06.420 SSE - SSE Support                      = 1 (1)
00:00:06.420 SSE2 - SSE2 Support                    = 1 (1)
00:00:06.420 SS - Self Snoop                        = 0 (1)
00:00:06.420 HTT - Hyper-Threading Technolog        = 0 (1)
00:00:06.420 TM - Thermal Monitor                   = 0 (1)
00:00:06.420 30 - Reserved                          = 0 (0)
00:00:06.420 PBE - Pending Break Enable             = 0 (1)
00:00:06.420 Supports SSE3 or not                   = 1 (1)
00:00:06.420 Reserved                               = 0 (0)
00:00:06.420 DS Area 64-bit layout                  = 0 (1)
00:00:06.420 Supports MONITOR/MWAIT                 = 1 (1)
00:00:06.420 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:06.420 VMX - Virtual Machine Technology       = 0 (1)
00:00:06.420 SMX - Safer Mode Extensions            = 0 (0)
00:00:06.420 Enhanced SpeedStep Technology          = 0 (1)
00:00:06.420 Terminal Monitor 2                     = 0 (1)
00:00:06.420 Supports Supplemental SSE3 or not      = 0 (1)
00:00:06.420 L1 Context ID                          = 0 (0)
00:00:06.420 FMA                                    = 0 (0)
00:00:06.420 Reserved                               = 0 (0)
00:00:06.420 CMPXCHG16B                             = 0 (1)
00:00:06.420 xTPR Update Control                    = 0 (1)
00:00:06.420 Perf/Debug Capability MSR              = 0 (1)
00:00:06.420 Reserved                               = 0x0 (0x0)
00:00:06.420 Direct Cache Access                    = 0 (0)
00:00:06.420 Supports SSE4_1 or not                 = 0 (0)
00:00:06.420 Supports SSE4_2 or not                 = 0 (0)
00:00:06.420 Supports the x2APIC extensions         = 0 (0)
00:00:06.420 Supports MOVBE                         = 0 (0)
00:00:06.420 Supports POPCNT                        = 0 (0)
00:00:06.420 Reserved                               = 0x0 (0x0)
00:00:06.420 Supports XSAVE                         = 0 (1)
00:00:06.420 Supports OSXSAVE                       = 0 (0)
00:00:06.420 Reserved                               = 0x0 (0x0)
00:00:06.420 
00:00:06.420          RAW Extended CPUIDs
00:00:06.420      Function  eax      ebx      ecx      edx
00:00:06.420 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:06.420 Hst:           80000008 00000000 00000000 00000000
00:00:06.420 Gst: 80000001  00000000 00000000 00000000 00000000
00:00:06.420 Hst:           00000000 00000000 00000001 20100800
00:00:06.420 Gst: 80000002  746e6550 286d7569 44202952 2d6c6175
00:00:06.420 Hst:           746e6550 286d7569 44202952 2d6c6175
00:00:06.420 Gst: 80000003  65726f43 50432020 20202055 45202020
00:00:06.420 Hst:           65726f43 50432020 20202055 45202020
00:00:06.420 Gst: 80000004  30303336 20402020 30382e32 007a4847
00:00:06.420 Hst:           30303336 20402020 30382e32 007a4847
00:00:06.420 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:06.420 Hst:           00000000 00000000 00000000 00000000
00:00:06.420 Gst: 80000006  00000000 00000000 08006040 00000000
00:00:06.420 Hst:           00000000 00000000 08006040 00000000
00:00:06.420 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:06.420 Hst:           00000000 00000000 00000000 00000000
00:00:06.420 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:06.420 Hst:           00003024 00000000 00000000 00000000
00:00:06.420 Gst: 80000009  00000003 00000240 00000240 00000000*
00:00:06.420 Hst:           00000000 00000000 00000000 00000000
00:00:06.421 Ext Name:                        
00:00:06.421 Ext Supports:                    0x80000000-0x80000008
00:00:06.421 Family:                          0         Extended: 0     Effective: 0
00:00:06.421 Model:                           0         Extended: 0     Effective: 0
00:00:06.421 Stepping:                        0
00:00:06.421 Brand ID:                        0x000
00:00:06.421 Mnemonic - Description                 = guest (host)
00:00:06.421 FPU - x87 FPU on Chip                  = 0 (0)
00:00:06.421 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:06.421 DE - Debugging extensions              = 0 (0)
00:00:06.421 PSE - Page Size Extension              = 0 (0)
00:00:06.421 TSC - Time Stamp Counter               = 0 (0)
00:00:06.421 MSR - K86 Model Specific Registers     = 0 (0)
00:00:06.421 PAE - Physical Address Extension       = 0 (0)
00:00:06.421 MCE - Machine Check Exception          = 0 (0)
00:00:06.421 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:06.421 APIC - APIC On-Chip                    = 0 (0)
00:00:06.421 10 - Reserved                          = 0 (0)
00:00:06.421 SEP - SYSCALL and SYSRET               = 0 (1)
00:00:06.421 MTRR - Memory Type Range Registers     = 0 (0)
00:00:06.421 PGE - PTE Global Bit                   = 0 (0)
00:00:06.421 MCA - Machine Check Architecture       = 0 (0)
00:00:06.421 CMOV - Conditional Move Instructions   = 0 (0)
00:00:06.421 PAT - Page Attribute Table             = 0 (0)
00:00:06.421 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:06.421 18 - Reserved                          = 0 (0)
00:00:06.421 19 - Reserved                          = 0 (0)
00:00:06.421 NX - No-Execute Page Protection        = 0 (1)
00:00:06.421 DS - Debug Store                       = 0 (0)
00:00:06.421 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:06.421 MMX - Intel MMX Technology             = 0 (0)
00:00:06.421 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:06.421 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:06.421 26 - 1 GB large page support           = 0 (0)
00:00:06.421 27 - RDTSCP instruction                = 0 (0)
00:00:06.421 28 - Reserved                          = 0 (0)
00:00:06.421 29 - AMD Long Mode                     = 0 (1)
00:00:06.421 30 - AMD Extensions to 3DNow           = 0 (0)
00:00:06.421 31 - AMD 3DNow                         = 0 (0)
00:00:06.421 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:06.421 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:06.421 SVM - AMD VM Extensions                = 0 (0)
00:00:06.421 APIC registers starting at 0x400       = 0 (0)
00:00:06.421 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:06.421 Advanced bit manipulation              = 0 (0)
00:00:06.421 SSE4A instruction support              = 0 (0)
00:00:06.421 Misaligned SSE mode                    = 0 (0)
00:00:06.421 PREFETCH and PREFETCHW instruction     = 0 (0)
00:00:06.421 OS visible workaround                  = 0 (0)
00:00:06.421 Instruction based sampling             = 0 (0)
00:00:06.421 SSE5 support                           = 0 (0)
00:00:06.421 SKINIT, STGI, and DEV support          = 0 (0)
00:00:06.421 Watchdog timer support.                = 0 (0)
00:00:06.421 31:14 - Reserved                       = 0x0 (0x0)
00:00:06.421 Full Name:                       Pentium(R) Dual-Core  CPU      E6300  @ 2.80GHz
00:00:06.421 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:06.421 TLB 2/4M Data:                   res0     0 entries
00:00:06.421 TLB 4K Instr/Uni:                res0     0 entries
00:00:06.421 TLB 4K Data:                     res0     0 entries
00:00:06.421 L1 Instr Cache Line Size:        0 bytes
00:00:06.421 L1 Instr Cache Lines Per Tag:    0
00:00:06.421 L1 Instr Cache Associativity:    res0  
00:00:06.421 L1 Instr Cache Size:             0 KB
00:00:06.421 L1 Data Cache Line Size:         0 bytes
00:00:06.421 L1 Data Cache Lines Per Tag:     0
00:00:06.421 L1 Data Cache Associativity:     res0  
00:00:06.421 L1 Data Cache Size:              0 KB
00:00:06.421 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:06.421 L2 TLB 2/4M Data:                off       0 entries
00:00:06.421 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:06.421 L2 TLB 4K Data:                  off       0 entries
00:00:06.421 L2 Cache Line Size:              0 bytes
00:00:06.421 L2 Cache Lines Per Tag:          0
00:00:06.421 L2 Cache Associativity:          off   
00:00:06.421 L2 Cache Size:                   0 KB
00:00:06.421 APM Features:                   
00:00:06.421 Physical Address Width:          36 bits
00:00:06.421 Virtual Address Width:           48 bits
00:00:06.421 Physical Core Count:             0
00:00:06.421 
00:00:06.421          RAW Centaur CPUIDs
00:00:06.421      Function  eax      ebx      ecx      edx
00:00:06.421 Gst: c0000000  00000003 00000240 00000240 00000000
00:00:06.421 Hst:           00000000 00000000 00000000 00000000
00:00:06.421 Gst: c0000001  00000003 00000240 00000240 00000000
00:00:06.421 Hst:           00000000 00000000 00000000 00000000
00:00:06.421 Gst: c0000002  00000003 00000240 00000240 00000000
00:00:06.421 Hst:           00000000 00000000 00000000 00000000
00:00:06.421 Gst: c0000003  00000003 00000240 00000240 00000000
00:00:06.421 Hst:           00000000 00000000 00000000 00000000
00:00:06.421 Centaur Supports:                0xc0000000-0x00000003
00:00:06.421 Mnemonic - Description                 = guest (host)
00:00:06.421 AIS - Alternate Instruction Set        = 0 (0)
00:00:06.421 AIS-E - AIS enabled                    = 0 (0)
00:00:06.421 RNG - Random Number Generator          = 0 (0)
00:00:06.421 RNG-E - RNG enabled                    = 0 (0)
00:00:06.421 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:06.421 FEMMS - FEMMS                          = 0 (0)
00:00:06.421 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:06.421 ACE-E - ACE enabled                    = 0 (0)
00:00:06.421 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:06.421 ACE2-E - ACE enabled                   = 0 (0)
00:00:06.421 PHE - Hash Engine                      = 0 (0)
00:00:06.421 PHE-E - PHE enabled                    = 0 (0)
00:00:06.421 PMM - Montgomery Multiplier            = 0 (0)
00:00:06.421 PMM-E - PMM enabled                    = 0 (0)
00:00:06.421 
00:00:06.421 
00:00:06.421 ******************** End of CPUID dump **********************
00:00:06.422 Debug: HCPhysInterPD=000000001006d000 HCPhysInterPaePDPT=00000000a56ee000 HCPhysInterPaePML4=0000000096970000
00:00:06.422 Debug: apInterPTs={000000001006e000,000000001006f000} apInterPaePTs={00000000a0aa9000,00000000ab02a000} apInterPaePDs={00000000ad5eb000,00000000a9cac000,00000000a932d000,00000000a55ae000} pInterPaePDPT64=000000009d9ef000
00:00:06.443 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=99
00:00:06.475 TM: cTSCTicksPerSecond=0xa53232cb (2 771 530 443) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:06.475 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:06.475 CoreCode: R3=fffffd7ffe4f0000 R0=ffffff0201d51000 RC=a03c5000 Phys=00000000ab04b000 cb=0x1000
00:00:06.480 AIOMgr: Cache successfully initialised. Cache size is 5242880 bytes00:00:06.492 [SMP] BIOS with 1 CPUs
00:00:06.497 SUP: Loaded VBoxDDR0.r0 (/opt/VirtualBox/amd64/VBoxDDR0.r0) at 0xfffffffff7f26080 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:06.499 SUP: Loaded VBoxDD2R0.r0 (/opt/VirtualBox/amd64/VBoxDD2R0.r0) at 0xfffffffff7e0f080 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:06.500 Activating Local APIC
00:00:06.500 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:06.500 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:06.500 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:06.506 Shared Folders service loaded.
00:00:06.527 VDInit finished
00:00:06.527 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 20971520
00:00:06.527 PIIX3 ATA: LUN#1: no unit
00:00:06.528 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 16494, passthrough disabled
00:00:06.528 PIIX3 ATA: LUN#3: no unit
00:00:06.528 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:06.528 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:06.528 IntNet#0: szNetwork={HostInterfaceNetworking-vnic201 - Virtual Network Interface Ethernet} enmTrunkType=3 szTrunk={vnic201} fFlags=0x0 cbRecv=223232 cbSend=36864
00:00:06.529 Serial0: no unit
00:00:06.530 DevPcBios: ATA LUN#0 LCHS=1024/255/63
00:00:06.530 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:06.539 HWACCM: Host CR4=000006F8
00:00:06.539 HWACCM: MSR_IA32_FEATURE_CONTROL      = d
00:00:06.539 HWACCM: MSR_IA32_VMX_BASIC_INFO       = 5a08000000000d
00:00:06.539 HWACCM: VMCS id                       = d
00:00:06.539 HWACCM: VMCS size                     = 800
00:00:06.539 HWACCM: VMCS physical address limit   = None
00:00:06.539 HWACCM: VMCS memory type              = 6
00:00:06.539 HWACCM: Dual monitor treatment        = 1
00:00:06.539 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 3f00000016
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI
00:00:06.539 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = f7f9fffe0401e172
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_NMI_WINDOW_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:06.539 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS2  = 4100000000
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:06.539 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = 3fff000011ff
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PERF_MSR
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:06.539 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 3ffff00036dff
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:06.539 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:06.539 HWACCM: MSR_IA32_VMX_MISC             = 403c0
00:00:06.539 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 0
00:00:06.539 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:06.539 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:06.539 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:06.539 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:06.539 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:06.539 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:06.539 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:06.539 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 427ff
00:00:06.539 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2c
00:00:06.539 HWACCM: TPR shadow physaddr           = 0000000085d9d000
00:00:06.539 HWACCM: VCPU0: MSR bitmap physaddr      = 00000000ae3e4000
00:00:06.539 HWACCM: VCPU0: VMCS physaddr            = 00000000a1a76000
00:00:06.539 HWACCM: Real Mode TSS guest physaddr  = 00000000f0800000
00:00:06.539 HWACCM: Non-Paging Mode EPT CR3       = 00000000f0803000
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled LONG MODE
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled syscall/ret
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:06.539 CPUMSetGuestCpuIdFeature: Enabled NXE
00:00:06.539 HWACCM: 32-bit and 64-bit guests supported.
00:00:06.539 HWACCM: VMX enabled!
00:00:06.539 HWACCM: TPR Patching disabled.
00:00:06.539 HWACCM:    VT-x/AMD-V init method: GLOBAL
00:00:06.547 VM: Halt method global1 (5)
00:00:06.547 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:06.547 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:06.547 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:06.549 Guest Log: BIOS: VirtualBox 3.1.0
00:00:06.549 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:06.596 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:06.599 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:06.599 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:06.599 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:06.602 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:06.602 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:06.624 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=fffffd7ffca00000 w=640 h=480 bpp=32 cbLine=0xA00
00:00:09.098 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:09.099 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:09.100 Guest Log: BIOS: CDROM boot failure code : 0004
00:00:09.100 Guest Log: BIOS: Boot from CD-ROM failed
00:00:09.100 Guest Log: BIOS: Booting from Hard Disk...
00:00:09.104 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0
00:00:09.105 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x20 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:09.105 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:09.107 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=81
00:00:09.107 Guest Log: BIOS: int13_harddisk: function 08, unmapped device for ELDL=81
00:00:09.908 Guest Log: BIOS: KBD: unsupported int 16h function 03
00:00:09.909 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=81
00:00:09.909 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=81
00:00:09.909 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=82
00:00:09.910 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=82
00:00:09.910 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=83
00:00:09.911 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=83
00:00:09.911 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=84
00:00:09.911 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=84
00:00:09.912 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=85
00:00:09.912 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=85
00:00:09.913 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=86
00:00:09.913 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=86
00:00:09.913 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=87
00:00:09.914 Guest Log: BIOS: int13_harddisk: function 02, unmapped device for ELDL=87
00:00:09.915 Guest Log: BIOS: int13_harddisk: function 41, ELDL out of range 8c
00:00:09.915 Guest Log: BIOS: int13_harddisk: function 02, ELDL out of range 8c
00:00:09.915 Guest Log: BIOS: int13_harddisk: function 41, ELDL out of range 8d
00:00:09.916 Guest Log: BIOS: int13_harddisk: function 02, ELDL out of range 8d
00:00:09.916 Guest Log: BIOS: int13_harddisk: function 41, ELDL out of range 8e
00:00:09.916 Guest Log: BIOS: int13_harddisk: function 02, ELDL out of range 8e
00:00:09.917 Guest Log: BIOS: int13_harddisk: function 41, ELDL out of range 8f
00:00:09.917 Guest Log: BIOS: int13_harddisk: function 02, ELDL out of range 8f
00:00:10.110 PIT: mode=2 count=0x4a9 (1193) - 1000.15 Hz (ch=0)
00:00:10.619 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:11.578 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x20 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:11.578 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:11.580 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa0 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:11.580 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:16.685 Guest Additions information report: additionsVersion = 0x00010004  osType = 0x00053000
00:00:16.685 Guest Additions capability report: (0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:16.685 Guest reported fixed hypervisor window at 0x00000000e1400000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:16.685 Guest Log: VBoxGuest: e1102000 LB 0xc00000; uAlignment=0x1000 iTry=0 hGuestMappings=dd067190 (reservation)
00:00:16.690 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
00:00:22.012 SharedFolders host service: connected, u32ClientID = 1

comment:3 by Frank Mehnert, 14 years ago

Guys, why didn't you find the Attach button?

comment:4 by Ramshankar Venkataraman, 14 years ago

The guest NIC's MAC address and the MAC address of the VNIC has to be the same. It's not according to your ifconfig and VBox.log pasted here. This has been documented in the manual, could you please try altering the MAC address of the Guest's NIC with that of your vnic201 and try. Thank you.

comment:5 by Ramshankar Venkataraman, 14 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use