2008-04-26

http_404: (Default)
2008-04-26 01:34 am
Entry tags:

linux iso to usb-stick


a quick and easy way to put a Linux LiveCD (ISO) on usb-stick 1GB or higher stickunder Win) :
  • format the usb-stick with a quick format

  • download the syslinux.zip and extract to the PC's HDD

  • copy all the folders from the ISO to the usb-stick

  • copy all content from the isolinux folder to the root of the SD

  • remove the isolinux folder

  • delete the isolinux.bin and rename the isolinux.cfg to syslinux.cfg stickon the root of usb-stick
now run the syslinux.exe from the extracted syslinux-folder from your HDD in a console with the following parameters:
syslinux.exe -ma [dive], where [drive] - usb-stick
That' all.