Wednesday 9 January 2019

How to create bootable USB Media from ISO in Ubuntu Linux


1. Startup Disk Creator is a built-in application in Ubuntu Linux

2.  Convert iso file into bootable usb media  using ddrescue


  • install ddrescue

                sudo apt update
                sudo apt install gddrescue

  • check block device name
                sudo fdisk -l
                eg.  /dev/sdf

  • enter the command as follows:
               sudo ddrescue Downloads/openSUSE-Leap-15.0-DVD-x86_64.iso /dev/sdf --force -D


                


How to update snap-store