5n6r

Secret to create a super LiveUSB!

Jan 13th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. +----------------+
  2. | Try! It works! |
  3. +----------------+
  4. 1)Download any iso image.Here http://distrowatch.com
  5. 2)Open a Linux's console.
  6. 3)Enter:
  7. $df
  8. $sudo umount /dev/sdb1
  9. $sudo mkfs.vfat -n 'MyLiveUSB' -I /dev/sdb1
  10. $sudo fdisk -l
  11. $sudo dd if=<iso image> of=/dev/sdb bs=8M status=progress&&sync
Add Comment
Please, Sign In to add comment