Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/home/coreboarder/public_html/coreboarder_net/blog/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 77

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/home/coreboarder/public_html/coreboarder_net/blog/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php on line 87
Hyper-V | musings, mumblings, and murmurs

musings, mumblings, and murmurs

Archives

  • August 2017
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • December 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • July 2013
  • June 2013
  • July 2012
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • February 2011
  • January 2011
  • November 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008

Meta

  • Log in

Recent Posts

  • Fix for: npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
  • How to update each dependency in package.json to the latest version?
  • Using PowerShell to test for broken URL redirects
  • How to compare two Excel / CSV / XLSX files using PowerShell
  • Visual Studio 2015 Angular2 es6-shim missing

Category Archives: Hyper-V

Arvados API server setup on FreeBSD 10.x on Hyper-V

By coreboarder in Arvados, bioinformatics, freebsd, genomic data, Hyper-V January 6, 2014

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

FreeBSD 10 Hyper-V DHCP not working after install / reboot

By coreboarder in freebsd, Hyper-V, networking December 24, 2013
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
  1. Edit /etc/rc.conf:
  2. Comment the following with a “#”:  ifconfig_YOURNICID
  3. Add the following:  ifconfig_YOURNICID=”SYNCDHCP media 100baseTX mediaopt full-duplex”
  4. Save
  5. Done

Hyper-V error 0xc000000e

By coreboarder in Hyper-V, SharePoint, Virtualization, Windows Server 2008 R2 September 25, 2013

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.
Proudly powered by WordPress. Theme: DW Minion by DesignWall.