PowerBook G4 boots to Open Firmware without keyboard access

Summary:
Let me provide a little backstory.
According to the [DARPA Visitor Guidelines|http://www.darpa.mil/body/visitor_guidelines.html] wireless network technology is prohibited from DARPA facilities. Laptops with a wireless card are required to be "disabled at the BIOS level".
Before an upcoming visit to DARPA I was told that I would need to make sure my laptop wireless card was disabled. I mentioned that Macs don't have BIOS but I'd look into doing it in Open Firmware. The response from DARPA was that no one has ever successfully brought an Apple laptop into the facility, and that I should procure a PC laptop for my visit. Ah, a challenge!
I booted into Open Firmware (⌘⌥OF), located the wireless card in the device tree, and removed two properties I figured the driver would be searching for: the vendor ID, and the product ID. I exited Open Firmware and continued to boot into Mac OS X v10.5.2.
Sure enough the System Profiler showed that no wireless card was installed. Success! Now I just need to make the device tree modifications persist between reboots.
It seemed the solution was to place the Open Firmware commands I issued to disable the card into nvramrc. So I set nvramrc to contain the same commands, and set use-nvramrc? to be true. I rebooted the machine but the card was still detected.
A bit [more research|http://docs.sun.com/app/docs/doc/805-4436/6j4719c8v?a=view] revealed that the device tree is not created by Open Firmware until after the nvramrc is executed. The solution is to build the device tree in the nvramrc and tell Open Firmware not to rebuild it. The documentation states that this is accomplished with the probe-all, install-console, and banner Forth commands. I added those commands to my nvramrc and rebooted. The contents of nvramrc:
probe-all install-console banner
dev wireless
" device-id" delete-property
" vendor-id" delete-property
The outcome... well technically the laptop has wireless disabled. Almost everything is disabled. The machine now boots directly into Open Firmware with a few ominous bits of output and no response from the keyboard.
no active package
Apple PowerBook5,6 6.4.9.1f1 BootROM built on 01/21/05 at 10:51:16
Copyright 1994-2005 Apple Computer, Inc.
All Rights Reserved.
Welcome to Open Firmware, the system time and date is 05/06/2008 10:00:00
Command security mode
To continue booting, type "mac-boot" and press return.
To shut down, type "shut-down" and press return.
ok
0 > _
The first sign that something has gone wrong is no active package. The second message just throws another wrench into the works: Command security mode. Yes, the Open Firmware password was enabled. In retrospect this was a bad thing to have set when mucking about in OF. I knew of the RAM change trick (see below) so this was not an issue at the time.
Question:
So the question is: What actions do I need to take to return the laptop to a useable state. That is, booting into Mac OS X.
*Attempted solutions:*
+1. Reset nvram+
The first and most obvious solution is to reset nvram using the snag key combination ⌘⌥PR. Unfortunately do to the firmware password being set, [all snag keys have been disabled|http://support.apple.com/kb/HT1352]. This means no target disk mode (⌘T), boot from CD (⌘C), boot from network (⌘N), etc... In any case an attempt at resetting nvram yields an additional message being appended to the Open Firmware screen:
Release keys to continue!_
+2. Reset nvram after changing amount RAM in system+
Luckily there is a work-around to firmware password protection. Changing the amount of RAM installed in the machine should allow the nvram zap snag to function. I removed one of the two 512MB DIMMS in the laptop and started up while holding down ⌘⌥PR. This results in the same message as above:
Release keys to continue!_
Not so lucky.
+3. Reset the Power Management Unit+
[Resetting the Power Management (PMU)|http://docs.info.apple.com/article.html?artnum=14449] is accomplished by removing the battery and disconnecting the power cord, and then holding down the power button for about 5 seconds. This had no effect besides resetting the system clock to 01/01/1904 00:00:41.
Getting more desperate...
+4. Search logic board for CUDA+
I [opened the machine|http://www.ifixit.com/Guide/Mac/PowerBook-G4-Al-15-Inch-1-5-1-67-BT-2-0 -LR/64] to search for a hidden [CUDA button|http://docs.info.apple.com/article.html?artnum=86760]. As expected, a CUDA button does not exist on this model and the PMU reset is accomplished as noted in attempted solution 3.
+5. Remove internal battery+
Well the laptop is open now, so I tried removing the internal memory backup battery and revisited each of the above solutions. No success.
+6. Remove hard drive+
Again, since the laptop was open, why not remove the hard drive and see what happens. The machine wasn't even making it to the boot-loader hand-off so I didn't expect this to produce any results. No results produced.
Thinking crazy thoughts...
+7. Attempt a firmware update+
Firmware updates have a side effect of resetting the nvram. Also firmware updates are initiated very early in the startup process by holding down the power button until a tone is heard and the power light flashes. My thought was that I would grab a previous firmware update for this laptop and force it to be reapplied. Unfortunately there have been no updates to this model's firmware.
+8. Write my own firmware update script+
While investigating solution #7 I realized that the file BootROMFirmware installed by the firmware updaters for G5s and G4s machines are just Forth programs with a binary payload attached to the end. I learned [Forth|http://en.wikipedia.org/wiki/Forth(programminglanguage)]. The BootROMFirmware files are really cool, since they do everything from drawing the progress bar during the update, uncompressing and check-summing the binary payload, and generally making sure you don't brick your machine. In any case it seem entirely doable to write my own program in Forth and undo the evil I did before. I really only need to flip one bit. I needed the use-nvramrc? variable set to false. So I created this very simple Forth program:
\ debrickifier
setenv use-nvramrc? false
reset-all
The original firmware file had additional attributes set, a creator and file type of fw99. So I set those two attributes on my file as well. I ran strings on the firmware installer program and guessed that it was copying the file to /System/Library/CoreServices. So this is where I placed my Forth file. Reinstalled the drive and rebooted the laptop while holding down the power key to initiate a firmware install. No dice.
Its hard to tell why this is failing. The file may in the wrong place, have the wrong permissions. From what I've reviewed in the original files, the setenv and reset-all words should be available. Maybe the Firmware Update utilities are setting some other magic in nvram before the reboot.
I think I've covered all the different major solutions that I've attempted. Their might be a few more that I've forgotten to mention (like using an external USB keyboard). I still think that getting some Forth to execute via the firmware update mechanism could use some more exploration. My current worst case is that I'll replace the logic board, although I'd hate to do that when I know there are only a few bad bits flipped in a CMOS somewhere.
I'm hoping to snag the attention of the resident hardware/firmware guru that can shed some light upon the firmware update process, but any help or suggestions would be greatly appreciated.
Cheers,
Mark

For your next DARPA visit, another option might be to buy the cheapest possible third-party wireless card — it doesn't even need to work. Insert it into your Powerbook's CardBus slot before visiting DARPA, and turn Airport off in System Prefs. On arrival at DARPA, remove the card from the Powerbook and hand it to the security guard. Retrieve it from the guard as you leave, and turn Airport back on again when you get home or back to your office. Unable to comply with the letter of the dunderheaded regulation because you have no BIOS, you will be complying with the spirit of it instead, and no one will be the wiser.

Similar Messages

  • PowerBook G4 17" Boots into Open Firmware; Won't boot from HD or Disk

    This PBG417 (1GHz/512MB/60GB) has an complex recent history directly related to this problem. It was thought to have a dead logic board, and was given to me for a very insignificant amount of money. I discovered today (at an Authorized Apple Repair center) it merely had a ribbon cable disconnected from the logic board which kept it from powering on, which, when rge cable was reconnected it did on the spot, fully booting (imagine my satisfaction). However, upon getting home, it booted into Open Firmware instead, and offedrs a choice of typing mac-boot or shut-down. Mac-boot takes it to the grey screen where the question mark/Finder guy blink and nothing happens. I put a grey PowerBook G4 17" system disk in, but not the one that shipped with it, hoping it would do. When I try to boot from disk, it goes to Open Firmware, I enter mac-boot, it goes to happy Finder with no question folder, but stays there with the optical drive occasionally making movememts and sounds. If you enter any command besides shut down or mac-boot, iot says unknown word; the command prompt itself is 0> .
    I'm not sure the hard drive is seated correctly. When I got the computer, the drive was removed; I put it in an enclosure and installed Tiger on it and put it back in, but apart from connecting the ribbon cable, it just sat in its bay not fixed down. However, it booted correctly the first time it was successfully started.
    Finally, the previous owner removed all 23 bottom case screws when he took out the drive and lost them; the Apple repair tech mustered up about 9 and put them in the crucial locations but it's still not screwed down everywhere, although the one time it booted correctly, it had no screws in it.
    It seems the computer doesn't read the hard drive or the disk, but the hard drive mau be installed wrong and the disk, while for a 17" was not the one that shipped with this PowerBook 17". The computer is missing many case screws, bnutg booted properly only when there were none it place. I also tried resetting the PMU but am not sure I did reset it because the Apple article isn't clear about which models have which processes. I tied Target Disk Mode but it woujldn't mount/boot.
    How can I get the disk out and how to make it boot to the desktop?

    You can try to reset NVRAM here is KBase from apple site:
    http://docs.info.apple.com/article.html?artnum=42642
    and after that reset PRAM in your unit, here is the kbase:
    http://docs.info.apple.com/article.html?artnum=2238
    If needed you can also tried to reset PMU, here is the kbase:
    http://docs.info.apple.com/article.html?artnum=14449
    Make sure you choose the correct step for your unit.
    If after all the steps your unit still booting up to open firmware then there is possibility that you have corrupt NVRAM which could not be fixed by doing reset except replacing logic board.
    Good luck. Hope this help
    Flippo

  • PowerMac G5 will not boot into Open Firmware, or Boot Manager

    I have a PowerMac G5 and it refuses to boot into Open Firmware. I used Command + Option + O + F and held down the Option key. I have tried 3 different Keyboards but no avail.

    Hmmm,
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    Does it boot from your Install Disc, or show boot choices  when holding alt at bootup?

  • HT3024 after installing airport extreme card into g4 ibook 1.07ghz 512 ram it will only boot to open firmware, any ideas why? please help!

    after installing airport extreme card into g4 ibook 1.07ghz 512 ram it will only boot to open firmware, any ideas why? please help!

    Hi David,
    Have you done a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379
    In fact, do 3 in a row, takes a bit of time.
    Tried resetting the PMU for PB/iB?
    http://docs.info.apple.com/article.html?artnum=14449

  • G5 Boots to Open firmware on Startup every time.

    I have a 2004 model Dual 1.8GHz 2.2Gbs RAM. The problem is that it keeps booting into Open Firmware. Once it gets to Open Firmware and i can mac-boot and start up off the Tiger disc, but I can't get it to find an external firewire OS. I don't have a hard drive in there at the moment but that should not effect this issue, Although I can see the firewire 800 in disk utilities but not on the Firewire 400. And still no Start up folder when i go to startup disk 800 or 400. If I put a hard drive in which i will when the new one arrives I believe i will be able to start up with it but I still think that it might boot into Open Firmware again. (I think a bus is bad maybe the Firewire bus if it is can't I bypass it somehow? so that is won't boot into Open Firmware.
    Note: everything passes Hardware Test
    I have Reset PRAM and NVRAM Rest all

    (Sorry this is in here twice - I'm pretty experienced with Macs and PCs but a little new at message boards - pls forgive)
    Had the same problem. I took mine into a "Mac Genius" at the retail store and he thought he had fixed it by rebuilding the directory. It booted and shut down perfectly while in the store. When I got home it was went right back to booting into open firmware.
    I figured out by accident that the reason it was booting fine in the store was because he was using a cheap SVGA monitor on the DVI output - not the ADB connector I use with my older Apple monitor. Note that Apple has phased these type of connectors out. It gave me a great excuse to upgrade my monitor to a 20" cinema display and everything is working great (can't believe how I've deprived myself all these years).
    If you have an older monitor that uses an ADB connector, try a different monitor that uses the DVI output on your video card. Even a DVI-VGA adapter (one probably came with your computer) with a VGA monitor is sufficient for testing. If your computer boots up, it's either the older monitor, or the ADB output on the video card that is bad. There is no easy way to know where the actual problem resides (the Geniuses couldn't tell me - they have no monitors in the store with ADB connectors), but I can tell you that my computer is working fine now. I do know that the ADB connector ran power, USB and video all together and that seems to be the reason they quit using them. The newer desktops have only 2 DVI outputs (instead of 1 ADB + 1 DVI), while the new monitors run power, USB and video separately.
    Hope that helps,
    Jeff

  • Strange boot bug; open firmware not working

    Hi!
    I have a powerbook Alu 15", 1.5Ghz. It runs OS X 10.4.2 with the latest security update. My problem started last Saturday.
    The problem is that my pb will not restart nor boot on its own. The computer makes its usual chime, the hard-disk starts to spin for a few second, and then stops suddenly before anything is displayed on the screen (the display does not even light-up). If I press the option key after or before the chime, and keep it pressed, or the shift key, or the c key, or the t key, or the command-option-p-r key combination, or even the command-option-o-f key combination, the behavior is exactly the same: the disk starts to spin for a few second after the chime, and suddenly halts. The computer appears to shutdown on its own before the boot can even start.
    Here is the strange part: the computer boots normally if I press the command key (this key on its own is not suppose to do anything). It also works if I press the command-s or command-v key combination. No other key combination seem to work.
    Except for this strange boot behavior, the computer works flawlessly. I did not have any kernel panic for at least a year, the computer did not crash recently, everything works fine except for one small detail on which I will come back at the end.
    I've tried to fix the problem by the following actions:
    1) Clean install of Tiger with a new partitioning of the disk; I even zeroed the entire disk. This did not change anything so the problem is probably not OS related.
    2) Reset of the PMU with the four finger salute: shift-control-option-power combination. No effect except that I lost the date/time information. Hence the reset worked.
    3) Tried to reset the PRAM, but the command-option-p-r key combination does not seem to work.
    4) Tried to load the open firmware with command-option-o-f, but this does not work either.
    5) Memory seems ok. I have 1x256M of Apple RAM + 1x1G of RAM bought from OWC. I've had the OWC RAM for about a year without any problem. Anyway, I removed the 1G module and tried to boot on the 256M Apple module alone. Exact same behavior. Then I removed the Apple module and put back the 1G module. Exact same boot behavior. So the problem is not with my RAM, unless both modules have simultaneously developed a malfunction.
    6) Tried to run the Apple hardware tests. However, for my machine, these tests come on the install DVD, in a special hidden volume. To boot on this special volume, one needs to boot with the option key depressed, and to select the boot volume from the open firmware interface. But this does not work on my machine, the computer seems to shut down before this interface can be activated!
    So this problem is very strange. I can live with having to press the command key for booting my machine, but I would sure like to know what is going on here. Is the problem hardware related? Perhaps, but as I said, the machine works flawlessly except for the strange boot behavior.
    Is the problem related to firmware? I think that this is the most probable option. What do you think? Maybe, the firmware got slightly corrupted? Maybe a bit got flipped in the flash memory? Is this possible? I guess so. But, what can I do? Should I contact my friendly local repairman?! I have to admit that this option scares me a little bit for such a strange problem. I would need an Apple engineer with boot related experience/expertise!
    Now, here is a little bit of further information. I don't know if its related, but it is also very strange. I work with a dual screen configuration. Usually, I connect my screen and then I wake up the computer. Last week, I noticed that if I connect my second screen live, the system detects it automatically. I guess this is new to Tiger? Anyway, the strange behavior is that the computer then asks me if I want to sleep, restart or shutdown my pb, as if I had pressed the power button. But I did not press this button when I connected the dvi connector >:-o
    Many thank

    Hi Scott!
    Almost every time the PowerBook woke after sleep, I got the 'Are you sure you want to shut down your computer now...' message.
    I get this message upon wake only rarely, but every time I plug or unplug a display live.
    The strange behaviour was tolerable, so I've lived with it for several months. But then when checking out the PowerBook discussions, I read about the failing lower RAM slot problems, and just out of interest, checked out my System Profiler....
    Ok, so the good news is that my pb may continue to work for several months
    My lower RAM slot appears to be ok for now.
    Interestingly, I'm sure that the start-up problems began when I started using my PowerBook with a 23" Apple Cinema Display (a pink hued one, but that's another on-going saga) - and you too have mentioned that you use an external display, so I wonder if that's part of the cause of our start-up problems.
    Yes, I've noticed the 'Are you sure you want to shut down your computer now...' message just a few days before noticing the strange boot problem (not sure if the machine booted in between). I use ViewSonic displays (one at home and one at the office), and several different projectors in different class rooms. From what I read, it is plausible that there is a link between this problem and the dvi port. Could it be that the boot sequence of mb is affected by a hardware problem on the dvi port? But not when a press the command key?!
    Anyway, my machine is no longer under warranty, so I intend to live with the problem for as long as possible...
    But I've been doing more regular backups since then.
    Best wishes to you and your (almost) new machine!
    Marc.

  • Cant Boot Past Open Firmware Screen

    I have an iBook g4 14". Recently it started having problems. Every time i try to start it up, i goes to the open firmware screen.
    i tried typing 'mac-boot' several times and it still would not start. after the last time i tried that it will no longer allow me to input commands, i cant type anything at all. I have tried starting in single user mode and safe mode with the same results.
    I am getting the following error messages:
    BAD DEPTH= -1
    here= ff884f24
    BAD DEPTH= -1
    here= ff96c70c
    Method <SetQuietEnable> not found. ihandle=0 phandle=0
    Invalid memory access at %SRR0;
    after that the cursor shows up but it will not allow me to type anything.
    Any help would be appreciated. i would prefer not to have to wipe everything and reinstall as there is data on the drive i want to recover.

    Hi, and welcome to Apple Support Communities.
    Do you have the Install disc for the version of the operating system which is installed? If so, you could check out the Apple Knowledge Base article on Repairing the Hard Disk Using Disk Utility from the Install Disc.
    Do you have access to another Mac with FireWire? If so, you can try using FireWire Target Disk Mode to recover your data to the hard drive of the other Mac.

  • G3PB now starts with Open Firmware page.

    G3 PB running Os X 10.2.8 and now have Open Firmware page when starting. It has just begun doing this. I didn't think much of it at first but now each time I start I have the Open Firmware page asking me to type in "mac-boot" to start. It seems to go through the normal start after this but I am wondering what happened and how to avoid getting the Open Firmware start page?

    firstfrost,
    Your computer should not boot into Open Firmware without a prompt. Corrupted PRAM can cause this issue; reset and test.
    http://docs.info.apple.com/article.html?artnum=2238

  • PowerMac G5 not showing boot manager or open firmware

    I recently got a PowerMac G5 Dual 2.5 GHz (7,3) from a friend of mine, and I would like to dual-boot it between Tiger (or Leopard) and Debian PPC. However, every time I try to bring up the boot menu (hold ALT/option at boot before chime) there is simply a black screen. Same happens when I try to boot to Open Firmware (hold CMD-ALT-O-F); just a blank screen. When I try to boot from the Debian CD, it's almost as though it is ignored, as I am put straight to OS X, but I can boot from the Panther/Tiger DVDs. I have tried resetting the PRAM, the SMU via the button on the board, and I left it unplugged overnight, to no avail. Can anyone help?

    It's acting like there is a firmware password in some respects.  It should be asking for your firmware password when a firmware password was configured but it doesn't seem to be.  I've never used a firmware password, so I have no direct experince with it.
    1) Might try the hardware reset.   I'd try this first. You will have to search around to find where the hardware reset button is on your machine.  BDAQUA help? 
    2) Might try the procedure to delete firmware password.  I'd try it.  Don't think it can hurt!
    Maybe your are getting the firmware password?  Do you see this image?
    http://support.apple.com/kb/HT1352
    http://reviews.cnet.com/8301-13727_7-57521667-263/use-the-calculator-to-reveal-a -macs-firmware-password/
    Remove one memory stick.  Then do as BD suggests.
    BDAqua reminds me:
    Then, the PRAM must be reset 3 times. (Command + Option + p + r).
    http://www.securemac.com/openfirmwarepasswordprotection.php
    You machine does boot to one partition always.  Could install a linux boot manager in that partition.  Yaboot on a ppc
    The mac startup manager is installed in firmware cannot touch it.  Linux boot manager is install on hd.

  • IMac G3 won't boot - starts in Open Firmware

    Hi there, I tried to install Debian PPC Linux on my iMac G3, it didn't install properly and now the machine only boots to Open Firmware.  I would like to re-install Mac OS 9, I have the system software disc.  Please could someone advise on how best to do?  Thank you!!

    Is this a tray or slot loading iMac?
    I'll assume slot.
    I forget what booting into open firmware signifies. :-(
    It does seem like a reset situation.
    Sometimes if volumes don't appear in Startup Manager (what you get when you hold down the Option key at startup), you need to reset the Mac's PRAM, NVRAM, and Open Firmware. Shut down the Mac, then power it up, and before the screen lights up, quickly hold down the Command, Option, P, and R keys, until the Mac has chimed twice more after the powerup chime. Then, before the screen lights up, hold down Command-Option-O-F until the Open Firmware screen appears. Then enter these lines, pressing Return after each one:
    reset-nvram
    set-defaults
    reset-all
    "The reset-all command should restart your Mac. If so, you have successfully reset the Open Firmware settings."
    http://support.apple.com/kb/TS1812?viewlocale=en_US
    How to eject a cd from the internal cd drive:
    eject cd
    List of devices:
    devalias
    List of variables:
    printenv
    ( nvram is the equivalent Mac OS X terminal command. )
    Resetting your Mac's PRAM and NVRAM
    http://support.apple.com/kb/HT1379
    reset the PMU
    http://mrjcd.com/junk/PMU.jpg
    for slot loaders.
    Try holding down the option key then power on. This brings up the startup manager. Click on your cd. Click on right arrow key.
    I have ubuntu 6 .6 lts running on my iMac G3 600.  there are some video setting to change.
    Robert

  • Old iMac & Open Firmware Troubles

    Hi,
      I have an old iMac (G3 I think?) that did run Mac OS 9.1; until one day I shut off the power via the power button instead of the GUI way, and the next time I turned it off it quit on me. It now (every time it turns on) mockingly shows a blinking folder with the Finder logo and questionmark blinking intermittenly.
      So naturely, I brought it to the Apple store, hoping they would help me as they did my old Powerbook 1400c. They did, but not enough to get it functional.
      Anyway, I've been able to get it to boot into Open Firmware (via Command+Alt+O+F); but that's it. I tried issuing common commands that people have said worked for them, but to no avail. For example, I used "mac-boot", "boot hd:,\\", "reset-nvram" (or whatever that command is to reset the NVRAM), "reset-all", and even  used "boot cd:" (and "boot cd:,\\") while my Mac OS 8 install disk is in there (I don't have 9), but it does not work.
      Whenever I issue the "boot hd:,\\" and "boot cd:"; it comes up with the following message:
             load-size=0 adler32=1
             LOAD-SIZE is too small
      So my question is this: how/what can possibly be done to get this old computer up and running again? Some people have suggested it could be the logic board, but I am deeply hoping not (I dont' have the skill or money required to get & install one). Any ideas?
            Thanks!
    P.S.- Does anyone know the boot command to make it boot from CD? I think the apple guys tried it already (and did not work), but I might as well try again. Also, if it's any help, the Open Firmware version is 3.0.f2 .

    Hello,
    Would it be correct to assume that the PRAM has been successfully reset?
    http://support.apple.com/kb/ht1379
    It is possible that the internal 3.6 V battery is bad. This may or may not affect the ability to locate a valid system.
    http://manuals.info.apple.com/en_US/iMacG3_originalInstallGuide.PDF
    >Mac OS 8 install disk is in there
    Is it a Mac OS 8.1 or 8.5 CD that came with the computer, not a plain Mac OS 8 disc?
    >Does anyone know the boot command to make it boot from CD?
    Normally, one would press the C key. However, if this does not work, you could try holding down the four keys Command(Apple) + Option(Alt) + Shift + Delete(Backspace).
    http://manuals.info.apple.com/en_US/iMacG3_originalEmergencyHndbk.PDF
    Jan

  • Original iMac locks up in open firmware

    I have a Rev A. original Bondi Blue iMac. 1.2 firmware updater has been applied. New larger hard drive in place. My ultimate goal is to get 9.2.2, 10.4.6 and Linux installed and bootable on this. Why? Because I like a challenge, and I can learn. I downloaded and burned Open Suse 10.1 discs (they just resumed PPC support) and powered on the old iMac for the first time in a couple months. It boots to 9.2.2 fine, and works. I've confirmed the firmware update has been applied, as well as the CD firmware update. It currently has 160 MB of memory.
    When booting, I can old down "C" and it will boot from CD. I get the yaboot prompt (or whatever the boot loader is), but it accepts no further keyboard input. I either have to pull the power cord or hit the reset button. Similarly, I can hold down alt-splat-O-F and boot to open firmware. But once I'm there the system does not recognize any keyboard input. At least in open firmware, I can use the front panel power button to restart.
    I have a third-party USB keyboard (Macally iKey) and I also have a small Apple USB keyboard from my dual-G5. Same failure with either.
    What to do?
    Jim
    Bondi Blue iMac Rev A., 233 MHz, tray loading   Mac OS 9.2.x  

    I let it sit for a while (days) and it started working. I didn't do anything explicit to fix it, but had tried lots of tricks and nothing worked at the time. So now it boots on the OS9 disc, OSX disc or Yellow Dog disc. The Open Suse disc has problems booting, but the computer is usable and I can proceed in my experiments.
    Jim

  • Open Firmware Mystery

    I have duplicated this strange problem on both my G4 tower and Aluminum Powerbook, which is that I cannot get Panther OS X version 10.3.9 to boot off the Panther OS X CD, it instead boots into open firmware. I also have tried to get the machine to boot from my previosuly worked-just-fine Disk Warrior CD (Panther Version) and again, it boots into open firmware and acts like it cant find a bootable disc - it seems all this worked just fine before the last couple of updates.
    I went ahead and just upgraded my G4 tower to Tiger just to avoid the issue altogether and things are swimming there...
    So my question is, how do I get my Aluminum powerbook to boot up using the Panther CD or Disk Warrior? I have a disk related issue that needs to be resolved with either Disk Utility or Disk Warrior, and obviously I need to boot from either of these in order to operate on the disk.
    So, anyone have any idea what the heck is going on here?

    Thanks, but that doesn't work. I reset the PRAM, but it still boots into open firmware when I attempt to boot from the CD of Panther - when I try to boot from the disk warrior, it gives me the "you need to restart your computer" screen.

  • Open Firmware Eject CD error message

    I have a Tech Tool Pro CD which won't eject from my CD drive. Slot loading iMac. Internal hard drive has - seemingly - passed all tests.
    I have tried the mouse down at startup.
    The option key at startup gives me only the CD as a startup option. I have been using the internal Hard Drive and OS for the past few days with OS X 10.3.9 installed. If I could get the Tech tool disk out, I could get the OS Panther install disk in to find out what is going on.
    Anyway. booting into open Firmware, typing 'eject CD' yields 'can't OPEN the EJECT device'.
    Booting the iMac in Target Disk mode (to my laptop) doesn't get access to the internal iMac drive, and rejects the CD as unmountable.
    Is the internal iMac drive hosed? or just without a functioning System Folder?

    Well, this doesn't answer the question, but I found a way to get around it. I had to install an OS onto an external drive and boot the recalcitrant iMac from that. Seems something(?) pooched the System on the iMac's internal drive.

  • Removing open firmware password -- too easy?

    I've had an open firmware password set on my computer for the last two years to provide some protection for client data stored on it. But last night I had to do some troubleshooting using startup commands, so I wanted to temporarily remove the password. I found instructions for removing it by booting into open firmware (command-option-o-f), but this startup sequence did nothing.
    Eventually I booted from the Snow Leopard system CD and opened the Open Firmware Password utility. This utility had a simple checkbox that let me remove the password, without entering the current password. Is it really that easy to remove the open firmware password? If so, I don't think it's worth the occasional inconvenience of keeping it on there.

    There's nothing you can do to prevent a determined hacker with physical access to your machine from getting access to everything on your hard drive. What you should do, however, is make sure that any information that is sensitive is encrypted. You could use an encrypted disk image made with Disk Utility for this purpose... many do. Also, note that your keychain is encrypted and thus passwords and other things stored there are safe... but only as long as you do not auto-login with an auto-unlocking keychain or leave yourself logged in with the keychain unlocked. Although your account password could be reset by someone with the right knowledge who wanted in, this does NOT affect the keychain password.

Maybe you are looking for