Contribute
Register

Clover won't show Ubuntu install

Status
Not open for further replies.
Joined
Oct 12, 2014
Messages
25
Motherboard
Gigabyte - GA-B150M-D3H
CPU
Intel 6700K
Graphics
Gigabyte Gforce GTX960
Hi,
I just installed Ubuntu on my second SSD, but the installation does not show up in clover. I tried it with a seperate EFI partition on the Ubuntu drive and by installing the bootloader onto the same EFI partition as clover, but nothing seems to work. I also tried to put a custom entry in my clover.plst, but that does not help either.

These are my drives:

Code:
ben@BenBigUbuntu:~$ sudo blkid
[sudo] password for ben:
/dev/sda1: LABEL="EFI" UUID="67E3-17ED" TYPE="vfat" PARTUUID="417ef9e7-64f3-cf49-9241-4cae2692761e"
/dev/sda2: UUID="e7b678da-8599-3f0c-b0dd-1a5b737c2267" LABEL="Mac" TYPE="hfsplus" PARTUUID="b0efcd20-276b-0e45-a865-9fed73ba05ee"
/dev/sda3: UUID="5fabc302-6165-3d95-b589-9b4f4acea3f2" LABEL="Recovery HD" TYPE="hfsplus" PARTUUID="11b04836-b664-4c77-9101-dcf7845a63d5"
/dev/sda4: UUID="fa712c05-192e-3f90-ad63-10e599c1bf5f" LABEL="Recovery HD" TYPE="hfsplus" PARTUUID="63a72a3f-973d-4345-8f8e-5ccb94290a8b"
/dev/sdb1: UUID="4B47-DF45" TYPE="vfat" PARTUUID="bbf17516-a40e-4e64-b506-199f0fb34144"
/dev/sdb2: UUID="7502e7f9-fcf7-4002-95ad-28969b6eb1cd" TYPE="swap" PARTUUID="a5805343-f19f-43ca-854c-d1e30eaff3f3"
/dev/sdb3: UUID="1dcc22d0-0aab-46d7-9163-cf2d8959837a" TYPE="ext4" PARTUUID="49688412-9280-4558-9fdc-d6482224015a"
/dev/sdd1: UUID="2016-10-12-20-09-47-00" LABEL="Ubuntu-GNOME 16.10 amd64" TYPE="iso9660" PTUUID="12617a9b" PTTYPE="dos" PARTUUID="12617a9b-01"
/dev/sdd2: SEC_TYPE="msdos" UUID="34F4-A3F4" TYPE="vfat" PARTUUID="12617a9b-02"

And this is my custom entry:


Code:
<key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>Ubuntu 16.10</string>
                    <key>Hidden</key>
                    <false/>
                    <key>Ignore</key>
                    <false/>
                    <key>Type</key>
                    <string>Linux</string>
                    <key>Volume</key>
                    <string>1dcc22d0-0aab-46d7-9163-cf2d8959837a</string>
                    <key>VolumeType</key>
                    <string>Internal</string>
                </dict>
            </array>
        </dict>

Do you have any idea how to get clover to show the ubuntu installation? I already made sure Ubuntu was indeed installed with UEFI, so this cannot be the problem.
Thanks in advance!
 
Hi,
I just installed Ubuntu on my second SSD, but the installation does not show up in clover. I tried it with a seperate EFI partition on the Ubuntu drive and by installing the bootloader onto the same EFI partition as clover, but nothing seems to work. I also tried to put a custom entry in my clover.plst, but that does not help either.

These are my drives:

Code:
ben@BenBigUbuntu:~$ sudo blkid
[sudo] password for ben:
/dev/sda1: LABEL="EFI" UUID="67E3-17ED" TYPE="vfat" PARTUUID="417ef9e7-64f3-cf49-9241-4cae2692761e"
/dev/sda2: UUID="e7b678da-8599-3f0c-b0dd-1a5b737c2267" LABEL="Mac" TYPE="hfsplus" PARTUUID="b0efcd20-276b-0e45-a865-9fed73ba05ee"
/dev/sda3: UUID="5fabc302-6165-3d95-b589-9b4f4acea3f2" LABEL="Recovery HD" TYPE="hfsplus" PARTUUID="11b04836-b664-4c77-9101-dcf7845a63d5"
/dev/sda4: UUID="fa712c05-192e-3f90-ad63-10e599c1bf5f" LABEL="Recovery HD" TYPE="hfsplus" PARTUUID="63a72a3f-973d-4345-8f8e-5ccb94290a8b"
/dev/sdb1: UUID="4B47-DF45" TYPE="vfat" PARTUUID="bbf17516-a40e-4e64-b506-199f0fb34144"
/dev/sdb2: UUID="7502e7f9-fcf7-4002-95ad-28969b6eb1cd" TYPE="swap" PARTUUID="a5805343-f19f-43ca-854c-d1e30eaff3f3"
/dev/sdb3: UUID="1dcc22d0-0aab-46d7-9163-cf2d8959837a" TYPE="ext4" PARTUUID="49688412-9280-4558-9fdc-d6482224015a"
/dev/sdd1: UUID="2016-10-12-20-09-47-00" LABEL="Ubuntu-GNOME 16.10 amd64" TYPE="iso9660" PTUUID="12617a9b" PTTYPE="dos" PARTUUID="12617a9b-01"
/dev/sdd2: SEC_TYPE="msdos" UUID="34F4-A3F4" TYPE="vfat" PARTUUID="12617a9b-02"

And this is my custom entry:


Code:
<key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>Ubuntu 16.10</string>
                    <key>Hidden</key>
                    <false/>
                    <key>Ignore</key>
                    <false/>
                    <key>Type</key>
                    <string>Linux</string>
                    <key>Volume</key>
                    <string>1dcc22d0-0aab-46d7-9163-cf2d8959837a</string>
                    <key>VolumeType</key>
                    <string>Internal</string>
                </dict>
            </array>
        </dict>

Do you have any idea how to get clover to show the ubuntu installation? I already made sure Ubuntu was indeed installed with UEFI, so this cannot be the problem.
Thanks in advance!

Hello, I think, that your problem is because Mac-Sierra is installed in UEFI mode, while Ubuntu does not seem to, try to install both in UEFI mode.

Personally I had a triple-boot like this: win10 / elementaryOS on the same hard drive, and MAC-sierra on another hard drive; All O.S. Installed in UEFI mode and partitioned disks with GPT table; And from Clover he could enter any of the three O.S. without any problem
 
no, Ubuntu is installed in UEFI as well. I made sure the installer booted in UEFI and checked for the UEFI messages while booting the installed Ubuntu, and they showed.
 
Do you have Clover config.plist Scan Entries->Linux=Yes?
 
The only trick that worked for me was using the ext4 driver from rEFInd. Grab the rEFInd zip file from http://www.rodsbooks.com/refind/getting.html, uncompress and copy drivers_x64/ext4_x64.efi to EFI/CLOVER/drivers64UEFI in your ESP partition. Remove VBoxExt4-64.efi from drivers64UEFI if already present. No need to tweak config.plist, Clover should discover the Linux entry automatically.
 
The only trick that worked for me was using the ext4 driver from rEFInd. Grab the rEFInd zip file from http://www.rodsbooks.com/refind/getting.html, uncompress and copy drivers_x64/ext4_x64.efi to EFI/CLOVER/drivers64UEFI in your ESP partition. Remove VBoxExt4-64.efi from drivers64UEFI if already present. No need to tweak config.plist, Clover should discover the Linux entry automatically.

On my system I had to additionally enable Linux under GUI. Most important rebuild kext caches.
 
Status
Not open for further replies.
Back
Top