Well the documentation is rather poor and I will try to provide a copy of my own of a process that is repeatable. I do see some room for improvement with the whole thing but overall it seems like a good V 0.1
Category Archives: Hyper-V
FreeBSD 10 Hyper-V DHCP not working after install / reboot
After installing FreeBSD on a Hyper-V machine I had no network connection.
The solution is to modify rc.conf that DHCP will always work on boot
- Edit /etc/rc.conf:
- Comment the following with a “#”: ifconfig_YOURNICID
- Add the following: ifconfig_YOURNICID=”SYNCDHCP media 100baseTX mediaopt full-duplex”
- Save
- Done
Hyper-V error 0xc000000e
If for some reason your attempt to boot into a new disk fails with error 0xc000000e, the boot selection failed because a required device is inaccessible. Try the following:
- Boot into the OS cd/iso
- Chose Repair
- Command Prompt
- Run the following:
- bootrec /fixmbr
- bootrec /fixboot
- bootrec /rebuildbcd
Reboot and you should be good.