For this to all work, you'll need a USB flash drive that's at least 256MB. The bigger, the better. Your computer must also be able to boot from USB hard disk. Usually, there is a BIOS setting that you need to enable.
Now, you need to download the stuff that you need. First, download the Slax Standard Edition ISO from the Slax website. While you're there, also download the Mozilla Firefox 2.0 module. For the adventurous, you can try doing this with the other Slax editions also.
After you download the ISO image, burn it onto a CD. Alternatively, you can mount the iso with a virtual cd program such as Daemon Tools, Virtual CD, Winimage or some other equivalent. You just need to be able to copy the files off of the CD.
Next, create a folder on your Windows computer. For this example, I will create a folder named
c:\slaxusb. We'll call this the remaster directory.
Then, copy all of the files on the CD to your remaster directory. Copy the Mozilla Firefox 2.0 module to the modules folder in your remaster directory. In my example, that would be the c:\slaxusb\modules directory. When you're done it will look sort of like this. Now edit the syslinux.cfg file that's located in the tools\WIN subdirectory in your remaster subdirectory. For me, that's the C:\slaxusb\tools\WIN directory. Find the line that starts with "append". It's probably the last line. Add autoexec=xconf;startx to the end of this line. This will make the USB stick automatically boot into KDE.
Go to My Computer, right-click on the removable disk icon for your USB Flash Drive, and select Format. Now format your USB flash drive with FAT32 filesystem. Note the drive letter of your USB flash drive.
After the drive is formatted, open up a command prompt, switch to your remaster directory, and run make_disk.bat followed by the drive letter of your USB flash drive. Here are the command prompt commands to run:
cd c:\slaxusbRemember to use substitute g: with the drive letter for your USB Flash drive. When the script finishes executing, you'll see a screen that looks like this.
make_disk g:
That's it! You're done. Now you have a USB flash drive that can boot Linux. Just insert your USB Flash drive in a USB port, configure your computer to boot from USB, and power on your computer.