@cdf I can't get this to work for the life of me... Could you help me troubleshoot please?
Hardware:
-2009 Mac Pro 4,1, flashed to firmware 5,1.
-Adapter is OWC Mercury Accelsior S with a Crucial MX300 750GB SSD in PCIe Slot #4 (the top slot that says "x4 / RAID")
-Running High Sierra 10.13.6.
I have performed the following:
Disable SIP:
1) Reboot in recovery mode (cmd+R)
2) In recovery terminal: csrutil disable
3) In recoverry terminal: reboot
4) Computer reboots, and after login I launch terminal and just do a quick check "csrutil status" shows "disabled"
Lilu and Innie
5) Come to this thread, post #9, go to your github
releases and download the following:
6) Lilu-1.4.1-DEBUG.zip
7) Lilu-1.4.1-RELEASE.zip
8) "Show Contents" of Lilu-1.4.1-DEBUG (which becomes "Lilu.kext" after it's DL'd) -- file size is 1.2MB
9) Create folder within Contents titled "Plugins" -- without "" of course, as per your instructions
10) Copy "Lilu-1.4.1-RELEASE" (which becomes "Lilu-1" after it's DL'd) into "Plugins" file within Lilu.kext above
11) Copy Lilu.kext (Lilu-1.4.1-DEBUG) to /Library/Extensions -- then authenticate
Terminal
12) in terminal:
Code:
sudo chmod -R 755 /Library/Extensions/Lilu.kext
sudo chown -R root:wheel /Library/Extensions/Lilu.kext
sudo touch /Library/Extensions
sudo kextcache -update-volume
Kext with invalid signatured (-67062) allowed: <yada yada yada>
KernelCache ID: 0B2D2D3 etc.../
sudo reboot
Checking if it worked
13) Computer reboots, I login -- my SSD still shows an external drive icon on desktop for the SSD...
14) in terminal: csrutil status -- still shows "disabled"
15) diskutil list -- still shows SSD as external
15) system report still shows SSD as external
Any idea where I went wrong?
Did I use the wrong Lilu.kext?
Any tips?
I am asking because in this thread there are people posting that this works on PCI SSD's, so this should work on my setup, correct?