I have an old iMac no longer supported by Apple. iMac 6,1 late 2006 24" display. The Boot ROM version is iM61.0093.B07 which is the latest version for an iMac as old as mine. It is 32bit EFI for a 64bit processor.
I can install FreeBSD without problems but it will not boot into the new system. It can't find anything to boot from. FreeBSD will be the only OS.
After much searching I am fairly certain that I need a version of FreeBSD that can cope with UEFI boot. So I downloaded
FreeBSD-10.1-RC2-amd64-uefi-bootonly.iso - except it won't boot from the CD.
I have tried a number of ISOs for many
bsd BSD and Linux distributions. Most won't boot - I get a black screen that says:
but keyboard input is ignored.
The ordinary
FreeBSD-10.1-RC2-amd64-bootonly.iso does not have this impediment, it just won't boot after the install.
The ISO that
should possibly perhaps work won't even get as far as letting me do the install.
I have in my trawls of the interweb seen instructions for creating your own ISO - and for now I think that is what I have to do using the
uefi.iso as my starting point.
If anybody has a nice set of instructions that work for installing FreeBSD on an old intel iMac I am all ears.
I have an old iMac no longer supported by Apple. iMac 6,1 late 2006 24" display. The Boot ROM version is iM61.0093.B07 which is the latest version for an iMac as old as mine. It is 32bit EFI for a 64bit processor.
I can install FreeBSD without problems but it will not boot into the new system. It can't find anything to boot from. FreeBSD will be the only OS.
After much searching I am fairly certain that I need a version of FreeBSD that can cope with UEFI boot. So I downloaded
FreeBSD-10.1-RC2-amd64-uefi-bootonly.iso - except it won't boot from the CD.
I have tried a number of ISOs for many
bsd BSD and Linux distributions. Most won't boot - I get a black screen that says:
but keyboard input is ignored.
The ordinary
FreeBSD-10.1-RC2-amd64-bootonly.iso does not have this impediment, it just won't boot after the install.
The ISO that
should possibly perhaps work won't even get as far as letting me do the install.
I have in my trawls of the interweb seen instructions for creating your own ISO - and for now I think that is what I have to do using the
uefi.iso as my starting point.
If anybody has a nice set of instructions that work for installing FreeBSD on an old intel iMac I am all ears.
======================================
Sorry if this is off-topic. FYI, I have an Intel iMac6,1 24 inch, Late 2006, with 32bit EFI on which I recently installed OS X 10.10.1. The process is quite straightforward, and essentially involves two things:
1. Adding the board-id of the iMac6,1 to /System/Library/CoreServices/PlatformSupport.plist . The board-id for an Mac computer can be found by typing the following command in Terminal:
/usr/sbin/ioreg -l -d 3| egrep 'board-id|compatible'
2. Replace the existing file boot.efi (back up the original first of course) with a modified boot.efi in each of the two following directories:
/System/Library/CoreServices
/usr/standalone/i386
You will need to download the OS X Yosemite Install disc from the AppStore. There is a good instructional PDF available at the link below to create a bootable USB.
http://forums.macrumors.com/attachment.php?attachmentid=510797&d=1414894257
OS X 10.10 and subsequently 10.10.1 work well enough on the iMac6,1 with the notable lack of support for the nVidia 7600 GT graphics cards which shipped with my iMac6,1. The 7600 GT (and presumably also the 7300 GT) WILL work with Yosemite; to summarize, it's not optimum, but I can live with it (rather than throwing the machine out).
Here's how this was described by someone else--note this refers to the MacPro rather than the iMac, but you'll get the idea:
"Yosemite does not include
64-bit kernel extension device drivers for the original NVIDIA GeForce 7300 GT, ATI Radeon X1900 XT, and NVIDIA Quadro FX 4500
PCIe graphics cards that shipped with these Mac Pros, nor the ATI Radeon X1300 that shipped with the Xserve (Late 2006), so they do not work properly in Yosemite. These graphics cards display issues such as a very sluggish
GUI with no
QE/
CI support, no
framebuffer support (for DVD Player, Geekbench and other programs), graphics artifacts, mouse tearing, inability to change resolutions, bad refresh rates, and other system instabilities. If you need normal graphics support in Yosemite, you will need a newer PCIe graphics card, with popular options being the Apple ATI Radeon HD 5770 Graphics Upgrade Kit for Mac Pro,
SAPPHIRE HD 7950 3GB GDDR5 MAC Edition, or many different options of stock and Mac-"
flashed" PC cards."
I doubt it is possible to swap out the existing 7600 GT video card in the iMac6,1 for another that is supported by Yosemite. If anyone knows differently, please let me know.