I am bumping this cause I just encountered it. And solved it!
I have a fresh Windows 2012 R2 standard install fully updated, VibrtualBox 5.1.18 r114002, I was trying to boot a FreeNAS VM on my Windows host, and at some point, BAM! BSOD with mslbfoprovider.sys.
After doing some research, I found out that mslbfoprovider.sys seems to be related to all Load Balancing and FailOver functionalities on Windows. At first I thought "WTH, I am not using any of these clustering or failover features! How can this be?" My Googling came up with some Hyper-V related stuff, but the role is not installed on my server, it is totally plain, no role installed at all. Then I realized I am using NIC teaming, which uses the LBFO provider for guess what? Load balancing traffic over the teamed NICs.
The VM I booted was using a network adapter bridged to the "Microsoft Network Adapter Multiplexor Driver", A.K.A. the team I just setup in Windows Server 2012 R2, out of a Quad port Intel Pro1000VT. I tried booting it with the network adapter bridged to a non-teamed NIC on the same adapter and same server, no BSOD.
I thought I would give a try at dismantling the team, then install Intel ProSET software to set up NIC teaming. And it seems to be working fine so far! My VM has booted without a glitch. Of course, mslbfoprovider.sys is not even loaded anymore, so no chance that it may cause another BSOD.
If you want to get the proper version of the Intel Driver:
http://www.intel.com/content/www/us/en/ ... 05504.htmlGood to note that My Intel Pro1000VT has been installed on a Windows 2012 R2 (supposed to be unsupported) using the Windows 2008 driver, after disabling driver signature enforcement and modifying the driver's INF file to make it believe it is a Win2K12R2 driver. And the Intel ProSET app accepted to install anyway. You just need to have the modified driver installed at first.
Hope this can help other folks struggling with MS sh**ty NIC teaming under VirtualBox.
I completely cleared all Windows Teaming configuration until it says "NIC Teaming: disabled" in the Server manager.