| **2.**Insert a 1024MB or larger USB thumb drive | | **2.**Insert a 1024MB or larger USB thumb drive |
| **3.** Open up a terminal and type fdisk -l (note | | **3.** Open up a terminal and type fdisk -l (note |
| which drive is your USB stick) | | which drive is your USB stick) |
| * type | | * type |
| | | |
| <div id="code"> | | <div id="code"> |
| n | guest@~# umount /dev/sdx1 | n | <pre>guest@~# umount /dev/sdx1</pre> |
| </div> | | </div> |
| | | |
| replacing x with your flash drive letter | | replacing x with your flash drive letter |
| * type | | * type |
| | | |
| n | [[code]]
| n | <div id="code">
|
| | | <pre>
|
| guest@~# fdisk /dev/sdx | | guest@~# fdisk /dev/sdx |
| n | [[/code]]
| n | </pre>
|
| | | </div>
|
| | | |
| again replacing x with your device | | again replacing x with your device |
| * type | | * type |
| | | |
| n | [[code]]
| n | <div id="code">
|
| | | <pre>
|
| guest@~# p | | guest@~# p |
| n | [[/code]]
| n | </pre>
|
| | | </div>
|
| | | |
| to show the existing partition and | | to show the existing partition and |
| | | |
| [[code]] | | [[code]] |
| guest@~# d | | guest@~# d |
| to format the first partition as fat (replace x w | | to format the first partition as fat (replace x w |
| ith your flash drive)(if you use FAT32 type 32 ins | | ith your flash drive)(if you use FAT32 type 32 ins |
| tead of 16) | | tead of 16) |
| Remove and reinsert your USB flash drive | | Remove and reinsert your USB flash drive |
| | | |
| Type | | Type |
| | | |
| n | [[code]]
| n | <div id="code">
|
| | | <pre>
|
| guest@~# mkdir /tmp/usb | | guest@~# mkdir /tmp/usb |
| guest@~# mount /dev/sdx1 /tmp/usb (replace x with | | guest@~# mount /dev/sdx1 /tmp/usb (replace x with |
| your USB drive) | | your USB drive) |
| guest@~# mount /mnt/cdrom (or cdrom2 if you have m | | guest@~# mount /mnt/cdrom (or cdrom2 if you have m |
| ore than one) | | ore than one) |
| guest@~# cd /mnt/cdrom (or cdrom2) | | guest@~# cd /mnt/cdrom (or cdrom2) |
| guest@~# cp -rf livecd.sqfs isolinux/* /tmp/usb | | guest@~# cp -rf livecd.sqfs isolinux/* /tmp/usb |
| guest@~# cd /tmp/usb | | guest@~# cd /tmp/usb |
| guest@~# mv isolinux.cfg syslinux.cfg | | guest@~# mv isolinux.cfg syslinux.cfg |
| guest@~# cd | | guest@~# cd |
| guest@~# umount /tmp/usb | | guest@~# umount /tmp/usb |
| n | [[/code]]
| n | </pre></div>
|
|
| | <br>
|
| [[code]]
| | <div id="code">
|
| | | <pre>
|
| guest@~# syslinux -sf /dev/sdx1 | | guest@~# syslinux -sf /dev/sdx1 |
| t | [[/code]]
| t | </pre></div>
|
| | | |
| (replacing x with your USB device,sometimes the c | | (replacing x with your USB device,sometimes the c |
| ommand doesn't work,so use try syslinux /dev/sdx1 | | ommand doesn't work,so use try syslinux /dev/sdx1 |
| or enetr the windows,download the program Syslinux | | or enetr the windows,download the program Syslinux |
| and xetract the files to dir C:\syslinux ,open co | | and xetract the files to dir C:\syslinux ,open co |
| mmand prompt cmd and type: | | mmand prompt cmd and type: |
| | | |
| [[code]] | | [[code]] |
| cd C:\syslinux\win32 | | cd C:\syslinux\win32 |