So, my father randomly unearthed an old iBook G4 from somewhere and wanted me to make the Internet working. It has Safari and Internet Explorer preinstalled, but they both come from more than a decade ago and have troubles with modern HTML5 and certificates CAs. Thus I decided to install Firefox fork named "TenFourFox", but it can only launch from operation system older than 10.4.11. I have 10.4.6.
So, Apple website has a lot of dead links, but I managed to find a working cumulative update 10.4.* → 10.4.11 here. The problem is – it just won't install.
Some techincal info: OS has build 8I127, CPU is 1.33GHz PowerPC (ppc7450), has 512MB RAM. Don't know what the disk is, I cannot get lsblk
or something running. :/
diskutil info disk0s3
prints only its UUID and HFS+, but nothing more of importance. To me, at least.
Rebooting the PC did not help.
➥ Does anyone remember how they dealt with installing the update in the past or knows any other browser that will show modern sites?
UPD: diskutil output:
>> diskutil list
/dev/disk0
#: type name size identifier
0: Apple_partition_scheme *55.9 GB disk0
1: Apple_partition_map 31.5 KB disk0s1
2: Apple_HFS Macintosh HD 55.8 GB disk0s3
>> diskutil info disk0
Device Node: /dev/disk0
Device Identifier: disk0
Mount Point:
Volume Name:
Partition Type: Apple_partition_scheme
Bootable: Not bootable
Media Type: Generic
Protocol: ATA
SMART Status: Verified
Total Size: 55.9 GB
Free Space: 0.0 B
Read Only: No
Ejectable: No
OS 9 Drivers: No
Low Level Format: Not Supported
>> diskutil info disk0s1
Device Node: /dev/disk0s1
Device Identifier: disk0s1
Mount Point:
Volume Name:
Partition Type: Apple_partition_map
Bootable: Not bootable
Media Type: Generic
Protocol: ATA
SMART Status: Verified
Total Size: 31.5 KB
Free Space: 0.0 B
Read Only: Yes
Ejectable: No
>> diskutil info disk0s3
Device Node: /dev/disk0s3
Device Identifier: disk0s3
Mount Point: /
Volume Name: Macintosh HD
File System: Journaled HFS+
Journal size 8192 k at offset 0x1c1000
Owners: Enabled
Partition Type: Apple_HFS
Bootable: Is bootable
Media Type: Generic
Protocol: ATA
SMART Status: Verified
UUID: 03AB652C-D223-3FA3-AABF-C0684FDB1EEB
Total Size: 55.8 GB
Free Space: 43.8 GB
Read Only: No
Ejectable: No
UPD2: There could be something with partition schemes, as per this site. However, this one says
Intel Macs require the
GUID Partition Table
for their startup disks, while PowerPC Macs useApple Partition Map
, so my case looks ok from this perspective. Unfortunately, this MacOS cannot repartition the volume it's currently running from. Who could guess. :D
Well, I'll try to find an Opera 10.6 distributable for PowerPCs and postpone this task until I have a bootable CD-disk. (Was mentioned in help in Disk Utilities as a way to manipulate the sole hdd.)
diskutil info disk0
anddiskutil list disk0
? I don't think it's a disk problem though, it's probably more that the OS installed on the volume doesn't allow updating (for yet to be determined reasons)