HowTo to start alternative images' of USB,CF, or HDD

--------------------------------------
Image of Dream must be on the box (Version >=rel1.09).
An USB-Stick or a Compact flash Card with at least 64 MB (is sufficient for 
3-4 images).
If an image does not want to run once, simply remove the Stick or the CF and 
reboot the box. A further flashing is not necessary.
The combination of CF and HDD is not possible (Bug in the Kerneldriver) but 
all other combinations are not a problem.
--------------------------------------

Starting image from USB-Stick:
First,boot box without the Stick.
Once the original image is started, put in the stick.
Enter following by Telnet:
mkfs.ext3 /dev/scsi/host0/bus0/target0/lun0/disc
mount /dev/scsi/host0/bus0/target0/lun0/disc /var/mnt/usb
The Stick is formatted and linked into the system at Mountpoint 
"/var/mnt/usb".
Since some USB-Sticks have to be mounted in  "/dev/.../part1", the two 
commands have to be changed.

Starting image from CF:
put in the CF and boot your box.
You can format the CF with following command:
umount /hdd
mkfs.ext3 /dev/ide/host0/bus0/target0/lun0/part1
mkdir /var/mnt/cf
mount /dev/ide/host0/bus0/target0/lun0/part1 /var/mnt/cf
The CF is formatted and linked into the system at Mountpoint "/var/mnt/cf".

Starting image from HDD:
Who has movies on his HDD should safe them first.
You can format the HDD with following command:
umount /hdd
mkfs.ext3 /dev/ide/host0/bus0/target0/lun0/part1
mount /dev/ide/host0/bus0/target0/lun0/part1 /hdd
mkdir /hdd/movie
The HDD is formatted and linked into the system at Mountpoint "/hdd"

Running the Setup:
Copy  the  3 files (dreamflash.cfg, dreamflash.so and startmenu) to "var/tuxbox/plugins".
Now just start the plugin by pressing the blue button.
Restart Box and check if everything went right.

instal image:
You copy the image by FTP on the medium of your choice 
USB - /var/mnt/usb
CF - /var/mnt/cf
HDD - /hdd
NFS - /var/mnt/nfs
and start the "DreamFlash" by pressing the blue button


Tips:
Some USB-Sticks have a so called "securityarea" that can cause problems 
under Linux. You can delete this area with the corresponding Progamm (Buy-CD 
to the Stick). With some users it already helped , when they have formatted 
their Stick in Windows once before.

Translation from Tomster

Mechatron

