Changes

Ubuntu

96 bytes added, 16:06, 21 April 2015
Install rEFInd to partition of external drive
*download refind flashdrive http://sourceforge.net/projects/refind/files/0.7.4/refind-flashdrive-0.7.4.zip/download
*use diskutil to find number for partition on your external:
**<codesyntaxhighlight lang="bash">diskutil list</codesyntaxhighlight>
**my EFI partition on external drive is /dev/disk2
*unmount:
**<codesyntaxhighlight lang="bash">diskutil unmountDisk disk2</codesyntaxhighlight>
*use dd to copy flash image to external partition:
**<codesyntaxhighlight lang="bash">sudo dd if=refind-flashdrive-0.7.4.img of=/dev/disk2s1 bs=1m</codesyntaxhighlight>
=Using H2 with Ubuntu=