Last active 4 hours ago

Revision f247e6a1a2ad04c39828e8b2f153a90578827af6

README.md Raw

BACKUP all data first. No guarantee this won't break your NVMe

Download the ISO from the Samsung SSD tools page.

Ex: wget https://download.semiconductor.samsung.com/resources/software-resources/Samsung_SSD_990_PRO_8B2QJXD7.iso

Install tools

sudo apt-get install -y gzip unzip wget cpio

Mount the ISO:

mkdir /mnt/iso
sudo mount -o loop /root/Samsung_SSD_990_PRO_8B2QJXD7.iso /mnt/iso

Extract and Run:

mkdir /tmp/fwupdate
cd /tmp/fwupdate
gzip -dc /mnt/iso/initrd | cpio -idv --no-absolute-filenames
sudo ./root/fumagician/fumagician

Reboot after the tool confirms success.