I want to sell my framework laptop 12th gen. When I ordered it, I ordered it without an windows license and used my own. So I want to sell it with a completely wiped SSD.
Any possibility how to do this on an easy way? Is there a functionality in the BIOS?
@amoun Thanks, that could be a possibility. Do you know if Ubuntu 22.04 works smoothly out of the box? Don’t want to put to much effort into fixing problems after the first install.
I have never needed to do this before but I would strongly recommend against using HDD secure erasure techniques as they are not reliably deleting the data (due to TRIM/wear levelling) and cause significant amount of wear to the flash.
The manufacturer should have a secure wiped / reset function in their software but that might not be possible on a boot drive (I have never tried it) and so might need a second machine and with a second NVME slot or caddy to use the SSD as a external drive.
I believe you can use ATA Secure Erase but in my research it was not clear if this well implemented by all manufactures.
It’s not generally recommended to shred an SSD, as writing to every block will cause undue wear on the flash. There is, however, a way to secure erase an NVMe SSD using the nvme CLI tool. ATA secure erase should work as well, as @Usernames has noted.