Hittade en guide om hur man installerar ubuntu från usb sticka. Har testat och säga att det fungerade för mig. Hela hardy installationen gick på 10 min

//fuze
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# indrawan tanjung Says:
April 24th, 2008 at 2:30 pm
I have successed with easier way installing ubuntu 7.10 in my desktop using usb stick just couple minutes ago…. ;-)
Here we go…
1. Download file isotostick.sh:
wget http://www.startx.ro/sugar/isotostick.sh
2. Change the permission:
chmod u+x isotostick.sh
3. Before running the isotostick file, we have to make our usb stick bootable or the script will generate error “The partition isn’t bootable” (or something like that):
sudo parted /dev/sdb set 1 boot on
(BE CAREFULL :”/dev/sdb” is my usbstick location, change it when necessary)
4. And the final step is execute the script:
sudo ./isotostick.sh ubuntu-7.10-desktop-i386.iso /dev/sdb1
(i have the iso in my current location, and again “/dev/sdb1″ is our destination, our usb stick location)
5. Umount our usb stick, plug it when power off, and then power on. Violla….our usb stick is now working as Live CD..
Hope it works..
Greetings from Indonesia
Indrawan
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------