Revision of Version 8.04 from Thu, 05/08/2008 - 14:21

Ubuntu Rescue Remix version 8.04 is out.

It features updated packages including Gnu ddrescue version 1.8.

Download it here:
CD Image:
http://rescubuntu.info/files/iso/ubuntu-remix-804.iso

MD5SUM:
9c4f019da1b9d27a469cfbeb5e73dba6 ubuntu-remix-804.iso

USB Image:
http://rescubuntu.info/files/iso/ubuntu-remix-804.usb.gz

MD5SUM:
e480c4a72171203e1384c6a3e6990786 ubuntu-remix-804.usb.gz

To burn an iso image, see https://help.ubuntu.com/community/BurningIsoHowto

To write the USB image to a flash drive, run:

sudo zcat ubuntu-remix-804.usb.gz >/dev/sdxX

where "sdxX" is the correct device (sdc1) for example. Be careful to pick the correct device as writing this to disk will erase everything else on the disk.

If the device does not boot, try installing an MBR onto the USB drive:

sudo apt-get install mbr

sudo mbr-install /dev/sdX # Pick the correct device!