How long?
Lou
About 40-60 seconds...
My old iMac 27” (late 2009) with SSD (SATA II ), boots up faster... Some are reporting boot times of 2-3min even.
How long?
Lou
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f9307f63a40 [0x7fffa74e4b30]> { URL = "Innie.kext/ -- file:///Library/Extensions/Lilu.kext/Contents/PlugIns/", ID = "com.innieteam.Innie" }
Innie.kext - no compatible dependency found for as.vit9696.Lilu.
Innie.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f9307f62720 [0x7fffa74e4b30]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
the newest version of Lilu (1.3.1) addresses the issue.
It is possible to use this technique with this card “Angelbird MX2”
Mac Pro 4,1 flashed to 5,1
Thanks
It is possible to use this technique with this card “Angelbird MX2”
Mac Pro 4,1 flashed to 5,1
Thanks
Someone told me that the latest Mojave developer beta recognise all hard drives on PCIe cards as internal drives. I am not in the beta anymore, can anyone confirm this?
Nope.Is there anyone now in the macOS developer beta programme?
Someone told me that the latest Mojave developer beta recognise all hard drives on PCIe cards as internal drives. I am not in the beta anymore, can anyone confirm this?
I just clean installed 10.14.2 and upgraded to 10.14.3 DP4 to check this. Didn't installed HighPoint SSD7101A drivers:That's a bit sad. It seems he may hit some "positive bug" in the macOS, but not Apple intentionally fix this issue.
This is from Developer Joe
View attachment 815606
He told me that he never install innie, and after one of the beta update, all his drive but one show as internal.
If he has innie installed. All drivers should shows as internal. So, this screen capture actually supported that he didn't lie to me.
And he said sadder the latest 10.14.3 beta 3 update. All his drives now shows as internal.
P.S. The remaining external one is one the Highpoint card. And the other 3 drivers are all shows as internal on the same Highpoint card.
I just clean installed 10.14.2 and upgraded to 10.14.3 DP4 to check this. Didn't installed HighPoint SSD7101A drivers:
View attachment 815613
tried this with latest version of LiLu 1.3.1 (Debug) & keep getting error message LiLu.kext omitted as well as the Innie.kext is getting omittedThe kext is called "Innie" and is a Lilu plugin. Lilu is an open-source kext that provides a unified platform to apply various fixes (see https://github.com/acidanthera/Lilu). For our testing purposes, I recommend the latest debug version (see the releases page).
An updated version of Innie that works with any SATA (AHCI) or NVMe device has been attached to this post.
Warning: Please make sure that you understand the risks of trying early releases of software, particularly kexts. Back up all data. Should your system become unbootable, you will need to get into recovery mode, open terminal, and delete Lilu by entering the following command:
Code:rm -r /Volumes/"Macintosh HD"/Library/Extensions/Lilu.kext
(You may have to replace "Macintosh HD" by the actual name of your system disk in quotation marks, if it is different.)
To install Innie, please carry out these steps:
0) Disable SIP. (SIP can be enabled again after.)
1) Download Lilu. The file (unzipped) will be called Lilu.kext.
2) Control-click on Lilu.kext and select Show Package Contents. You will see the folder "Contents." Open it.
3) In Contents, create a new folder called "Plugins" (exactly like this, but without quotation marks, of course). This is where Innie (and any other plugins) will live.
4) Copy Innie into the Plugins folder.
5) Now copy Lilu.kext to /Library/Extensions. You will need to authorize this.
6) Open terminal. Enter the following commands:
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 /
Wait for the last command to complete.
7) Reboot.
If all goes well, your drive will now be seen as internal, just like mine.
tried this with latest version of LiLu 1.3.1 (Debug) & keep getting error message LiLu.kext omitted as well as the Innie.kext is getting omitted
Any idea what's going on?
Strange. I can tell you that Innie should not interfere with TRIM. Many here are using Innie with TRIM enabled. My understanding is that the trimforce command installs a codeless kext called AppleDataSetManagement. Maybe you can check if this kext is loaded.
Well I figured out the problem. I apparently tried to use AHCI3rdPartySATA.kext at some point to make the drive appear as internal. I don't remember doing this when I reformatted for Mojave, but I guess I did. Removing this .kext and resetting the kextcache fixed the issue. Thanks for the info, guys.