giovanealex Posted March 13, 2018 Share Posted March 13, 2018 Hi guys. Sometimes I am a complete noob, so I deleted two kexts from S/L/E and now my Asus Q200E laptop with OS X El Capitan boot hangs on kernel panic. I still can enter go through Clover to reach Recovery Mode and use Terminal, so I've put the two kexts on a USB pendrive and after some struggle I've managed to succefully copy them using Terminal, but the boot is still stuck on kernel panic. As I remember, these are the commands I've typed: mount -rw cp -a /Volumes/usb-stick/name.kext /Volumes/my-osx-drive/System/Library/Extensions Is there anything else I should do? Is anything wrong? Should I type some command else? For instance, should I type something to fix permissions and rebuild cache? Thanks a lot! Link to comment https://www.insanelymac.com/forum/topic/333252-deleted-kexts-osx-stuck-on-boot-anything-else-to-do-on-recovery-mode-terminal/ Share on other sites More sharing options...
WaldMeister Posted March 20, 2018 Share Posted March 20, 2018 Hi, When in the terminal, check if the kexts are copied. ls /Volumes/my-osx-drive/System/Library/Extensions/name-of-kext.kext If it does not give a notice that the file or folder can not be found, it should be present. (Second line reads in Dutch, "Can not get access to '.....' File or folder does not exist.) If however you get a notice, try to copy the files again, this time with verbose output: cp -a -v /Volumes/usb-stick/name.kext /Volumes/my-osx-drive/System/Library/Extensions This way you can trace what goes wrong. After all is copied, repair and rebuild. rm -f /Volumes/my-osx-drive/System/Library/PrelinkedKernels/prelinkedkernel touch /Volumes/my-osx-drive/System/Library/Extensions kextcache -u /Volumes/my-osx-drive 1 Link to comment https://www.insanelymac.com/forum/topic/333252-deleted-kexts-osx-stuck-on-boot-anything-else-to-do-on-recovery-mode-terminal/#findComment-2604495 Share on other sites More sharing options...
Recommended Posts