Changes

Ubuntu

52 bytes added, 14:02, 15 September 2013
Install rEFInd to partition of external drive
**<code>diskutil list</code>
**my EFI partition on external drive is /dev/disk2
*unmount:
**<code>diskutil unmountDisk disk2</code>
*use dd to copy flash image to external partition:
**<code>sudo dd if=refind-flashdrive-0.7.4.img of=/dev/disk2s1 bs=1m</code>