vote up 1 vote down star
1

according to ADC:

You can access Open Firmware this by holding down Command-Option-O-F at boot time.

however, in reality this does not work on current hardware. Does anybody know if there is a way (through trigger-key's, etc) to get to an open firmware (EFI) console on contemporary architecture macs? thanks in advance!

|K<

EDIT: I am attempting to setup (and document) various Kernel Debug environments.

in experimenting with the boot-loading mechanisms of OSX I have come to the following conclusions: there are at least 3 different architectures:

1) Open Firmware (PPC hardware)

2) EFI, in which rEFIt works properly

3) a transition(??) EFI [32bit?] which is used on early intel machines, where rEFIt does not work.

I had posted this question after encountering this 3rd case, which seems to occur on Core Duo (not core2 duo!) machines: the result being that once rEFIt is installed, the rEFIt menu DOES correctly get displayed at boot time, however is un-usable because it receives no keyboard or mouse input (no USB drivers loaded?) and ultimately always ends up booting into the highest numbered boot partition.

THEREFORE, in scouring ADC documents and looking for a means to drop into a firmware / EFI console at boot-time, I came across the (somewhat outdated) statement from ADC [see above] and thought that it might be clever to ask on SO if anyone knew of an alternative.

thank you for your patience, and if anybody has further knowledge about this case, I would be very happy to learn about it.

|K<

flag

Perhaps you should explain why this is programming related. Else I suspect it'll be closed as "Belongs on serverfault"... – dmckee Apr 22 at 14:25
hmm... so kernel programming is no longer programming related? this ADC quote comes from here: developer.apple.com/documentation/Darwin/… |K< – kent Apr 22 at 15:20
Kernel programming is a good SO topic. But when you don't say as much people might miss your intent. A quick edit really would help here. Cheers. – dmckee Apr 22 at 15:52
Unfortunately asking for key codes is not quite kernel programming. – lothar Apr 22 at 22:39
and because I am new here means that you all have the right to bash on me for asking a question? not so cool. – kent Apr 23 at 8:46
show 2 more comments

4 Answers

vote up 1 vote down

There is Refit (http://refit.sourceforge.net/) that is a "boot menu and maintenance toolkit", but I'm not sure if it covers the same functionality as the Open Firmware console.

link|flag
vote up 4 vote down

Only Macs with PowerPC architecture have Open Firmware. The newer Intel based macs have EFI. As these firmwares are completely different their functionality is not equal.

AFAIK EFI does not have the corresponding feature of Open Firmware Access.

link|flag
vote up 2 vote down

As has already been pointed out, Intel Macs have EFI. However, booting from a CD with rEFIT installed (download the "6.5M ISO disk image", burn to disk using Disk Utility, then reboot holding down the 'C' key), you can select an option to Start EFI shell (its the leftmost icon on the bottom row on my Mac) which may be what you want?

link|flag
vote up 1 vote down check

the following quote comes from MacForensics.pdf

Apple does not offer any direct tools for accessing EFI. There is no key sequence available to enter EFI upon boot. There are, however, utilities available to access this. One such tool, rEFIt is avail- able on Sourceforge.net. The link at the time of this writing is http://refit.sourceforge.net/

thanks to all who responded.

|K<

link|flag
the www.macosxforensics.com site is very interesting in terms of tools and techniques used by law enforcement on suspect macintosh computers... – kent Apr 24 at 11:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.