ebooksnsa.blogg.se

How to make a live linux usb drive
How to make a live linux usb drive








Where input.iso is the input file, and /dev/sd is the USB device you're writing to (run lsblk to see all drives to find out what is for your USB). Then, next (this is a destructive command and wipes the entire USB drive with the contents of the iso, so be careful): sudo dd bs=4M if=path/to/input.iso of=/dev/sd conv=fdatasync status=progress

how to make a live linux usb drive how to make a live linux usb drive

├─sdb1 8:17 1 1.6G 0 part /media/username/usb volume name It will look something like sdb 8:16 1 14.9G 0 disk Where is a letter followed by a number, look it up by running lsblk.










How to make a live linux usb drive