5

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.

You cannot install the update onto this volume. It does not meet the requirements for update. 43.8GB of 55.8GB free. 573MB required.

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 use Apple 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.)

14
  • 1
    Can you add the output of diskutil info disk0 and diskutil 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)
    – nohillside
    Commented Apr 19, 2020 at 12:58
  • 1
    @nohillside, updated the post. I'll try to look into "volumes that do not allow updating", thanks.
    – Xobotun
    Commented Apr 19, 2020 at 13:25
  • 1
    I saw a thread somewhere once that indicated you need one or more updates between 10.4.6 and 10.4.11. Potentially 10.4.7, 10.4.8, etc. Commented Apr 19, 2020 at 13:58
  • 1
    I have found that documentation is written by people who have no connection with the people that produce the actual software. So you are best served by the plate of spaghetti against the wall method, whereby you try everything even remotely possible in the hopes that something will work. Once you have found that hold onto the software for much longer than you think it would be useful... says the man with the Mac OS 10.0.0 original install disks... Commented Apr 19, 2020 at 16:18
  • 1
    It is possible that "This volume does not meet the requirements for this update" is a red herring (not an accurate description of the true cause of the problem). Two ideas... 1. See if you can find more detail in the logs about what problem the installer is encountering. It'll log this at some point in time between you starting the installer and arriving at the point shown in your screenshot. Should be visible somewhere in /Applications/Utilities/Console.app.
    – Ashley
    Commented Apr 23, 2020 at 22:20

0

You must log in to answer this question.

Browse other questions tagged .