Joggler Ubuntu Netboot Edition 9.10 Image This is a vanilla base install that will work completely off a usb stick without touching the standard O2 image. Touch screen works fine, sound needs tweaking, networking (wifi and lan) works via dhcp. The SSH server has NOT been enabled (since this is a vanilla install remember) and you should install it yourself. Username: joggler Password: joggler To get root access, login as joggler and execute sudo su - Then joggler as the password. To use this image: You need at least a 4GB usb stick that you are prepared to wipe. This will work on larger usb sticks but you will only have access to 4GB unless you create an extra new partition and add it to fstab, preferably using the UUID as the device/partition identifier. You can even theoretically do this on an external usb hard disk. Remember, this will wipe whatever you have on your usb stick. Download, check the md5sum then extract the tarball. In linux or OSX do: wget http://www.stephenford.org/joggler/files/joggler_une_9.10.tar.gz wget http://www.stephenford.org/joggler/files/joggler_une_9.10.tar.gz.md5sum md5sum joggler_une_9.10.tar.gz;cat joggler_une_9.10.tar.gz.md5sum a58ce5d443fa1990f27633cd025a243a joggler_une_9.10.tar.gz a58ce5d443fa1990f27633cd025a243a joggler_une_9.10.tar.gz Both lines should be identical. dd if=joggler_une_9.10.bin of= There could be no output for a good number of minutes whilst it writes to your usb stick, be patient. Example. /dev/sda or /dev/sdb or /dev/sdc Warning: Do NOT blindly try these examples, you could accidently destroy the wrong device (eg hard disk or another usb stick). This is a serious warning, be careful and if unsure ask for assistance. There are many ways to determine what device name your computer assigns to it. The easiest way is to connect your usb stick, check dmesg, then double check with fdisk -l For windows there are many tools which do the same as dd. - S. Ford - http://www.stephenford.org/joggler/files/joggler_une_9.10.txt