Installing MorphOS on IMac G5
Updated
MorphOS is an operating system inspired in AmigaOS for PowerPC platforms. It's proprietary based on some open source components. You can install it freely but will stop working after 30 minutes unless a license is purchased. I recently installed it in my old iMac G5 to give it a shot. Installation from a USB drive is not a hard process, although not free of nuances.
- Download the image
morphos-3.15.isofrom https://www.morphos-team.net/downloads. - Copy the iso file into a FAT32 formatted USB drive.
- Mount the iso file and copy the file
mac_ppc64/boot.imgback to the root of the USB drive. - Restart iMac and hold
cmd+alt+o+fduring boot to access the openfirmware console - Boot from the usb by entering:
boot ud:,\boot.img bi umsd0:morphos-3.15.iso - Go through the MorphOS installation.
- Restart the iMac and go back to the openfirmware console with
cmd+alt+o+f - Check the nvram environment variables with
printenv - Validate the bootinfo file is in the hd: device with
dir hd:,\\ - Set the default boot device to MorphOS with
setenv boot-command boot hd:,\\bootinfo.txt - Shutdown with
shut-downorreset-all
Have fun!

