Recently I found that my macbook is running out of storage and the old internal ssd is going much slower, so I decided to buy a samsung 960 pro 512GB along with 12+16 adapter to upgrade my storage.
I reinstalled High Sierra on my old Apple SSD to update the BootROM, and then I switched out the old SSD to the brand new 960 pro.
However, at first, the disk utility(GUI) doesn't recognize the disk, when I open the terminal, using diskutil list, I can found the disk mounted.
So I use
to initialize the disk. Then I can find the disk in install.
After installing, everything works great, sleep is working fine.
However, I found some problems:
0. Kernel panics. (Probably Solved using a tape to shield the adapter pins).
1. Much longer boot time and shutdown time.
2. It usually fail sat reboot (black screen) and I have to force close and restart my mac.
3. BootCamp Control Panel in Windows is not working properly (pop ups error when launching).
Any ideas on the reboot problem?
I reinstalled High Sierra on my old Apple SSD to update the BootROM, and then I switched out the old SSD to the brand new 960 pro.
However, at first, the disk utility(GUI) doesn't recognize the disk, when I open the terminal, using diskutil list, I can found the disk mounted.
So I use
Code:
gpt create -f /dev/disk0
After installing, everything works great, sleep is working fine.
However, I found some problems:
0. Kernel panics. (Probably Solved using a tape to shield the adapter pins).
1. Much longer boot time and shutdown time.
2. It usually fail sat reboot (black screen) and I have to force close and restart my mac.
3. BootCamp Control Panel in Windows is not working properly (pop ups error when launching).
Any ideas on the reboot problem?