i use this script in os X terminal & it works until it gets the bomb sign :-/
case: iBook (PowerBook 6,7) G4 PPC 1.42 Ghz (white plastic snow iBook)
#!/bin/sh
echo Enabling OS 9 booting...
echo "You may have to enter your password"
# Use nvram command to setup nvramrc with script to make open firmware changes
sudo nvram nvramrc='" /" select-dev
" PowerBook4,3" encode-string " model" property
" PowerBook4,3" encode-string " MacRISC" encode-string encode+ " MacRISC2" encode-string encode+ " MacRISC3" encode-string encode+ " Power Macintosh" encode-string encode+ " compatible" property
00000000 " graphic-options" get-my-property 2drop !
unselect
" /cpus/PowerPC,G4@0" find-package if drop " /cpus/PowerPC,G4@0" find-device 80010201 encode-int " cpu-version" property then
device-end \ PLX-OS9-PATCH
'
# Enable use of nvramrc on boot. Change to "false" if you want to disable again. Or just clear/reset nvram.
sudo nvram "use-nvramrc?"=true
echo done.
i figured probably the screamer lines should be integrated, i tried but didn"t work ( i"m not that acquainted with forth language or what the scripting language may be)
can somebody implement it here for me ? i mean in this script ...
not relevant anymore, see hereunder
thnx !
========
apparently in Open Firmware i could check the properties for the sound device in it
name: i2s-a
device-type: soundbus
compatible: screamer
so i have to leave the screamer part out of the script, due to redundancy
====
i can boot with the ibook mac os 9 hdd in target mode connectec to my powerbook !
but i cannot boot with the internal ibook mac os 9 hdd on my iBook ??!!!
fckn crazy ! everything works perfectly, graphics, sound tested, works, about this computer gives
mac os rom 10.2.1v1 !!!
so system folder & files are 'blessed' ...
=> so same install works on powerbook, but not on iBook
++++
apparently due to
the terrible do-quienscence firmware block by
apple What Is the "DO‑QUIESCE" Issue?
When an iBook G4 boots, Open Firmware reports the message "DO-QUIESCE Finished" just before handing control over to the OS.
If boot fails right after that—without showing Mac OS 9 UI or throwing a bomb—this is the “DO-QUIESCE issue.”
It means the firmware performed its low‑level power-down steps (QUIESCE), then the OS loader fails to take over.
MorphOS and vintage Mac forums confirm this as a hardware/firmware-level incompatibility—not a disk or extension problem:
"It stopped booting after 'DO‑QUIESCE Finished', no more loading."
TinkerDifferent+11morph.zone+11yaronet.com+11
That matches your symptom: boots partway (sometimes), then stops or bombs.
🧠 Why This Happens on iBook G4 (PowerBook6,7)
iBook G4 models were never certified by Apple to boot Mac OS 9 natively. They lack required ROM-level support.
The DO‑QUIESCE bug is tied to how the firmware handles low-level hardware state just before OS 9 loader starts.
Even patched Mac OS 9 images that include boot ROM and CPU-version patches may still hang here—because the firmware does not fully support the OS 9 boot sequence.
Wikipedia
⚠️ Why It Matters
Because your system stops at or just after “DO‑QUIESCE Finished”, here’s what that implies:
Your partition, System Folder, and blessing are likely correct.
The CPU version patch might be present, but it doesn’t address firm-level incompatibility fully.
As a result, Mac OS 9’s loader never fully starts—hence, flashing question mark or bomb.
🛠 What You Can Try (Best Approach)
Step Action
1 Reboot into Open Firmware (⌘ + ⌥ + O + F)
2 Attempt a manual boot: boot hd:9,\System\Library\CoreServices\BootX (adjust partition number if needed)
3 If it hangs at DO-QUIESCE → likely firmware incompatibility
4 Try a USB boot of the OS 9 installer image (some users report bypassing the problem this way)
5 Last resort: Use Classic Mode under OS X or emulate OS 9 (SheepShaver / QEMU)
🗣️ Community Confirmation
From a user on MorphZone:
“iBook G4 (PowerBook6,5... with differents CPU)… all with different CPU: 1 GHz or 1.2 GHz… boot stopped after 'DO-QUIESCE Finished'…”
TinkerDifferent
morph.zone+2mac-classic.com+2
Wikipedia
And from Mac‑Classic.com:
“Most G4 Macs made prior to 2003 had both operating systems... Later G4 models never had their Mac OS ROM updated to allow OS 9 boot.”
Apple Support Community+12mac-classic.com+12Wikipedia+12
✅ Bottom Line
The DO‑QUIESCE issue is a firmware-level block on iBook G4 that often prevents Mac OS 9 boot—even from patched installers.
If the system stops after “DO‑QUIESCE Finished,” you're running into hardware limitations Apple never addressed.
There's no completely reliable workaround other than using Classic Mode under OS X or switching to emulation, unless you find a rare workaround that bypasses firmware behavior (very few exist, often unstable).