My 2015 13" went from 424.0 to 425.0. Not sure of improvements, if any.BigSur 11.1 is here. Any bootrom updates? I’m on Mojave so I won’t be upgrading, but if the bootrom is upgraded, I might pop in the Apple SSD just to get that.
My 2015 13" went from 424.0 to 425.0. Not sure of improvements, if any.BigSur 11.1 is here. Any bootrom updates? I’m on Mojave so I won’t be upgrading, but if the bootrom is upgraded, I might pop in the Apple SSD just to get that.
MacBookPro 11,1 here: same story here. I'm still on Mojave due to the 32 bit apps I still use, and after the most recent security patch my bootrom went from 126.0.0.0.0 to 429.0.0.0.0 and I'm unaware if this solves any hibernation issues. I'll be following it up soon, because I always ran a patched bootrom for these issues but I'm going to try to let it do its thing for now.MacBookPro11,3 here.
Big Sur 11.1 has updated my firmware again (429.0.0.0.0 this time) with a non-original ssd (sabrent rocket 1tb)
In the security patch which has just been released for Mojave I received the latest bootrom. Should be the same in your case I suppose? Don't upgrade to Big Sur if you don't have to, especially if you're running older software.BigSur 11.1 is here. Any bootrom updates? I’m on Mojave so I won’t be upgrading, but if the bootrom is upgraded, I might pop in the Apple SSD just to get that.
In the security patch which has just been released for Mojave I received the latest bootrom. Should be the same in your case I suppose? Don't upgrade to Big Sur if you don't have to, especially if you're running older software.
/Library/Updates
one of them is FirmwareUpdate.pkg which seems to include a new Bootrom. For the 13" rMBP late 2013 it's version 429 whereas the original Big Sur update included version 427…pmset -g
reads as follows: standbydelaylow 10800
standby 1
halfdim 1
hibernatefile /var/vm/sleepimage
powernap 0
gpuswitch 2
disksleep 10
standbydelayhigh 86400
sleep 1 (sleep prevented by com.tclementdev.timemachineedit)
autopoweroffdelay 259200
hibernatemode 3
autopoweroff 1
ttyskeepawake 1
displaysleep 2
highstandbythreshold 50
acwake 0
lidwake 1
You can adjust the values to test that hibernation works.Well… aren't these high values kind of counterproductive? How can I test if hibernation finally works?
I’ve been reading this great thread for two days and deciding whether I should upgrade the SSD. The bootrom and hibernation issues are worrying me.
My data
- My machine: MacBookPro12,1 (Early 2015)
- The new SSD is a Sabrent Rocket 2TB.
- Current OS: 10.15.5
- Current bootrom: 191.0.0.0.0
The procedure I had in mind:
- upgrading the original SSD to the latest MacOS
- Creating Time Machine backup
- Install new SSD, install MacOS from USB
- Restore Time Machine backup
Questions
- How big is the risk of bricking the machine, using the procedure above?
- My bootrom looks outdated, does it have to be modified on my MBP 2015?
- Can you still return to the old SSD, should things go badly?
- Can upgrading the MacOS be a risk if you have custom SSD installed?
Many thanks![]()
awesome, does this work with MacOS Big Sur 11.1 ? , patiently waiting for NVmeFix and Lilu kext updated for BigSur. Thanks.Like some of you in this thread, these new & modern SSDs not showing the low idle power as advertised have been bugging me since day one after putting a SN550 1TB inside my family's 2015 13-inch MBP a month or two ago. We tried some suggestions from the web and none worked in MacBook's.
Curiosity has me digging deeper on and off in the past weeks to a point I felt like I probably should write my own KEXT (SsdPmEnabler.kext) in attempt to solve the problem. It's a success! Our SN550 1TB previously has an idle current of 0.26A. Now it idles at 0.16A. See attached screenshot from a test session.
This KEXT will enable power saving on the SSD/PCIe socket inside MacBook's. At the moment it's tested only on 2015 13-inch MBP + SN550 1TB. The design is generic enough to work on other MacBooks and SSDs of concern to this thread. I believe all of them should see some drop in idle power though it's difficult to predict to what extent.
I wrote the KEXT from scratch, and don't plan to publish source code for the time being. If there is interest from this thread, I'm happy to upload the binary and prepare a user guide in the coming days, and make them available for download on my github.
Cheers
Forgot to mention. Our 2015 13-inch is still on Catalina 10.15.7. So it's tested and confirmed to work on this hardware/software combo.awesome, does this work with MacOS Big Sur 11.1 ? , patiently waiting for NVmeFix and Lilu kext updated for BigSur. Thanks.
I'll +1 interest in this.Like some of you in this thread, these new & modern SSDs not showing the low idle power as advertised have been bugging me since day one after putting a SN550 1TB inside my family's 2015 13-inch MBP a month or two ago. We tried some suggestions from the web and none worked in MacBook's.
Curiosity has me digging deeper on and off in the past weeks to a point I felt like I probably should write my own KEXT (SsdPmEnabler.kext) in attempt to solve the problem. It's a success! Our SN550 1TB previously has an idle current of 0.26A. Now it idles at 0.16A. See attached screenshot from a test session.
This KEXT will enable power saving on the SSD/PCIe socket inside MacBook's. At the moment it's tested only on 2015 13-inch MBP + SN550 1TB. The design is generic enough to work on other MacBooks and SSDs of concern to this thread. I believe all of them should see some drop in idle power though it's difficult to predict to what extent.
I wrote the KEXT from scratch, and don't plan to publish source code for the time being. If there is interest from this thread, I'm happy to upload the binary and prepare a user guide in the coming days, and make them available for download on my github.
Cheers
Like some of you in this thread, these new & modern SSDs not showing the low idle power as advertised have been bugging me since day one after putting a SN550 1TB inside my family's 2015 13-inch MBP a month or two ago. We tried some suggestions from the web and none worked in MacBook's.
Curiosity has me digging deeper on and off in the past weeks to a point I felt like I probably should write my own KEXT (SsdPmEnabler.kext) in attempt to solve the problem. It's a success! Our SN550 1TB previously has an idle current of 0.26A. Now it idles at 0.16A. See attached screenshot from a test session.
This KEXT will enable power saving on the SSD/PCIe socket inside MacBook's. At the moment it's tested only on 2015 13-inch MBP + SN550 1TB. The design is generic enough to work on other MacBooks and SSDs of concern to this thread. I believe all of them should see some drop in idle power though it's difficult to predict to what extent.
I wrote the KEXT from scratch, and don't plan to publish source code for the time being. If there is interest from this thread, I'm happy to upload the binary and prepare a user guide in the coming days, and make them available for download on my github.
Cheers
Alright, this is how it looks. I changed the screw to the one provided by Sintech because it's longer to compensate for the longer distance because of the adapter. Should there be kapton tape underneath that screw, or on the other end at the NVMe-connector?the description of your problems indicates that the adapter is shorted to ground, possibly through a screw at the end. Or you don't have kapton tape at the connector. Analyze these possibilities, I saw similar symptoms on one of the adapters
I did swap the Intel NVMe SSD with an original Apple SSD (from a 2015 MBA!) and performed a internet recovery.
Do you expect that the Apple MBA SSD will ‘behave’ the same (with regards to the upgrading) as the original Apple MBP SSD?