Linux For Ppc G5 Mac



While there are several builds of 'linux' or unix that could be run in certain Apple environs (hardware)

  1. Linux For G5 Mac Ppc
  2. Linux For Ppc
  3. Linux For Ppc G5

the names and conditions are detailed enough to consider further and in-depth study prior to being

fully (experimentally) committed to the installation and attempted use of any specific version.


Ubuntu, Debian, Mint PPC, and others offer possibilities; and may require much more command-line

Linux on PowerPC Macs has 2,055 members. This is an English-language user-to-user support group. Linux and BSD Unix are free, open source operating systems that have long been available on Apple Macintosh hardware but not nearly as widely deployed as the Mac OS. One of my first computers was a Power Mac, and I remember thinking the little “PowerPC” badge was pretty cool, even before I really knew what it meant. For quite a while I was an Apple fan, my next computer was an iMac G3 SE, and then a Power Mac G5 970MP machine, which I was quite proud of. 6.Remove the USB stick from your machine and plug it into the PowerPC Mac. Turn on the Mac and hold COMMAND+OPTION+O+F. 7.Then type boot ud:,:tbxi. Once you've downloaded your iso file and have plugged your USB stick into your computer open up a terminal. Type sudo fdisk -l it should show a list of drives and their partitions.

use to access their features than the graphic user interface of Mac OS X (or earlier OS 9).



While I've read about these differing systems and how they could be used in Apple architecture

I've not used any of them; but do have a sprinkling of Mac OS from early version 1985 on and

lesser so with 'windows' PC. Not sure, but there are several places to study the topic online and

you may find a good offline book to backup the internet to use with experimental versions.

Mac




Ppc

Jan 6, 2019 9:01 AM

April 11, 2020

New ISO images

The old batch was starting to show its age, so there are now some fresh ISOimages. There are also some significant improvements in them. They are marked20200411. Of course, fresh rootfs tarballs are also included.

As usual, they are available in ppc64le (POWER8+), ppc64 (G5+) and ppc(generic) variants, with glibc and musl both supported.

Let’s see:

Mac

Serial console support

There is now support for serial console integrated in the images, so you don’tnecessarily need a monitor and/or go through a bunch of hoops to manually setup the serial console. All you need to do is append some things on the kernelcommand line.

For example, on a Talos 2/Blackbird/qemu-system-ppc64:

The first will get you a monitor as usual, the second the serial console.Keep in mind that it has to be last! There is a special hook in the liveinitramfs that sets up the respective agetty services.

Dual kernels for big endian

Since some Macs have trouble booting on recent 5.x kernels, we’re now shippinga 4.4 LTS kernel as an alternative to the primary (currently 5.4) one. Youcan choose between them in the bootloader. So if you have one of thoseaffected machines, you can at least get the installer booted.

Keep in mind that with a network installation you’ll get the default kernelagain. The installer gives you an option to drop into the installed systembefore rebooting. You can install a kernel of your choice there.

Bootstrap partition validation in installer

Mac

Since a bunch of people complained about the installer booting fine but thefinal system not being bootable and the issue turned out to be swappedparameter order when creating the bootstrap partition on their Mac (andtherefore the partition having an incorrect type), the installer now checkswhether the partition is correct and tells you ahead if it’s not.

Yaboot shipped in the ISOs

Linux For G5 Mac Ppc

If you’re one of those really unlucky people who can’t get GRUB to load andthere is no workaround (such one of those described in the FAQ), you can nowuse yaboot to boot the image. The default is obviously GRUB, but you canbring it up manually, e.g.:

Linux For Ppc

Linux

Of course, that doesn’t mean yaboot is supported in the installer; it’s stillold and obsolete, and doesn’t play nice with the rest of the system (and thusrequires manual maintenance). However, it allows you to get the ISO booted,install the system without having it set up the bootloader, and set it upafterwards by hand.

Fewer graphical flavor images

Since generating all those graphical flavor images took way too long, neededa ton of space, and some of them didn’t even work for various reasons, we areno longer shipping graphical flavors with the exception of Xfce. Keep in mindthat this only applies to the live images! You can still install thedesktop environment of your choice in the final system, of course.

Other minor stuff

The graphical flavor images for 32-bit PowerPC now ship Xorg drivers forRage 128 (r128) and Rage Pro (mach64). This could help some G3s andso on, but do keep in mind that it won’t likely start up out of the box,as the drivers always needed manual configuration (Xorg modelines, etc.)

There have also been assorted fixes in the installer, such as simpler andmore robust code that takes care of setting up the NVRAM stuff to make Voidboot as the default OS. And obviously, the software stack is fresh and updated.

That’s it for now. Grab a copy from the Download page, and test it if you havethe hardware. Any issues go into the bug tracker as always, and we have an IRCchannel as well (#voidlinux-ppc on Freenode).

Linux For Ppc G5

Next batch will come once enough crucial fixes have accumulated, or once itstarts getting dated again.