cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: July 10 2005,11:12 |
|
You can boot it natively if you run the install to pendrive script and your BIOS can boot a usb device.
However, before you do anything, you should write down your mp3 player's native filesystem format (usually it is FAT) and maybe even make a backup copy of the entire device to a file on your hard drive.
(make sure mp3 player is unmounted)
sudo dd if=/dev/sda of=/mnt/hda1/mp3_backup.img
and to restore:
sudo dd if=/mnt/hda1/mp3_backup.img /dev/sda
Now for the rest of the story...
Once you have your player backed up, you can either do the install to pendrive script which wipes your device and reformats it, or you can download the dsl-embedded version and unzip the contents to your mp3 player and then download syslinux and apply syslinux to your mp3 player's data partition.
Finally, you could just manually copy the /knoppix/knoppix file from your livecd over to you mp3 player and then use either the livecd or the usb boot floppy for the initial bootup phase.
|