Install USB PCLinuxOS MiniMe in flash drive
System Requirements:
- PCLinuxOS Live CD or alternate working Linux environment
- CD Reader/Recorder
- 512MB or larger USB thumb drive
- Download the PCLinuxOS MiniMe ISO and burn it to a CD
- Restart your Computer, booting from PCLinuxOS (login as root)
- Insert a 512MB or larger USB thumb drive
- Open up a terminal and type fdisk -l (note which drive is your USB stick)
- Type umount /dev/sdx1 (replacing x with your flash drive letter)
- Type fdisk /dev/sdx (again replacing x with your device)
- Type p to show the existing partition and d to delete it
- Type p again to show any remaining partitions (if partitions exist, repeat the previous step to delete them)
- Type n to make a new partition
- Type p for primary partition
- type 1 to make this partition one
- hit enter to use the default first cylinder
- hit enter again to use the default last cyl
- type a to make this partition active
- type 1 to select partition 1
- type t to change it's file system
- type 6 to select the fat16 file system
- type w to write the new partition table
- Type umount /dev/sdx1 (replacing x with your device) to unmount the partition
- Type mkfs.vfat -F 16 -n usb /dev/sdx1 to format the first partition as fat (replace x with your flash drive)
- Remove and reinsert your USB flash drive
- Type mkdir /tmp/usb
- Type mount /dev/sdx1 /tmp/usb (replace x with your USB drive)
- Type mount /mnt/cdrom (or cdrom2 if you have more than one)
- Type cd /mnt/cdrom (or cdrom2)
- Type cp -rf livecd.sqfs isolinux/* /tmp/usb
- Type cd /tmp/usb
- Type mv isolinux.cfg syslinux.cfg
- Type cd
- Type umount /tmp/usb
- Type syslinux -sf /dev/sdx1 (replacing x with your USB device)
- Finally, reboot your computer and set your system BIOS to boot from USB-HDD. Also set the boot priority to boot the USB device first if this option is available.
Loading image
Click anywhere to cancel
Image unavailable
Loading image
Click anywhere to cancel
Image unavailable
Loading image
Click anywhere to cancel
Image unavailable
Post a Comment