You missed some things in your VM's setup.
From Mpack's recipe:
....
Network: bridged.
Intel HD Audio (not tested yet).
...
USB3 enabled.
From your log:
00:00:04.348287 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:04.348288 Driver <string> = "NAT" (cb=4) <- should be Bridged
00:00:04.348321 [/Devices/ichac97/] (level 2) <- should be hda
00:00:04.348519 [/Devices/usb-ehci/] (level 2) <- should be xhci for USB3
However, the log is not anywhere near what a normal Virtualbox log should be. Several diagnostic lines are missing. Possibly because Hyper-V is enabled on the host:
00:00:04.348930 HM: HMR3Init: Attempting fall back to NEM: VT-x is not available
See
HMR3Init: Attempting fall back to NEM (Hyper-V is active)One other thing: if you're cutting lines from the log to get it under the forum size limit, please don't. Zipped logs fit.