Why not just do the usual dd if=/dev/zero of= bs=1M count=1024 instead of using those weird proprietary tools?
You do realise if you get this wrong, you can't simply 'replace' the SSD on an Apple Silicon based Mac? You'll likely brick the device if the recovery partition is also wiped in the process. It's back to the Apple Store for you.
Don’t format a drive of M1 Macs from recovery mode
31–40 of 154 posts
Re: Don’t format a drive of M1 Macs from recovery mode
#32Re: Don’t format a drive of M1 Macs from recovery mode
#33Earlier quoted context omitted.
It is still bad advice, zero filling an SSD is not nearly the same as erasing it due to the presence of large (up to 10% or more of the drive) overprovisioning areas present in all devices, ignoring the permanent wear zero-filling the drive also causes, and the fact the controller believes real data remains stored, placing restrictions on its ability to perform internal maintenance
It's fine advice. The wear of writing 1GB of zeros can and should be ignored. It's insignificant. And the drive's spare area is only relevant if you're trying to thoroughly wipe sensitive information from a device before disposing of it. But right now we're just trying to make a device appear functionally empty so that we can re-install an OS without remnants of any previous installation getting in the way. This does…
The only portable, reliable, robust way to accomplish this is wiping the drive. If the original author had issued a secure erase, they would not have encountered any subsequent difficulties, all of which were due to partially erasing the device.
Re: Don’t format a drive of M1 Macs from recovery mode
#34This is because the author didn't delete the entire volume group. You have to delete the whole volume group, i.e. erase the entire drive and it's partitions to reinstall OSX. This isn't new with the M1 Macs. This has been a thing since they introduced APFS. When they went into disk utility after the cli - Then they could delete everything and kick off the OSX Install. If the APFS Volume Group still exists the install…
> There's a specific button for it.
Does the button say "hi, you should pick this unless you're an expert with a really good reason not to?"
Re: Don’t format a drive of M1 Macs from recovery mode
#35Earlier quoted context omitted.
It's fine advice. The wear of writing 1GB of zeros can and should be ignored. It's insignificant. And the drive's spare area is only relevant if you're trying to thoroughly wipe sensitive information from a device before disposing of it. But right now we're just trying to make a device appear functionally empty so that we can re-install an OS without remnants of any previous installation getting in the way. This does…
> But right now we're just trying to make a device appear functionally empty so that we can re-install an OS without remnants of any previous installation getting in the way The only portable, reliable, robust way to accomplish this is wiping the drive. If the original author had issued a secure erase, they would not have encountered any subsequent difficulties, all of which were due to partially erasing the device.
That's setting the bar too high. If we're comfortable with solutions that will work on all mainstream PC platforms including Macs, then it is sufficient to overwrite partition tables with zeros. I have never heard of an OS installer that scans for deleted partitions, and worrying about the possibility of such a thing causing problems is unreasonable.
Re: Don’t format a drive of M1 Macs from recovery mode
#36Re: Don’t format a drive of M1 Macs from recovery mode
#37Interesting. These are all the issues I will avoid from early adopters when I eventually get a newer Apple Silicon based Mac computer. I have no time to go through the thorns and landmines over incompatible systems or buggy system software tools from Apple as described by the blog post. Again, I will wait until the software on Apple Silicon is mature and the developer ecosystem catches up to it which by then I'll be…
Re: Don’t format a drive of M1 Macs from recovery mode
#38Apparently the author erased the APFS volume instead of erasing the physical volume.
I got stuck with almost the same issue even though I'm system administrator and programmer with decade of experience. I can't imagine how all this mess should feel for average Mac or Windows user.
Re: Don’t format a drive of M1 Macs from recovery mode
#39Re: Don’t format a drive of M1 Macs from recovery mode
#40This is because the author didn't delete the entire volume group. You have to delete the whole volume group, i.e. erase the entire drive and it's partitions to reinstall OSX. This isn't new with the M1 Macs. This has been a thing since they introduced APFS. When they went into disk utility after the cli - Then they could delete everything and kick off the OSX Install. If the APFS Volume Group still exists the install…