make_a_boot_usb_from_install_disk
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| make_a_boot_usb_from_install_disk [2014/12/16 23:44] – paulsmith | make_a_boot_usb_from_install_disk [2014/12/16 23:45] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | dd if=/ | ||
| + | This will wipe everything on the USB key. Double check that there is nothing on there you want before proceeding. | ||
| + | Make sure you have the correct device path! Note also that we need to target the device itself, and not a partition within it, | ||
| + | so for /dev/sdX in the above command, use e.g. /dev/sdb and not/ | ||
| + | |||
| + | |||
| + | ref: http:// | ||
| + | </ | ||
