<br>Step For Transferring the ISO image to the USB disk<br><br>[1] Insert the USB key <br>[2] HAL Deamon will automatically&nbsp; mount it ; so you need to unmount it<br>[3] Type fdisk -l<br>[root@localhost ~]# fdisk -l<br><br>
Disk /dev/sda: 250.0 GB, 250059350016 bytes<br>255 heads, 63 sectors/track, 30401 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br>Disk identifier: 0x00066ad6<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sda1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 208813+&nbsp; 83&nbsp; Linux<br>/dev/sda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12773&nbsp;&nbsp; 102390277+&nbsp; 83&nbsp; Linux<br>/dev/sda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12774&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12904&nbsp;&nbsp;&nbsp;&nbsp; 1052257+&nbsp; 82&nbsp; Linux swap / Solaris<br>/dev/sda4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12905&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30401&nbsp;&nbsp; 140544652+&nbsp;&nbsp; 5&nbsp; Extended<br>
/dev/sda5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12905&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30401&nbsp;&nbsp; 140544652&nbsp;&nbsp; 83&nbsp; Linux<br><br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>Disk identifier: 0x00000000<br>
<br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>/dev/sdd1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3487&nbsp;&nbsp;&nbsp;&nbsp; 3917824&nbsp;&nbsp;&nbsp; b&nbsp; W95 FAT32<br><br>[4] The disk that you are seeing in the end is the USB drive ; just umount it<br>
[root@localhost ~]# umount /dev/sdd1<br><br>[5] Use fdisk to create a new partition<br><br>[root@localhost ~]# fdisk /dev/sdd<br><br>The number of cylinders for this disk is set to 3486.<br>There is nothing wrong with that, but this is larger than 1024,<br>
and could in certain setups cause problems with:<br>1) software that runs at boot time (e.g., old versions of LILO)<br>2) booting and partitioning software from other OSs<br>&nbsp;&nbsp; (e.g., DOS FDISK, OS/2 FDISK)<br><br>Command (m for help): p<br>
<br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdd1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3487&nbsp;&nbsp;&nbsp;&nbsp; 3917824&nbsp;&nbsp;&nbsp; b&nbsp; W95 FAT32<br><br>Command (m for help): <br><br>[5.2] Delete all the partitions using &#39;d&#39; key<br><br>Command (m for help): d<br>Selected partition 1<br><br>Command (m for help): p<br>
<br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
<br>Command (m for help): <br><br>[5.3] Create a new partition [ press p then enter, then press 1 and press enter then press enter twice ]<br><br>[5.4]&nbsp; List the partions [ press p and enter]<br><br>Command (m for help): p<br>
<br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdd1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3486&nbsp;&nbsp;&nbsp;&nbsp; 3921737+&nbsp; 83&nbsp; Linux<br><br>Command (m for help): <br><br>[5.5] Toggle boot flag [ press a then press enter, press 1 and press enter]<br><br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>
90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>/dev/sdd1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3486&nbsp;&nbsp;&nbsp;&nbsp; 3921737+&nbsp; 83&nbsp; Linux<br>
<br>Command (m for help): a<br>Partition number (1-4): 1<br><br>Command (m for help): p<br><br>Disk /dev/sdd: 4016 MB, 4016046080 bytes<br>90 heads, 25 sectors/track, 3486 cylinders<br>Units = cylinders of 2250 * 512 = 1152000 bytes<br>
Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>/dev/sdd1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3486&nbsp;&nbsp;&nbsp;&nbsp; 3921737+&nbsp; 83&nbsp; Linux<br><br>Command (m for help): <br><br>[5.6] Please make sure that when you print the partitions there is a * sign under the boot column<br>
<br>[5.7] Write the partition change [ press w ]<br><br>[6] Make ext3 filesystem :<br><br>[root@localhost ~]# mkfs.ext3 /dev/sdd1<br><br>[7] Transfer the iso image to the new drive (make sure that you specify the partiton /dev/sdd1 instead of the disk (/dev/sdd)):<br>
<br>[root@localhost ~]# livecd-iso-to-disk /tmp/build-temp/copy-of-iso/live.iso&nbsp; /dev/sdd1 <br><br>press enter to continue the transfer <br><br>[8] Try booting from the usb and test the bootable usb<br><br><br><br>