ı want write linux mint cinnamon.iso to usb how can ı write?
Wollie
12 September 2020 17:09
2
Here is a tutorial and additiional tipps. Also check the posts for alternatives.
Difficulty: ★★☆☆☆
This is a tutorial how to write an ISO file correctly to an USB stick.
Download the ISO and the checksum file.
First, verify the checksum:
sha1sum -c manjaro.iso.sha1
It should print a line which says “OK”.
If it’s not okay, it might be a bad download, so download it again.
Print out the checksum, we’ll need it later on:
sha1sum manjaro.iso
dc7427636040e9469861251858aae820c2ae16cc manjaro-kde-20.0.3-200606-linux56.iso
Plug in your USB stick.
Check the devic…
2 Likes
Or ventoy is also a great tool:
Ventoy is an open source tool to create bootable USB drive for ISO files. With ventoy, you don't need to format the disk again and again, you just need to copy the iso file to the USB drive and boot it.
3 Likes
In addition to what the others have said, you can install imagewriter
from the repository. It’ll show up in the menu as SUSE Studio Image Writer , and it’s drag & drop .
3 Likes