GParted Live On USB
GParted Live On USB
GParted Live On USB
Method
Method
Method
Method
A: Tuxboot
B: Manual
C: Unetbootin
D: LinuxLive USB Creator
3. From Windows, install then run the LinuxLive USB Creator program and follow the instructions in the GUI to
install GParted Live on your USB flash drive.
Method
Method
Method
Method
A: Tuxboot
B: Manual
C: Unetbootin
D: Manual - Overwrite
Start
End
26630
Blocks Id System
12582643+ b W95 FAT32
Then format the partition as FAT with a command such as "mkfs.vfat -F 32 /dev/sdd1"
WARNING!Executing the mkfs.vfat command on the wrong partition or device could cause your GNU/Linux not
to boot. Be sure to confirm the command before you run it.
# mkfs.vfat -F 32 /dev/sdd1
mkfs.vfat 2.11 (12 Mar 2005)
3. Insert your USB flash drive or USB hard drive into the USB port on your Linux machine and wait a few seconds.
Next, run the command "dmesg" to query the device name of the USB flash drive or USB hard drive. Let's say,
for example, that you find it is /dev/sdd1. In this example, we assume /dev/sdd1 has FAT filesystem, and it is
automatically mounted in dir /media/usb/. If it's not automatically mounted, manually mount it with commands
such as "mkdir -p /media/usb; mount /dev/sdd1 /media/usb/".
4. Unzip all the files and copy them into your USB flash drive or USB hard drive. You can do this with a command
such as: "unzip gparted-live-0.4.5-2.zip -d /media/usb/"). Keep the directory architecture, for example, file "GPL"
should be in the USB flash drive or USB hard drive's top directory (e.g. /media/usb/GPL).
5. To make your USB flash drive bootable, first change the working dir, e.g. "cd /media/usb/utils/linux", then run
"bash makeboot.sh /dev/sdd1" (replace /dev/sdd1 with your USB flash drive device name), and follow the
prompts.
WARNING!Executing makeboot.sh with the wrong device name could cause your GNU/Linux not to boot. Be
sure to confirm the command before you run it.
NOTE: There is a known problem if you run makeboot.sh on Debian Etch, since the program utils/linux/syslinux
does not work properly. Make sure you run it on newer GNU/Linux, such as Debian Lenny, Ubuntu 8.04, or
Fedora 9.
TIP: If your USB flash drive or USB hard drive is not able to boot, check the following:
Ensure that your USB flash drive contains at least one FAT partition.
Ensure that the partition is marked as "bootable" in the partition table.
Ensure that the partition starts on a cylinder boundary.
For the first partition this is usually sector 63.
This command queries the device name of the USB flash drive. For example, you might find the device name
is/dev/sde.
3. From a terminal window, enter the following command using the gparted .iso file name and USB device path you
discoved in the previous steps.
For example:
sudo dd if=/path-to-gparted-live.x.y.z-w.isoof=/dev/sdebs=4M; sync