26
Sep
In just 9 steps:
- Mount the USB drive
- Backup its contents, if there are any
- Format the USB drive as FAT32
- Download dsl-embedded:
ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/damnsmall/current/dsl-3.4.3-embedded.zip - Download syslinux:
http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.52.zip - Unzip the contents of dsl-3.4.3-embedded.zip into the root directory of the USB drive. Make sure that the directories within the zip file is recreated
- Unzip syslinux-3.52.zip
- Run
syslinux -ma [drive]:where [drive] is the designated drive letter of your USB drive - Reboot the computer (make sure that the boot sequence would place the USB drive as the first boot device)
Voila! You now have a system you can use to troubleshoot nonbooting systems and networks.
0