Talk:Testing/Activity Test Table/Install Test Table: Difference between revisions
| Line 16: | Line 16: | ||
::You should see the USBdevice name ie: /dev/sdb, /dev/sdc, /dev/sdd etc. Write it down. | ::You should see the USBdevice name ie: /dev/sdb, /dev/sdc, /dev/sdd etc. Write it down. | ||
# enter the commands: | # enter the commands: | ||
# | # sudo su | ||
# | #./livecd-iso-to-disk --format --reset-mbr --overlay-size-mb 800 /home/xxx/Desktop/soas-i386-20100xxx.xx.iso /dev/sd(x) | ||
: (x)=this is your device name for the USB found above with mount command. | : (x)=this is your device name for the USB found above with mount command. | ||
::'''Example Write to USB:''' | :: --overlay-size-mb 800 for 2 GB USB | ||
:: --overlay-size-mb 1200 for 4 GB USB | |||
: USB is formatted fat16 ( overlay has to be >2000 for fat16 ) | |||
:::'''Example Write to USB:''' | |||
::robert@robert-904-1TB:~$ sudo su | ::robert@robert-904-1TB:~$ sudo su | ||
[sudo] password for robert: | [sudo] password for robert: | ||