Be aware that the Beige G3 can boot only from partitions in the first 8GB of the IDE drive due firmware limitations.
Does that apply to all 4 revisions of the Beige G3 firmware?
Does that apply to Mac OS 9 as well? I've seen Mac OS 9 is able to see partitions beyond 128 GiB.
I know that early versions of Open Firmware (e.g OF 2.4) have bugs related to detecting LBA28 and don't have code for LBA48. I think it's just a software issue, not a problem with the hardware. LBA28 support can be fixed with a simple nvramrc patch.
Only Mac OS X depends on Open Firmware for booting.
Mac OS 9 depends on the 68K toolbox part of the ROM and Mac OS 9 drivers on the disk. I think Mac OS 9 has LBA28 and LBA48 support.
My IDE notes:
Feb 12, 2026
Sunday at 3:10 PM
For maximum safety, using CHS limits (in case LBA isn't working):
The 8 GiB partition should be < 7.87 GiB (partition start + partition size should be ≤ 16383 cylinders x 16 heads x 63 sectors per track = 16514064 blocks = 0x00FBFC10. This is slightly less than LBA24.
The 128 GiB limit is 65535 x 16 x255 = 267382800 blocks = 0x0FEFF010 (actually 127.5 GiB). This is slightly less than LBA28.
Older IDE notes:
Sep 15, 2009
Sep 11, 2016
Mar 6, 2022
Apr 24, 2022
Jun 7, 2022
Jan 24, 2026