Menu

Add rEFInd to ubuntu install usb stick for old macs

Marco O
2014-04-21
2014-05-06
  • Marco O

    Marco O - 2014-04-21

    Hi everbody,
    I have an old intel macpro and I want to install the last ubuntu server
    14.04 on it. The problem is that this mac use efi 32bit and Ubuntu support
    only efi 64bit.

    So I add the rEFIind 32bit binaries to the install usb stick, but I don't
    know how to configure the config file for run linux. (I tried some times
    with no success).

    In the installer usb stick there is grub64 with this configuration:

    menuentry "Install Ubuntu Server" {
    set gfxpayload=keep
    linux /install/vmlinuz file=/cdrom/preseed/ubuntu-server.seed quiet
    --
    initrd /install/initrd.gz
    }

    How I can convert this configuration to work with rEFInd?

    I tried this but it didn't work:

    menuentry "Linux Installer" {
    icon EFI/refind/icons/os_linux.icns
    volume Ubuntu
    loader /install/vmlinuz file=/cdrom/preseed/ubuntu-server.seed quiet --
    initrd /install/initrd.gz
    }

    Thanks a lot.

    Marco

     
  • Roderick W. Smith

    Try this, placed on the same filesystem that holds the kernels:

    menuentry "Linux Installer" {
    icon EFI/refind/icons/os_linux.icns
    loader /install/vmlinuz
    options file=/cdrom/preseed/ubuntu-server.seed quiet --
    initrd /install/initrd.gz
    }
    

    If you can't put it on the same filesystem, you'll need to add a volume specification to point to that volume, but I'm not sure offhand what the correct value would be.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.