Hello, On Mon, 2024-08-19 at 14:56 +0300, ilko Iliev wrote: > Unfortunately that doesn't work because I can't install absolutely anything, > it always fails with the same error as stated in OP: > sudo apt-get install hfsprogs
Then download the package manually and install it with "dpkg". # apt download hfsprogs # dpkg -i hfsprogs_540.1.linux3-5+ports_ppc64.deb Alternatively: # wget http://ftp.ports.debian.org/debian-ports/pool-ppc64/main/h/hfsprogs/hfsprogs_540.1.linux3-5+ports_ppc64.deb # dpkg -i hfsprogs_540.1.linux3-5+ports_ppc64.deb then: # umount /boot/grub # fsck.hfs -y /dev/sda2 # mount -a Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913