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<