Advertisement
v1ral_ITS

direct image iso to usb bootable command [ terminal cmd ]

Feb 7th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. dd if=/media/root/MULTIBOOT/debian.iso of=/dev/sda bs=1M oflag=sync
  2.  
  3.  
  4.  
  5. # make sure and run fdisk -l   or     lsblk    and choose the entire disk of the usb for direct img write not the sdA#    # partition to install entire image directly with this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement