====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eb_imagetypes [2007/04/07 03:58] stevem |
eb_imagetypes [2007/04/07 04:00] (current) stevem |
||
---|---|---|---|
Line 210: | Line 210: | ||
syslinux /dev/sda1 | syslinux /dev/sda1 | ||
- | * mount the device and copy over required //networkcard.zlilo// file and corresponding //syslinux.cfg// [[eb_imagetypes#Using lilo on a floppy|just as in a diskette boot]]. There will now be three files on the flash device | + | * Mount the device and copy over required //networkcard.zlilo// file and corresponding //syslinux.cfg// [[eb_imagetypes#Using lilo on a floppy|just as in a diskette boot]]. There will now be three files on the flash device |
root@shark(/flash)# ls | root@shark(/flash)# ls | ||
Line 218: | Line 218: | ||
default r8169.zli | default r8169.zli | ||
- | * unmount the device, shutdown and reboot from the network. | + | * Unmount the device, shutdown and reboot from the network. |
===== USB Flash EtherBoot - ZIP drive geometry ===== | ===== USB Flash EtherBoot - ZIP drive geometry ===== | ||
Line 227: | Line 227: | ||
mkdiskimage -4 /dev/sda 0 64 32 | mkdiskimage -4 /dev/sda 0 64 32 | ||
- | * Install syslinux onto the key. | + | * Install SYSLINUX onto the key. |
syslinux /dev/sda4 | syslinux /dev/sda4 | ||
Line 233: | Line 233: | ||
* Mount /dev/sda4 and copy over required //networkcard.zlilo// file and corresponding //syslinux.cfg// [[eb_imagetypes#Using lilo on a floppy|just as in a diskette boot]] | * Mount /dev/sda4 and copy over required //networkcard.zlilo// file and corresponding //syslinux.cfg// [[eb_imagetypes#Using lilo on a floppy|just as in a diskette boot]] | ||
- | * unmount the device, shutdown and reboot from the network. | + | * Unmount the device, shutdown and reboot from the network. |
More recipies can be found [[http://www.beezmo.com/FloobyDustDir/FDKnoppixUsbDir/FDKnoppixUsb.htm|here]], with another source of information [[http://www.freesoftwaremagazine.com/articles/grub_intro|here]]. | More recipies can be found [[http://www.beezmo.com/FloobyDustDir/FDKnoppixUsbDir/FDKnoppixUsb.htm|here]], with another source of information [[http://www.freesoftwaremagazine.com/articles/grub_intro|here]]. |