LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   way to create a bootable USB (https://www.linuxquestions.org/questions/linux-newbie-8/way-to-create-a-bootable-usb-4175551592/)

Rosco52 08-23-2015 12:00 PM

way to create a bootable USB
 
My questions are, is there an easy way to create a bootable USB that I can use to overwrite all Cinnamon (32 bit on ASUS EEE PC) and burn new Linux 2 ISO?

ff80 08-24-2015 02:52 PM

You could consult the google, but to answer the question, xboot or unetbootin are two good apps.

jefro 08-24-2015 03:03 PM

Hello and welcome to LQ.


Three common ways to create a linux usb.

One is to use a creator like unetbootin or live usb creator. See www.pendrivelinux.com for ideas.

Two is to use the distro's suggestion. Some may have you boot to a cd on any system and then use their usb creator.


Three is to simply use to use dd to copy hybrid iso to usb.


There are also network boot and install options too.

Ihatewindows522 08-24-2015 03:23 PM

It really depends on what OS you use. Ideally you want to write the image directly to the USB drive. This can be done with the GUI tool GNOME Disks (included on Mint) or the CLI tool dd (also included with Mint).

Under Windows, you can use the Universal USB installer, and Linux Live (LILI).

Hope this helps.

Rosco52 08-24-2015 09:29 PM

Thanks for the help.

fatmac 08-25-2015 05:17 AM

Welcome aboard.

Also, dd.exe is/was available for use on Windows.

rtmistler 08-25-2015 07:01 AM

Quote:

Originally Posted by Ihatewindows522 (Post 5410505)
It really depends on what OS you use. Ideally you want to write the image directly to the USB drive. This can be done with the GUI tool GNOME Disks (included on Mint) or the CLI tool dd (also included with Mint).

Under Windows, you can use the Universal USB installer, and Linux Live (LILI).

Hope this helps.

Seeing as you're running Linux now, I like the suggestion to use the dd command as cited here.

I see (and have experienced personally) far too many "oops" with burning software, either things like unable to see the media, or an after-problem where it didn't boot. Whereas I've never run afoul using dd where the input file is the ISO and the output file is the /dev/sd<letter>, unless of course the particular ISO file was not a bootable release.


All times are GMT -5. The time now is 09:08 AM.