Newvie : how to create the bootable USB LXDE ?

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
livecd
Posts: 2
Joined: Fri Aug 28, 2009 5:41 pm

Newvie : how to create the bootable USB LXDE ?

Post by livecd »

Stupid but:
I have a 1Gb FAT formated USB key on which I stored the "Debian Live USB Image (462M)" from www.lxde.org

So how do I make it bootable from WinXP???

Thanks.

P.S. On lxde.org, indicating the version and package list would be nice
archibald haddock
Posts: 148
Joined: Sun Jan 11, 2009 6:57 pm

Re: Newvie : how to create the bootable USB LXDE ?

Post by archibald haddock »

You mustnot store it, to have it bootable.
You need to apply it to the USB stick, so flashing ALL the data on it.
On GNU/Linux you could do that with

Code: Select all

dd if=<IMAGE.img> of=/dev/<USB-DEVICE>
. But I dont know how to do it on Windows.
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: Newvie : how to create the bootable USB LXDE ?

Post by maces »

Hi

What about using another LIVECD, like Knoppix and make the stick from there?

maces
sensei
Posts: 3
Joined: Wed Sep 09, 2009 3:40 pm

Re: Newvie : how to create the bootable USB LXDE ?

Post by sensei »

I haven't tested it with lxde debian live cd, but I believe that you could transfer it to a bootable usb with unetbootin. - That way you don't have to loose your data on the usb drive.
baptiste_ch
Posts: 2
Joined: Mon Sep 14, 2009 6:18 pm

Re: Newvie : how to create the bootable USB LXDE ?

Post by baptiste_ch »

sensei wrote:I haven't tested it with lxde debian live cd, but I believe that you could transfer it to a bootable usb with unetbootin. - That way you don't have to loose your data on the usb drive.
Unetbootin is quite easy for create a bootable usb key.
It works with many iso files .
Locked