Make LinuxMint 18 - Sarah USB Bootable Drive using Ubuntu
Step 1: Go to the
terminal.
Step 2: Type ' /dev/sd* ' to see the device
identifier of your usb drive. it should be something like /dev/sdb
/dev/sdc. In my case it's ' /dev/sdb '
Step 3: Type 'dd
if=Location_of_Your_ISO_image.iso of=/dev/sdb bs=4096'. I have Linux
Mint iso on my Downloads folder.
sudo dd
if=./Downloads/linuxmint-18-cinnamon-64bit of=/dev/sdb bs=4096
Step
4: Wait
Step 5: Once it's
done, enjoy.
No comments:
Post a Comment