aeroz51 Posted February 19, 2015 Author Share Posted February 19, 2015 Typing in cp /Volumes/Install_OS_X_Yosemite/System/Library/Kernels/kernel /Volumes/Macintosh_SSD/System/library/Kernels Keep getting an error...cp /Volumes/Install_OS_X_Yosemite/System/Library/Kernels/kernel : No such file or directory I am not very familiar on how to browse directories on OSX thru terminal so I can try to view the contents of the hard drive and usb. Any Suggestions? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 19, 2015 Administrators Share Posted February 19, 2015 Same as in most OS: 'cd' command to change directory. Use 'ls' to list files. For instance: cd /Volumes/Install_OS_X_Yosemite/System/Library/Kernels ls -la Watch that target path in your 'cp' command. You write 'library' when it must be a capital 'L'... Link to comment Share on other sites More sharing options...
aeroz51 Posted February 19, 2015 Author Share Posted February 19, 2015 I just tried typing in cd /Volumes/Install_OS_X_Yosemite/System/Library/Kernels Same error... no such file or directory. I just booted from the USB! Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 19, 2015 Moderators Share Posted February 19, 2015 in terminal, type in diskutil listVerify that you did name your USB Installer as Install_OS_X_YosemiteIn my guide, it's Install OS X Yosemite without underscores. If it shows as the same as mine, then make sure to put quotes around it like this cd /Volumes/"Install OS X Yosemite"/System/Library/Kernels or you could use backward slash like this cd /Volumes/Install\ OS\ X\ Yosemite/System/Library/Kernels Link to comment Share on other sites More sharing options...
aeroz51 Posted February 19, 2015 Author Share Posted February 19, 2015 Thanks for the info Jake Lo... I typed in the copy path that you posted in your previous post, cp /Volumes/"Install OS X Yosemite"/System/Library/Kernels/kernel /Volumes/"Macintosh SSD"/System/library/Kernels No errors, just brought me back to the -bash prompt. I believe that it copied it over. I rebooted - selected to boot from Macintosh SSD to finish install, Apple log flashed and went into boot loop. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 19, 2015 Moderators Share Posted February 19, 2015 try this cp /Volumes/"Install OS X Yosemite"/System/Library/Kernels/kernel /Volumes/"Macintosh SSD"/System/Library/Kernels/ Link to comment Share on other sites More sharing options...
aeroz51 Posted February 19, 2015 Author Share Posted February 19, 2015 I apologize... I did type in /Volumes/"Macintosh SSD"/System/Library/Kernels/ Library had a small l in previous post... this returned no errors, brought me back to the -bash command. After I rebooted, still went into the boot loop. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 19, 2015 Moderators Share Posted February 19, 2015 Make sure you have the correct version of patched haswell Kernel as the version you're installing. 10.10.2 Haswell kernel for Yosemite 10.10.2 or 10.10.1 Haswell kernel for 10.10.1. Make sure md5 sum of patched 10.10.2 = e4aa23f5631743e604b8ace247a15db4 or md5 sum of patched 10.10.1 = eb21ca4bd7aba97d5e7b080a481fc173 Link to comment Share on other sites More sharing options...
aeroz51 Posted February 19, 2015 Author Share Posted February 19, 2015 I used Haswell 10.10.2 on usb installer. Now I can't get to the installer. I was typing graphicsenabler=no -x maxmem=4096 to load it, now this won't work. This is all I get: (This was happening before... using graphicsenabler=no -x maxmem=4096 would start installer though) Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted February 19, 2015 Administrators Share Posted February 19, 2015 it did not take the graphicsenabler=no -x maxmem=4096 it does not show in the boot arguments in the picture above. shows other flags though Link to comment Share on other sites More sharing options...
Recommended Posts