Results 1 to 4 of 4

Thread: Booting iso from hfs+ partition

  1. #1
    Join Date
    Feb 2007
    Beans
    338
    Distro
    Ubuntu

    Booting iso from hfs+ partition

    0 down vote favorite


    I would like to be able to boot from an ISO stored on an HFS+ partition (the main partition on my macbook pro). Here is what I've done so far:

    grub> insmod hfs,
    grub> insmod hfsplus
    grub> insmod loopback
    grub> insmod part_gpt
    grub> insmod iso9660
    grub> loopback loop (hd0,gpt2)/location/to/img.io
    grub> configfile (loop)/boot/grub/loopback.cfg ...

    This does not work. tab-complete of the (loop) path does not work. Performing an:

    grub> ls (loop)

    shows "unknown filesystem type error)

    However, this does work (tab-complete and all) if the iso comes from my ext3 partition (correctly sees filesystem type as iso9660)

    For particular reasons, I can't have the iso images on the ext3 partition, they need to be kept on the hfs+ partition. What should be done?

  2. #2
    Join Date
    Jun 2014
    Beans
    7,376

    Re: Booting iso from hfs+ partition

    See post # 8 at the forum link below. There is a sample entry I posted which booted TinyCore Linux from ntfs. You would need to make the appropriate changes in your grub.cfg file and I have no idea if it will work with GPT or HFS.

    http://www.linuxquestions.org/questi...on-4175499618/

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Booting iso from hfs+ partition

    Some more examples, but I do not think any are for a MAC.

    This will boot an ISO from a hard drive or any second drive
    ISO Booting with Grub 2 from Hard drive - drs305
    https://help.ubuntu.com/community/Grub2/ISOBoot
    Examples - you may copy & edit for your path & ISO version
    https://help.ubuntu.com/community/Gr...OBoot/Examples
    http://ubuntuforums.org/showthread.php?t=1549847
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Feb 2007
    Beans
    338
    Distro
    Ubuntu

    Re: Booting iso from hfs+ partition

    bump..


    still have not found a solution to this. the above proposed solutions do not work.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •