LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   easiest way for generating a live usb under debian? (https://www.linuxquestions.org/questions/linux-newbie-8/easiest-way-for-generating-a-live-usb-under-debian-4175499899/)

mzzxx11 03-29-2014 02:12 PM

easiest way for generating a live usb under debian?
 
Hi,

I'm running debian wheezy (stable) & tried generating a live usb (usb which boots with a working linux desktop) using unetbootin. I tried linux mint live.

After the installation process the usb fails to boot because of a file system error, which seems to be a unetbootin bug.

Whats the easiest alternative for generating a live usb under debian? by easiest I mean using some software which automates most of the process.

Thanks

jefro 03-29-2014 02:35 PM

There are basically three ways to make a usb.

One is to use a tool like unetbootin or live usb creator to take a live image and place it on a usb.
In this is a way to take a hybrid iso image and use a tool like dd to copy directly from file to device. Example dd if=debian.iso of=/dev/sdx (be sure you know what sdx is!!!)

The second way is to use the above tools but add in persistence. A cheat of a way to make it seem like you can add in apps.


Lastly is to use a debian install iso to load to the usb just as if it were a hard drive. I tend to use this method or the dd hybrid image myself.


So, as to your problem, no solution may still work. You may have some other issue going on. Do you want to try to diag you problem or just try a different solution?

dolphin_oracle 03-29-2014 02:36 PM

if unetbootin isn't working for you, give universal-usb-installer a try from pendrivelinux.com

http://www.pendrivelinux.com/univers...easy-as-1-2-3/

Germany_chris 03-29-2014 02:36 PM

easiest way for generating a live usb under debian?
 
I use dd it's really not that complicated and will work

mzzxx11 03-29-2014 02:58 PM

tnx the replies.

as I understand, the UUI runs under Windows. I"ve mentioned I want to generate the live usb under debian.

I'd like the live usb to have the following layout:
partition 1: 2GB or so FAT32
partition 2: live linux usb
partition 3: 2GB or so EXT4

I need the FAT32 partition as a storage for Windows files.

is this setup achievable with the dd method? and if so how?

tnx


All times are GMT -5. The time now is 09:01 PM.