Build a Live USB disk
Jump to navigation
Jump to search
find out the location of your USB drive
you can use the mount command to do this:
<code>mount</code>
the usb drive is likely on /dev/sdb (but be very sure of your drive. You will loose all data on what ever drive is specified as 'of=')
<code>sudo dd if=disk.raw of=/dev/sdb bs=4k</code>
this will take time, ~20 minutes