switched to os 9 and can't start up computer.

nevanma

Registered
I have an iMac G3 Os X 10.2.8 Jaguar. It has a broken cd drive, and I tried going into mac os 9 mode to see if the problem was with the hard drive. After switching to classic, I restarted because the computer froze (pretty sure it was because of the switch). But besides that point, I wasn't even able to start the computer back up when it restarted. All I got was a blank screen with a flashing question mark/ finder logo. I tried going into open firmware and did "reset-nvram", and then "reset-all", and also "set-defaults" hoping it would switch me back to os x, and it just goes back into that blank screen. I'm new to all of this, and I've been researching at the library when I've had days off from work for commands I could possibly enter to reset my computer back to it's original os x. Without having to use the cd drive (because it's broken). But even if the cd drive worked, I don't have the installation cd. So alas, I am in a pickle. Please help me.
 
Last edited:
On restart hold the x key and you'll boot in OS X, or hold the option button to be given an onscreen choice of which system to boot into.

If you want to do a repair on os x you can restart holding command + s (single user mode) and do this sequence of commands:

fsck -f (wait for command to process)
reboot (reboots the machine)

Don't type other combinations as it's easy to mess things up something fierce if you don't know what you're doing.
 
/sbin/fsck -f
is for 10.3 or newer.

Try
/sbin/fsck
as that if I remember right was what it wanted back then, if that fails
man fsck

If you hold alt (option.. depending where you are) you will see all bootable systems. IF you select OS X that should boot you..
 
/sbin/fsck -f
is for 10.3 or newer.

Try
/sbin/fsck
as that if I remember right was what it wanted back then, if that fails
man fsck

If you hold alt (option.. depending where you are) you will see all bootable systems. IF you select OS X that should boot you..

Actually fsck -fy is Tiger and newer. fsck -f is Panther and before.
 
You have OS X so these commands should have worked. What exactly did you try?

Nope, those commands are machine-dependent, not operating system-dependent. My G4 Yikes! runs OS X and OS 9 just fine, but does not support holding either 'X' or 'option' at startup.

The AGP-based G4 machines were the first to support selecting a boot volume at boot time via the option key. I believe they were the first to also support the 'X' and '9' keys for OS X and OS 9 respectively, but I may be mistaken, and those keys may have been introduced in later models (Quicksilver? MDD?).
 
My computer didn't come out in 2001, it came out in 1999. It's not a PowerBook, it's a G4 tower machine:

http://lowendmac.com/ppc/yikes-power-mac-g4-pci.html

There's nothing wrong with my G4. It does not support the "Startup Manager" (ie, holding 'option' at boot) functionality. That was introduced in the first AGP-based G4 systems and some early iMacs.

Holding 'X' and '9' only work if OS X and OS 9 are installed on the same physical volume. Mine are not.
 
My computer didn't come out in 2001, it came out in 1999. It's not a PowerBook, it's a G4 tower machine:

http://lowendmac.com/ppc/yikes-power-mac-g4-pci.html

There's nothing wrong with my G4. It does not support the "Startup Manager" (ie, holding 'option' at boot) functionality. That was introduced in the first AGP-based G4 systems and some early iMacs.

Holding 'X' and '9' only work if OS X and OS 9 are installed on the same physical volume. Mine are not.

Sorry about that. At least I got the x key part right. :)
 
Back
Top