I'm following the instructions to install Intel HAXM on OS X.
These instructions say to install the driver, and once it's done run kextstat | grep intel
to see if it's installed. If not, then run sudo kextload –b com.intel.kext.intelhaxm
.
However, at least on OS X Yosemite, I get the following error when I run kextload:
$ kextstat | grep intel
$ sudo kextload –b com.intel.kext.intelhaxm
/Users/mike/–b failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
/Users/mike/com.intel.kext.intelhaxm failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).
What is the proper way to install the HAXM kernel extension on 10.10 Yosemite?