USB MiniMe 2008 install from Windows

The following tutorial will show you how to easily install PCLinuxOS MiniMe 2008 to a USB flash drive using Windows. This enables a user to quickly create a portable version of PCLinuxOS MiniMe 2008 without having to go through the redundant steps of burning the iso to a CD and then booting from the CD to perform the USB flash drive install from another iso. We really like the latest release of MiniMe from PCLinuxOS and think you will enjoy it as well.

PCLinuxOS MiniMe 2008 is simple, small, clean and works very well on a USB flash pendrive.


PCLinuxOS 2008 MiniMe Screenshot:

PCLinuxOS 2008 MiniMe Screenshot
Essentials for installing MiniMe 2008 from Windows:

  • PCLinuxOS MiniMe 2008 ISO
  • fixMiniMe.exe (does the USB conversion)
  • 512MB or larger USB flash drive (we used a 1GB stick)
  • A Windows host PC to perform the build

How to install MiniMe 2008 on a flashdrive using Windows:

  1. Format your USB flashdrive as fat32 or fat16
  2. Download and run fixMiniMe.exe, a folder named MiniMe is created
  3. Download the PCLinuxOS MiniMe 2008 ISO and place it in the MiniMe folder
  4. From your MiniMe folder, click fixminime.bat to launch the converter
  5. Once the converter has finished, copy the contents "from within" the newly created USBMM folder (MiniMe/USBMM) to the root of your USB flash drive
  6. From your flash drive click makeboot.bat file and follow the onscreen instructions
  7. Reboot your PC and select your USB device from the Boot Menu or system BIOS and proceed to boot MiniMe from your USB device

If all goes well, you should now be running MiniMe from a USB flash drive!

Creating the file for saving your changes (persistence):

  1. Boot your PC from USB MiniMe 2008 and login as root
  2. Open Konsole and type fdisk -l and locate which device is your flash drive
  3. type mkdir minime && mount /dev/sdx1 minime (replacing x with your flash drive letter)
  4. type dd if=/dev/zero of=minime/changes bs=1M count=256
  5. type echo 'y'|mkfs.ext3 minime/changes
  6. Reboot your PC and enjoy having the ability to save and restore your changes on every boot

* Alternate Download Links for the MiniMe 2008 ISO can be found HERE