2010
01.18

download

fourth incarnation, ver.20091201

3.47GB

it needs about 12 GB hard disk space.

direct download, mkl graz

direct download, openmaterials

direct download, groundhogmedia

md5 sum

torrent (thanks, hypercrush)

Info Hash: C2755D07 D890FE50 289E022A 0943B9DC CF102266

tracker.openbittorrent.com:80 > Announce

how to make a live usb stick:

install unetbootin. available for win and linux
first, format your usb stick; e.g with gparted, best would be fat (vfat32), and set the boot flag.
then, open unetbootin, select your iso ("Diskimage") and your usb-stick (USB-Drive), and hit create.

make it persistent (=writeable) :

to make it persistent (right now its read-only), download a casper-rw (a read- and writeable disk image in one file) from
http://unetbootin.sourceforge.net/diskimg/

there are images with 128, 256, 512mb
if you want a bigger one, create one , e.g with 1000mb here: (linux (or cygwin) only)

dd if=/dev/zero of=casper-rw bs=1M count=1000 && mkfs.ext3 -F casper-rw

copy that file (unzipped, if you downloaded it) to the usb stick.


open the file syslinux.cfg on your stick and add in "persistent" at the end of the line that begins with "append", and save the file, so your syslinux.cfg should look something like this (do not forget the -- at end!)

default unetbootin

label unetbootin

kernel /ubnkern

append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper   quiet splash persistent --