Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
I tried numerous times to install an LXDE desktop with the sid installer medium. It never reaches completion as packages are missing. When I did it a couple of weeks ago I must have been lucky to reach the end. I am now thinking about starting from stable Debian 8 with the Mint packages. I have to test whether such a system can be dist-upgraded to sid. I need a reliable way to create a Debian LXDE desktop, otherwise MintPPC users will need a lot of knowledge to get it all working. My goal is to make something which average Joe is able to install.

What about Debian 10, or even Ubuntu 16.04 (like Mint 18)? The archive keyring can just be bundled with the 10 installer, so the user won't need to do anything post-install.
 
What about Debian 10, or even Ubuntu 16.04 (like Mint 18)? The archive keyring can just be bundled with the 10 installer, so the user won't need to do anything post-install.
It probably might also be done like you say, but it requires a whole lot of extra work. It would involve repackaging an existing installer iso. As the 10.0 installer also installs grub, it is of no use to do all this work. I will focus on an installer that installs yaboot by default and that is capable of adding additional repositories. I am quite sure that an installer of a stable release is able to do just that.

The 10.0 installer I am talking about is this one:
http://cdimage.debian.org/cdimage/ports/10.0/powerpc/iso-cd/

I don't like Ubuntu as they rely too much on meta packaging. Installing one package draws in so much other stuff. That is not my idea of lightweight. I want to have Debian as base.
 
  • Like
Reactions: Windreader and z970
Finally, after filing a bug report, the installer reaches the goal of downloading and setting up all required packages for the LXDE desktop. Now I find out that the 10.0 installer image, the one that installs yaboot by default, is unable to add an extra repository as the downloaded MintPPC keyring cannot be processed. Gnupg, gnupg1 or gnupg2 is missing in the debian-installer. This is a major bug. Later installation images might have this bug fixed but will probably install grub instead of yaboot. The Debian developers will not patch an old installer, they work on the latest. It seems that installing MintPPC automatically with a sid installer is a no go.

Edit: the 10.0 installer image, as referenced by the wiki on page 1, also tries to setup grub.

Edit2: Apparently the ability to add keys with a preseed file has been taken out of debian-installer in buster and stretch, so bullseye/sid too I guess:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851774.


It would be nice if we could get grub fixed, then we wouldn't need to worry about yaboot.

Grub install expects a PReP partion.
 
I have an old iBook G4 800mhz lying around somewhere. Just wondering if anyone has tested Debian out on an 800mhz system and if so, how unbearable is it to use on a 1-10 scale? Thanks in advance :)
 
I have an old iBook G4 800mhz lying around somewhere. Just wondering if anyone has tested Debian out on an 800mhz system and if so, how unbearable is it to use on a 1-10 scale? Thanks in advance :)

I've had Sid on my iMac G4 800mhz.

With Xfce, about a 2. Maybe 3 at most. The point is that it's not unbearable, it's just down to what desktop environment you choose.
 
  • Like
Reactions: Argyboy
I will have a look what I can do later on. I am at the moment still trying to find a way to easily get MintPPC installed.

The Wiki should prove to be a very big help when you do. We've solved most everything besides suspending.
 
I would appreciate that if you want to talk about this project, you start commenting on my own site. It's easier to keep track of things in that way. Thanks in advance. It will also make my site livelier and hopefully Google will pick it up, so people can find me.
[doublepost=1568794190][/doublepost]
They're working on it...
There is, imho, only one guy working on it. His name is Adrian Glaubitz (Debian).
https://github.com/ibm-power-utilities/powerpc-utils/issues/30
https://salsa.debian.org/installer-team/grub-installer/merge_requests/2
 
Is there anyone here who can write code for Linux? I am trying to make a deb that adds modules in /usr/lib/modules-load.d. The idea is to add the powerpc specific modules when installing this package.
 
Is there anyone here who can write code for Linux? I am trying to make a deb that adds modules in /usr/lib/modules-load.d. The idea is to add the powerpc specific modules when installing this package.

Most of the PPC-specific modules needed should have already come preinstalled. If the idea is to move things, add things, and append lines, why not avoid the hassle and make a script instead? All you need to do is bundle everything to a downloadable directory, and use the script to decide what goes where, and what gets changed.

That would probably be easier than building a new .deb from the ground up.
 
Most of the PPC-specific modules needed should have already come preinstalled. If the idea is to move things, add things, and append lines, why not avoid the hassle and make a script instead? All you need to do is bundle everything to a downloadable directory, and use the script to decide what goes where, and what gets changed.

That would probably be easier than building a new .deb from the ground up.
You are probably right.

For the impatient ones: I published the manual installation guide for MintPPC on my site. Please give feedback!
 
Not that this really applies to MintPPC, but i did a fresh install of ubuntu 16.04 on my single core G5 (it's been down as it needed a new hard drive), updated to 16.04.6, added in mintppc's repo, made some adjustments, and schwing! Mintbuntu. o_O

mintbuntuppc.png


Cheers
 
Last edited:
I have tried for the last couple of days to recreate a Debian installer cd based on Jessie with a small set of extra MintPC packages. I don't get it working. I seem to be messing up the Packages and Release files. If someone is able and willing to help, it would be greatly appreciated.
 
Hi, i'm stuck in an install on a Pismo at point 6a :
4. yabootconfig -b /dev/sdb2 <-(yes, changed to sdb cause I try installing on a second drive in the extension bay)
gives my :
/bin/sh: 4: yabootconfig: not found

That is with 2019-06-26 image. trying with the lastest gives me same message.
Trying with an older one, 2019-04-09, and the OF command to boot on the usb stick doesn't work.
I did manage to install with that 2019-04-09 img on a Powerbook G4 tho, but that was using a CD.
Any idea ?
 
Last edited:
Hi, i'm stuck in an install on a Pismo at point 6a :
4. yabootconfig -b /dev/sdb2 <-(yes, changed to sdb cause I try installing on a second drive in the extension bay)
gives my :
/bin/sh: 4: yabootconfig: not found

That is with 2019-06-26 image. trying with the lastest gives me same message.
Trying with an older one, 2019-04-09, and the OF command to boot on the usb stick doesn't work.
I did manage to install with that 2019-04-09 img on a Powerbook G4 tho, but that was using a CD.
Any idea ?
I had this problem yesterday. Installing yaboot remedied it.
 
Tried that :)
"Package yaboot is not available, but is referred to by another package
This may mean that the package is missing, has been obsoleted, or
is only available from another source"

:/
tried also
apt search yaboot
...gives nothing
 
Tried that :)
"Package yaboot is not available, but is referred to by another package
This may mean that the package is missing, has been obsoleted, or
is only available from another source"

:/
tried also
apt search yaboot
...gives nothing

I find a solution, in console instead of yaboot config you should follow this steps

nano /etc/apt/sources.list

Add the lines of the step 10 of this wikipost

Ctrl+x and later Y

Write apt update

And then you can install yaboot with apt install yaboot

And then now you can run the

Yabootconfig with your parameters
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.