Wednesday, October 8, 2008

PClinuxOS 2008 MiniMe Remastering

When You start on PCLOS latest distro which is PCLOS 2008 MiniMe and start updating the latest package. for some reason the Make LiveCD on System menu does somehow doesnot work perfectly there is a quick solution for it.

1. fireup you console/terminal
2. switch to SuperUser using "su" command
3. Enter SuperUser Password
4. then just type "mklivecd --nodir ^/media,^/backup,^/home --fstab rw,auto --splash verbose --ufs unionfs --bootloader grub livecd.iso"

thats it happy remastering ^_^

How to Make a PCLinuxOS 2008 MiniMe Flash drive in Windows

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.

Update: the fixMiniMe script now moves the extracted files to the flash drive automatically. It has been tested to work in both XP and Vista.

PCLinuxOS 2008 MiniMe Screenshot:














Essentials for installing MiniMe 2008 from Windows:
  • PCLinuxOS MiniMe 2008 ISO
  • fixMiniMe3.exe (does the USB conversion)
  • 512MB or larger USB flash drive (we used a 1GB stick)
  • A Windows host PC to perform the build
  • HP USB format tool (optional)

How to install MiniMe 2008 on a flashdrive using Windows:

  1. Download the HP USB format tool and format your stick using a Fat16 or Fat32 file system
  2. Download and run fixMiniMe3.exe, a MiniMe folder is created
  3. Download the PCLinuxOS MiniMe 2008 ISO and copy it in the MiniMe folder. More Download Links for the ISO can be found HERE
  4. From your MiniMe folder, click fixminime2.bat and follow the onscreen instructions
  5. 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
This info is brought to you by http://www.pendrivelinux.com/ there is also a lot of info there about installing other linux distros to your pen drive so check it out ^_^

Thanks Again to http://www.pendrivelinux.com/