Update Micron/Crucial SSD from Linux

Grab storage software from: https://www.micron.com/products/solid-state-storage/storage-executive-software

Use CLI:

mkdir mnt
sudo mount -o loop /path/to/the/iso mnt
mkdir tmp
cd tmp
gunzip -c ../mnt/boot/core.gz | cpio -i
sudo /path/to/msecli -U -i opt/firmware -n /dev/sdX -r

1 Response

  1. Nicolas Nobelis April 1, 2021 / 6:24 am

    This is awesome ! Thanks a lot *_*

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.