If you decide to manually install the darma_nas_092303.tgz image onto your flash drive using a linux workstation, follow these steps: 1. Connect the flash drive to the 2nd IDE channel as the master device. It should show up as /dev/hdc when you boot the linux machine. 2. Login as root. 3. Mount the flash drive to an empty directory: EX: mount /dev/hdc1 /mnt 4. Change directory to where you mounted the flash drive: EX: cd /mnt 5. Remove the old image: rm -rf * (Make sure you're in the right place!) 6. Unpack the new image: tar pzxvf /path/to/darma_nas_092303.tgz 7. Run LILO: ./sbin/lilo -v -C etc/lilo.conf 8. Unmount the image: EX: cd / ; umount /mnt 9. Clear the old configuration: dd if=/dev/zero of=/dev/hdc2 bs=1024k count=8