How to boot Ubuntu on a mac from external USB storage?

Coljac

I wish to run Ubuntu on my iMac from external USB storage, either an external disk or a flash drive.

I can easily create a bootable USB stick and use that to install Ubuntu 14.04 onto a properly partitioned USB device. However, contrary to some assertions here and elsewhere, after restarting the result is not detected by the Mac as bootable.

I have Googled extensively and I'm sure it's possible to get the Mac to boot it, but the instructions I've found have been either too vague (Installing Ubuntu on and External Hard Drive and boot in a Mac) or in one case, too complex (http://www.rodsbooks.com/ubuntu-efi/) to make much sense. However, the common thread appears to be using rEFInd to rejig the boot options.

So, I've managed to get rEFInd installed on a partition on the external drive but it does not detect the Ubuntu installation. I have an ext2 /boot partition on the same disk, and copied ext2_x64.efi into the /EFI directory, but no go.

I'm a bit stuck at this point, and the next steps will have to be a detailed study of bootloaders and EFI. However, I think I must be close to cracking this and hope somebody can point to a step-by-step guide somewhere.

To recap:

  • USB disk has ext2 /boot partition (with vmlinuz image on it), and ext4 / partition with the rest of Ubuntu 14.04 installed
  • Isn't bootable after install
  • Put rEFInd on a another, FAT32 partition which contains /EFI directory
  • Copied ext2_x64 to /EFI/boot and /EFI/refind
  • Can boot, rEFInd loads, there is an option to boot ext2_x64.EFI(?) but no Ubuntu/vmlinuz.

If I can get this solved I will place a clear guide on the web somewhere!

Coljac

Well, I spent a second whole day on it and now I've cracked it.

I sincerely hope some other poor soul gets some value out of this.

Here's a recipe that works (at least, on my iMac with Ubuntu 14.04):

  • Boot with bootable USB, install Ubuntu
  • Partition your USB as follows:
    • 200MB EFI boot partition
    • 200MB ext2, mount to /boot
    • Swap space if you want it
    • One or more other partitions to hold Ubuntu proper (e. g. ext4 on /)
  • Complete the install, reboot to OS X
  • Get gdisk (pkg installer for OS X) and rEFInd binaries
  • execute "diskutil list" from the console and note the device name, and the EFI partition (e. g. /dev/disk3, /dev/disk3s1)
  • Follow the gdisk recipe at http://www.rodsbooks.com/ubuntu-efi/ under "Fixing the installation" point 6
  • Install rEFInd on your USB's EFI partition. From the refind directory:

    ./refind-install -–usedefault /dev/disk3s1
    

    (you can drag the file into command prompt to get full path)

Then when you reboot, you can "EFI Boot" to rEFInd, and there should be an option to boot GRUB/linux.

I have documented this in more detail here: http://coljac.net/2014/stuff/installing-ubuntu-onto-a-bootable-usb-stick-or-other-device-on-a-mac/

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Cannot boot Windows from USB, but can boot Ubuntu

분류에서Dev

List of mount points of external storage devices such as USB keyfobs and SATA external drives, from the cli

분류에서Dev

RHEL6 / Centos 6 -- mounting external USB storage at boot time in /etc/fstab

분류에서Dev

How can I copy files from my internal drive to an external USB 3.0 drive if Windows doesn't boot up?

분류에서Dev

How to boot from a USB drive in VirtualBox?

분류에서Dev

Boot Ubuntu 13 from USB flash drive without software

분류에서Dev

How to turn off the boot up beep of Ubuntu Live USB?

분류에서Dev

boot from external drive

분류에서Dev

Ubuntu 12.04 USB Boot Stuck

분류에서Dev

How to stop USB full ubuntu install from probing hard disks?

분류에서Dev

How to create bootable usb from pre-installed Ubuntu?

분류에서Dev

My ubuntu partition was deleted and I can't boot from either a DVD or USB

분류에서Dev

Ubuntu does not boot up on my PC, whether installed or from a Live CD/USB. Help?

분류에서Dev

Booting ubuntu from a mac

분류에서Dev

Prevent a USB external hard drive from sleeping

분류에서Dev

Howto boot into console with Ubuntu 12.04 USB Stick?

분류에서Dev

Mounting and unmounting USB storage from the command line

분류에서Dev

How to read external USB hard drive formatted ext3 from Windows 7?

분류에서Dev

How to remove "Ubuntu" from Boot Menu after deleting Ubuntu partition in Windows 10 (Dual Boot)

분류에서Dev

How to disable USB storage device support

분류에서Dev

How to stop Ubuntu from changing numlock state on boot?

분류에서Dev

Can I boot from a .wim file on a usb?

분류에서Dev

Live USB will only boot from UEFI

분류에서Dev

Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

분류에서Dev

How to enable boot from USB stick on ASUS k555la xo318h

분류에서Dev

Ubuntu Read Write External Harddrive Mac - MountPoint Unclear

분류에서Dev

Removing Ubuntu 12.04 from external harddrive

분류에서Dev

Ubuntu installation on USB 3.0 key won't boot on other system

분류에서Dev

Ubuntu 14.04 live usb won't boot, seems incompatible with nouveau

Related 관련 기사

  1. 1

    Cannot boot Windows from USB, but can boot Ubuntu

  2. 2

    List of mount points of external storage devices such as USB keyfobs and SATA external drives, from the cli

  3. 3

    RHEL6 / Centos 6 -- mounting external USB storage at boot time in /etc/fstab

  4. 4

    How can I copy files from my internal drive to an external USB 3.0 drive if Windows doesn't boot up?

  5. 5

    How to boot from a USB drive in VirtualBox?

  6. 6

    Boot Ubuntu 13 from USB flash drive without software

  7. 7

    How to turn off the boot up beep of Ubuntu Live USB?

  8. 8

    boot from external drive

  9. 9

    Ubuntu 12.04 USB Boot Stuck

  10. 10

    How to stop USB full ubuntu install from probing hard disks?

  11. 11

    How to create bootable usb from pre-installed Ubuntu?

  12. 12

    My ubuntu partition was deleted and I can't boot from either a DVD or USB

  13. 13

    Ubuntu does not boot up on my PC, whether installed or from a Live CD/USB. Help?

  14. 14

    Booting ubuntu from a mac

  15. 15

    Prevent a USB external hard drive from sleeping

  16. 16

    Howto boot into console with Ubuntu 12.04 USB Stick?

  17. 17

    Mounting and unmounting USB storage from the command line

  18. 18

    How to read external USB hard drive formatted ext3 from Windows 7?

  19. 19

    How to remove "Ubuntu" from Boot Menu after deleting Ubuntu partition in Windows 10 (Dual Boot)

  20. 20

    How to disable USB storage device support

  21. 21

    How to stop Ubuntu from changing numlock state on boot?

  22. 22

    Can I boot from a .wim file on a usb?

  23. 23

    Live USB will only boot from UEFI

  24. 24

    Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

  25. 25

    How to enable boot from USB stick on ASUS k555la xo318h

  26. 26

    Ubuntu Read Write External Harddrive Mac - MountPoint Unclear

  27. 27

    Removing Ubuntu 12.04 from external harddrive

  28. 28

    Ubuntu installation on USB 3.0 key won't boot on other system

  29. 29

    Ubuntu 14.04 live usb won't boot, seems incompatible with nouveau

뜨겁다태그

보관