Classic Mac OS debugging output: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Add page)
 
(Note failure on tray-loading iMac G3)
Line 9: Line 9:


Then connect to your machine via Telnet before booting.
Then connect to your machine via Telnet before booting.

== Notes ==
* This does not work on a tray-loading iMac G3 because <code>/packages/telnet</code> does not exist.


[[Category:Guides]]
[[Category:Guides]]

Revision as of 04:27, 26 September 2025

You can make the Classic Mac OS dump a bunch of debugging output to Open Firmware during boot and sometimes the screen after boot.

To do this, open Open Firmware during boot with Command-Option-O-F and enter dev / 3013FFF encode-int " AAPL,debug" property. Then, boot with mac-boot.

If you want a log of this output, you should hook your machine up to the local network, then run this, replacing the IP address with whatever is available for the machine to use:

dev /packages ls
" enet:telnet,10.42.0.10" io

Then connect to your machine via Telnet before booting.

Notes

  • This does not work on a tray-loading iMac G3 because /packages/telnet does not exist.