UPDATE: The processes described in this tutorial are now all packaged up nicely for you to use. So if you do not want to do things manually there is no need. You can just read the posts here to understand what is happening and so be able to manage your Live USB devices with more confidence.
The utility should be available soon in the repository. Look out for
PCLinuxOS-liveusb***********************************************************************
This thread is for information and will require a
few posts to complete so please bear with me while I try to get it all together.
Although these posts emphasise the use of a Flash Disk, the method can be used on other drives also.
This is intended to be a general guide with specifics dealt with in the help section for those requiring such information.
**********
Live USB Flash Stick PCLOS 2010.07OK, this first post deals with an overview of a manual means of what needs to be done to achieve a bootable USB flash drive that runs PCLOS live.
For those who want just a simple bootable flash drive maybe one of the GUI methods of achieving the same result would be more suitable. For those who wish to expand what they can achieve I believe this method is more suitable.
OverviewThe Flash StickGet a flash stick -- minimum size 1GB, but the larger the better for future expansion of its capabilities. 8GB or more flash sticks are now much more reasonably priced.
I have found it advisable to run
fdisk -l on the new flash sticks as they can have some weird partition table when purchased. If something odd shows up in the fdisk report, IMO it is best to replace that partition table with a standard DOS partition table, again using fdisk.
Create one large partition on the stick, labelled
LiveOS, and formatted to ext2/3
Adjust permissions to ensure that you have write permissions on the partition.
The Operating SystemExtract from the KDE ISO of PCLOS, the
isolinux directory and the
livecd.sqfs file, and copy them to the flash stick. Ark is good for this.
Create an empty 'boot' directory on the stick.
Copy the Grub directory and all its files from the /boot/ directory of a running PCLOS, to within the 'boot' directory of the flash stick.
Edit the
menu.lst file on the flash stick .... found in /boot/grub/ .... by deleting all the existing boot stanzas, and copy in this stanza
title PCLinuxOS 2010.1 KDE
kernel (hd0,0)/isolinux/vmlinuz vga=788 livecd=livecd fromusb root=Label=LiveOS acpi=on fstab=rw,noauto
initrd (hd0,0)/isolinux/initrd.gz
Making it BootableInstall Grub to the MBR of the flash drive, using the files available on the stick in the /boot/grub directory.
Details for using the Konsole to do this are posted in the help thread.
*******
More specific details about some of the above procedures can be added to the Help thread, if required.
*******
Your flash stick should now be bootable in any PC with the facility to boot a USB stick.
Have FUN!