Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: what is the simplest way to burn an iso to a usb

  1. #1
    Join Date
    Jan 2014
    Beans
    16

    what is the simplest way to burn an iso to a usb

    thank you

  2. #2
    Join Date
    Aug 2013
    Beans
    4,941

    Re: what is the simplest way to burn an iso to a usb

    On Windows use something like LILI http://www.linuxliveusb.com/ or unetbootin. On Linux multisystem http://liveusb.info/dotclear/index.php?pages/install or unetbootin or the startup disk creator on Ubuntu.. The last one is only for Ubuntu iso.

  3. #3
    squakie is offline I Ubuntu, Therefore, I Am
    Join Date
    Oct 2012
    Beans
    2,238
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: what is the simplest way to burn an iso to a usb

    monkeybrain20122 mentioned several including one that is normally recommended - a semi "standard" - unetbootin. It runs on many OS's - Windows, Linux, Mac (if I'm remembering correctly), etc.. So the experience is the same across any platforms. It's simple to use, and you can point it to an ISO if you have downloaded one, or you can select what you want right in the unetbootin.

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: what is the simplest way to burn an iso to a usb

    ... and remember to format the USB to FAT32 before using UNetbootin, if you go that way.

  5. #5
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: what is the simplest way to burn an iso to a usb

    I find it easy to use mkusb according to this

    Ubuntu Forums tutorial "Howto make USB boot drives"

    You get general instructions and a lot of links at this Ubuntu wiki page

    https://help.ubuntu.com/community/In...n/FromUSBStick

    and there is a detailed help page for Unetbootin at this link

    Paul Sutton's Unetbootin how to


  6. #6
    Join Date
    Jul 2011
    Beans
    55
    Distro
    Ubuntu

    Re: what is the simplest way to burn an iso to a usb

    After I tried many programs to create bootable usb, I found out that unetbootin is best.

  7. #7
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: what is the simplest way to burn an iso to a usb

    UNetbootin has a bit ugly startup screen, I prefer Startup Disk Creator from the Live CD.
    Either way you can remove the Try/Install screen by replacing the contents of syslinux.cfg with:

    Code:
        default persistent
        label persistent
          say Booting a persistent Ubuntu session...
          kernel /casper/vmlinuz
          append  file=/cdrom/preseed/ubuntu.seed boot=casper persistent initrd=/casper/initrd.lz quiet splash noprompt --
    for 64bit use "vmlinuz.efi"

  8. #8
    Join Date
    Sep 2013
    Beans
    24

    Re: what is the simplest way to burn an iso to a usb

    Code:
    sudo dd if=/path/to/iso of=/dev/sdX oflag=direct bs=1M
    Don't need special programs to do it, it's built in.

  9. #9
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: what is the simplest way to burn an iso to a usb

    Yes, dd is very powerful, but there is a reason why it is nicknamed 'disk destroyer'. The shell-script mkusb uses dd under the hood, and help you doing it safely.

  10. #10
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: what is the simplest way to burn an iso to a usb

    Quote Originally Posted by sudodus View Post
    Yes, dd is very powerful, but there is a reason why it is nicknamed 'disk destroyer'. The shell-script mkusb uses dd under the hood, and help you doing it safely.
    +100

    there is a current thread about a guy that wiped his HDD using dd....

    proceed with MUCH caution !!!

    I have never had any problems using Start Up Disk Creator...

    YMMV

    tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •