10.1 on Hyper-V won't reboot

I've got a test VM of FreeBSD-10.1 on Hyper V (Windows Server 2012 R2). If I issue the reboot command, it does the usual shutdown stuff (sync vnodes), reports "All Buffers Synced" and then promptly sits there like a lemon.

Does anyone know of a solution for this? If not, will raise a PR.
 
I've had this happen on a couple of (physical) servers, it may not help but it's worth a try. Add to /etc/sysctl.conf:
Code:
hw.usb.no_shutdown_wait=1
 
Back
Top