MacBook late 2016 does not recognize internal SSD. I can boot up from an external SSD that has macOS installed

apple.stackexchange https://apple.stackexchange.com/questions/387954

  •  27-05-2021
  •  | 
  •  

Question

I have a MacBook that will boot up from an external SSD that has macOS Sierra installed.
However once I boot into macOS and see my disks using diskutil list, no physical internal drive is found. Only the external SSD as disk0.

The internal SSD on a MacBook from 2016 is soldered onto the logic board, and after opening the MacBook, there was no corrosion found, and no liquid was ever spilled onto it. So I don't think that the SSD died.

Is it possible that if the SSD is alive and well, that it then wouldn't be listed as a useable drive? I had deleted all the partitions like "Macintosh HD" and "Recovery disk" by mistake, and maybe now the drive is not accessible by the MacBook?

Also, its worth knowing, the MacBook came with OSX - El Capitan, but still boots with macOS Sierra.

Thanks for your help in advance.

Était-ce utile?

La solution 3

Ok, I installed a different logic board with a different internal SSD, and the internal hard drive was recognized.

I took a closer look at the original logic board and saw the SSD had green gunk on it, and saw there was corrosion on the chip.

Autres conseils

first you should go into macOS Recovery and go to Disk Utility. Select Macintosh HD and then Info. See if the disk is listed as bootable by Disk Utility. If it doesn't say bootable, then try running first aid. If the Disk is not recognized, then see if it is recognized when booting macOS Sierra from the external drive. By doesn't boot up, if you mean it is stuck on the Apple logo, then you can try resetting the SMC and NVRAM/PRAM. Also, try using power-on self diagnostic (you must disable Firmware Password). If none of those work, then try using Single user mode (reboot then Command + S). After that, run fsck_apfs. I am aware that this probably won't work if the MBP won't boot but if you can access macOS Recovery, then you can rest assured that this is not an issue with your SSD being dead. Good luck!

Short term: hold CMD+S on power on, wait till you land in console, look at what the system tells, take a look at dmesg | less command and see if it spills any disk related errors.

check: fsck_apfs -fyd / although this does assume you can get to the console by booting internal add.

Long term: Boot any decent Linux from USB with holding C on power on.

I suggest Manjaro/Arch more common Ubuntu, you will have much more diagnostics available then through recovery.

Can you boot in single mode from that disk? (Cmd-s holding after power on)

If so try to read and post what dmesg says. You cant copy / mount anything to other devices to until diskarbitrationd daemon is running, (making screenshot with a phone is faster) you can start it by launchctl and mount a volume and save logs but you must dig into launchctl

Licencié sous: CC-BY-SA avec attribution
Non affilié à apple.stackexchange
scroll top