Damn Small Linux 安装到U盘 http://www.damnsmalllinux.org/wiki/index.php/Installing_to_a_USB_Flash_Drive_cn

How to Install Damn Small Linux On a USB

originated by:Stephen WainesBrandywineHorses4EverFlickety (see all)

ArticlepencilEditDiscussView History
180

This how to explains a step by step procedure to install Damn Small Linux (DSL) onto a memory stick (USB Card, "Thumb" or "Pen" drive) in Microsoft DOS or FreeDOS.

editSteps

  1. 1
    Open the DOS Command Prompt.

    Ads by Google

    USB Hard Drive

     Secured with Hardware Encryption FIPS 140-2 level 2 Validated
    www.MXISecurity.com
     
    1. Click on the "Start" button, on the Windows taskbar.
    2. Click on "Run" and place your cursor in the text box.
    3. Type in cmd.exe and press Enter on your keyboard.
  2. 2
    Save any files you might need from the USB drive, either through windows or the command-line:

    xcopy /e /i X:\* \tempbackup

    Note: for here and in the steps below, replace X: with the actual drive letter of your USB drive.
  3. 3
    Format your USB Card as FAT32:

    FORMAT X: /fs:FAT32

  4. 4
    Download a zipped archive called syslinux from kernel.org.
  5. 5
    Unzip the archive to a directory.
  6. 6
    Run Syslinux by typing syslinux -ma X:. (Make sure to be in the correct directory on command prompt. It would be C:\win32 if you extracted the files to C:.)
  7. 7
    Download the latest archive (dsl-embedded.zip) from a Damn Small Linux mirror site.
  8. 8
    Unzip the archive to a directory.
  9. 9
    Copy all the files from the DSL directory to the root of your USB drive.
  10. 10
    Restore any files you saved from the first step

    xcopy /s \tempbackup\* X:

    rmdir /s \tempbackup
  11. 11
    Restart and boot from your USB drive.
posted @ 2010-03-12 11:07  苹果X1  阅读(402)  评论(0编辑  收藏  举报