1Instructions for creating a bootable MemTest86 USB drive.
2=========================================================
3
41) Insert a USB drive into a USB slot.
52) Determine which device the USB drive is assigned as (eg. /dev/sdc [Linux] or /dev/disk2 [Mac]).
63) As root type: dd if=memtest86-<ver>.usb.img of=<dev>
7
8where dev is the device the key is assigned to. Use the base device (eg. /dev/sdc [Linux] or /dev/disk2 [Mac])
9not a partition designation (eg. /dev/sdc1 or /dev/disk2s1).
10
11Warning: all data on the USB key will be lost.
12Warning Warning: Make sure that the device used in the dd command above
13is correct!!!
14