Watch a problem with vbox on Ubuntu Server 14.0.4 LTS and with the next configuration:
hw config:
SuperMicro X10SLH-F-O/Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz/16 GB ram.
BIOS Settings:

sw config:
$ VBoxManage -v
4.3.38r106717
uname -a
Linux estaf 3.13.0-66-generic #108-Ubuntu SMP Wed Oct 7 15:20:27 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
How I setup conf:
$ VBoxManage createvm --name "win7" --ostype Windows7_64 --register
$ VBoxManage createhd --filename /home/iron/1/tmp/vm/win7.vdi --size 76443
$ VBoxManage storagectl "win7" --name "SATA Controller" --add sata --controller IntelAHCI
$ VBoxManage storageattach "win7" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium /home/iron/1/tmp/vm/win7.vdi
$ VBoxManage storageattach "win7" --storagectl "SATA Controller" --port 1 --device 0 --type dvddrive --medium /home/iron/1/zones/zalman/_ISO/win/OS/7/ru-en_win7_sp1_x64.iso
$ VBoxManage modifyvm "win7" --ioapic on --cpus 4 --hwvirtex on --memory 3096 --vram 64 --accelerate3d off --accelerate2dvideo on --clipboard bidirectional --floppy disabled --audio none --nic1 bridged --bridgeadapter1 eth0 --cableconnected1 on --boot1 disk --boot2 dvd --boot3 none --boot4 none --acpi on --usb on --vrde on --vrdeport 3390
I don't know what I must be make, but I can't create a normal conf for win7 vm. If I run win7 with that conf that I get the eternal "starting windows" screen" until I not cut "--cpus 4 --hwvirtex on" parameters from "VBoxManage modifyvm" values. If I cut it that I get single core on win7 guest one and slow speed of win work.
Do I watch that problem because Oracle vbox is free app (zerocost one), or I do not right something?