Wack0 / maciNTosh

PowerPC Windows NT ported to Power Macintosh systems
GNU General Public License v2.0
522 stars 16 forks source link

iBook G4 #7

Closed Demine0 closed 2 months ago

Demine0 commented 2 months ago

after booting binary elf files from openfirmware, my ibook g4 won't start, only cd spinning, no image but chime, also the numpad LED lights up when f5 is pressed, not f6 as it was from the factory. A1133, powerbook6,7

iwalfy commented 2 months ago

skill issue

Wack0 commented 2 months ago

if you loaded stage2.elf manually, you just bricked your system (open firmware "helpfully" enables the broken little endian mode when loading a little endian elf, thanks apple) which is currently unsupported anyway (newer uni-north chipset). There is a recovery mode, but nobody figured out how to get to that bootrom code path yet on uninorth systems. Probably some test point on the motherboard.

The only known way to recover on uni-north systems would be to rewrite the NVRAM areas of flash manually by dumping the flash and rewriting using hardware.

I have had a few ideas (for example, the trick with removing ram that's used to reset open firmware password might work) but I am of course unwilling to brick my only uninorth system to find out.

People can't read readmes or error messages, it seems.

Demine0 commented 2 months ago

please warn about this with big red font in readme

Wack0 commented 2 months ago

I already mentioned the list of compatible systems in readme.

I planned to have measures against this, but only when uni-north systems are compatible (the currently compatible systems can be revived easily by pmu/cuda reset).

WamWooWam commented 2 months ago

As a small olive branch, you can try some of the steps here https://forums.macrumors.com/threads/so-you-think-you-bricked-it.2161970/

Demine0 commented 2 months ago

As a small olive branch, you can try some of the steps here https://forums.macrumors.com/threads/so-you-think-you-bricked-it.2161970/

Thanks, i tried this but no results. I think this ibook g4 have only one way with flashing flash chip

Demine0 commented 1 month ago

using this instruction, ibook g4 get unbricked, https://mac-classic.com/articles/resetting-a-bricked-mac-that-wont-boot/

Wack0 commented 1 month ago

thanks! that's what I was missing, I thought it was something deep on the logic board, but nope, just holding power+command is the keycombo to make the bootrom go into the other mode!