Linux sur USB
Liens: * http://www.pendrivelinux.com/2007/01/25/usb-x-ubuntu-610/ Quelques notes: 1. Download an ISO image of Slax from http://www.slax.org 2. Format your USB stick to FAT format (use Windows to do this or download the HP format utility for USB sticks) 3. Download 'Extract now' to extract the ISO image (unzip) to the USB key 4. Copy all files in the boot/ directory (not the DOS directory) to the USB key's root (what you see when you access the USB key) 5. Edit the isolinux.cfg file in wordpad and replace all occurences of 'boot/' with '' (nothing) save this file as 'syslinux.cfg'. Edit the splash.cfg file and remove 'boot/' as well. 6. Copy additional modules from http://www.slax.org/ to the directory modules (for example vi, rsync, XAMPP, sendmail etc.) 7. Download syslinux and unzip it to a directory on your PC 8. Use the windows start menu, option 'Run' enter 'cmd' and go to the syslinux directory (cd .. moves you one directory up) and cd into the win32 subdirectory 9. Check what drive letter was assigned to your USB key - in this example we use D: 10. Enter syslinux -s D: to make the USB key bootable