Godzilla: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(→‎History: Add date)
(→‎Quirks: Add script)
Line 9: Line 9:
* If Mac OS 9 is installed through unsupported means, the built-in speakers don't work.
* If Mac OS 9 is installed through unsupported means, the built-in speakers don't work.
* If Mac OS 9 is installed through unsupported means, it will not appear in Startup Disk in Mac OS X, so a shell script needs to be used to set the correct boot parameters.
* If Mac OS 9 is installed through unsupported means, it will not appear in Startup Disk in Mac OS X, so a shell script needs to be used to set the correct boot parameters.
** <syntaxhighlight lang="sh">
** TODO: Get this script off the computer. If the script got nuked when I was messing with Xubuntu, recreate it
#!/bin/sh
sudo bless -folder9 '/Volumes/Classic/System Folder' -setOF
</syntaxhighlight>


== History ==
== History ==

Revision as of 01:04, 27 December 2021

It's not supposed to run Classic Mac OS, but it can anyway (without sound)

The 800 MHz 2003 iMac G4 is a stylish computer.

Specs

TODO: Dump from Apple System Profiler

Quirks

  • If Mac OS 9 is installed through unsupported means, the built-in speakers don't work.
  • If Mac OS 9 is installed through unsupported means, it will not appear in Startup Disk in Mac OS X, so a shell script needs to be used to set the correct boot parameters.
    • #!/bin/sh
      sudo bless -folder9 '/Volumes/Classic/System Folder' -setOF
      

History

  • 2020-12-20: The computer arrives at my apartment from an eBay seller.