Create Debian bootable USBdrive

Downloaded latest version of Debian/Ubuntu in ISO format but don’t have CD/DVD to burn it.

Simple workaround… Use the most valuable DD command

dd if=/home/rambo/Downloads/debian.iso of=/dev/sdc

/home/rambo/Downloads/debian.iso [Replace this with your path to the downloaded iso file]

/dev/sdc [Replace ‘sdc’ with actual mounted USB device; use ‘mount’ command to identify the device]

NOTE: Please take backup of your USB Drive before running the above command

Advertisement