Been trying to install 22.04 as dual boot on my old mac mini from 2014. So far I have:
- created a bootable usb
- installed
rEFInd
on the mac - divided the main disk into 250 GB for mac and 250 GB is nothing.
I can boot linux from the usb, but when I get to the install bit, I get the message "No other operating systems on the computer"
I did as suggested here: Install ubuntu 18.04 on mac mini 2018
and ran ubiquity -b
instead of the standard install; created and formatted the empty disk space as ext4
, and did the Something else
installation option.
All this completed without error messages, but on booting the mac, I get to the rEFInd
launcher, but the only detected os is macos.
Am I missing a crucial step somewhere?
drivers_x64
directory; but I haveext4_x64.efi
is in therefind
directory. Should I create drivers_x64 and copy ext4_x64.efi into it maybe? – minisaurus Feb 22 '23 at 17:58ext4_x64.efi
in theEFI\refind\drivers_x64
directory. – Rod Smith Feb 23 '23 at 23:45