Ubuntu 8.04 USB drive-bootable image available for download
Posted: Thu Nov 12, 2009 8:56 pm
We just uploaded our Ubuntu 8.04 based image for the Fit-PC2 last night. You can check it out on our sourceforge project: http://sourceforge.net/projects/redpost.
Full support for:
- USB flash drive booting
- wifi (ralink)
- video (VLC 0.9.9.8)
- Firefox 3.5.5
- SMP kernel support, uses both processors, unlike default Fit-PC2 kernel
We use this image for our digital signs and it can also be used as a digital photo frame. But it's open source and free to download.
INSTALLATION:
1. plug in your flash drive, check the device name, should be /dev/sdX
df
umount /dev/sdX
fdisk /dev/sdX
2. remove all partitions (if already exist, use 'p' to check)
d (1-4)
3. create new partitions (you may need to use a different size for the first partition other than 750M depending on the size of your flash drive)
n, p, 1, enter, +750M, a, 1, t, b
n, p, 2, enter, enter
4. write partitions to disk
w
5. format partitions
mkfs.vfat -F 32 -n ubuntu /dev/sdX1
mkfs.ext3 -b 4096 -L casper-rw /dev/sdX2
6. mount partitions on computer (take drive out and put back in if your OS automounts, Ubuntu does)
7. Download the latest version of Wicker from Sourceforge (http://sourceforge.net/projects/redpost/) and uncompress the image:
tar xvjf redpost*.tar.bz2
8. Copy the contents of wicker-beta (may be called wicker-master) over to the drive (first partition -- the second partition is for persistence later)
cp -R wicker-beta/* /media/ubuntu
9. Unmount the drive.
umount /dev/sdX1
umount /dev/sdX2
10. Run syslinux to make bootable. BE CAREFUL YOU COULD ERASE YOUR HARD DISK IF CARELESS.
syslinux /dev/sdX1
11. write the MBR
lilo -M /dev/sdX
Full support for:
- USB flash drive booting
- wifi (ralink)
- video (VLC 0.9.9.8)
- Firefox 3.5.5
- SMP kernel support, uses both processors, unlike default Fit-PC2 kernel
We use this image for our digital signs and it can also be used as a digital photo frame. But it's open source and free to download.
INSTALLATION:
1. plug in your flash drive, check the device name, should be /dev/sdX
df
umount /dev/sdX
fdisk /dev/sdX
2. remove all partitions (if already exist, use 'p' to check)
d (1-4)
3. create new partitions (you may need to use a different size for the first partition other than 750M depending on the size of your flash drive)
n, p, 1, enter, +750M, a, 1, t, b
n, p, 2, enter, enter
4. write partitions to disk
w
5. format partitions
mkfs.vfat -F 32 -n ubuntu /dev/sdX1
mkfs.ext3 -b 4096 -L casper-rw /dev/sdX2
6. mount partitions on computer (take drive out and put back in if your OS automounts, Ubuntu does)
7. Download the latest version of Wicker from Sourceforge (http://sourceforge.net/projects/redpost/) and uncompress the image:
tar xvjf redpost*.tar.bz2
8. Copy the contents of wicker-beta (may be called wicker-master) over to the drive (first partition -- the second partition is for persistence later)
cp -R wicker-beta/* /media/ubuntu
9. Unmount the drive.
umount /dev/sdX1
umount /dev/sdX2
10. Run syslinux to make bootable. BE CAREFUL YOU COULD ERASE YOUR HARD DISK IF CARELESS.
syslinux /dev/sdX1
11. write the MBR
lilo -M /dev/sdX