I'll be creating a video series on how it's done if only to have a record I can watch back if I ever need to remember how t do it again! ;P And will be posting here with a text version too If anyone here can post how to make Yaboot work with Debian / Adelie then that will be the Holy Grail!Please make a tutorial how to get this done if it works.
Has anyone here ever got Lubuntu PPC Remix to install nucely on the same drive as Debian? I'm trying to create a demo PowerBook G4 with the following OS installs:
OS9 (OS9 Lives edition)
OSX 10.4
OSX 10.5 Sorbet Leopard
MorphOS
Debian 12
Adelie Linux
Lubuntu
Possibly OpenBSD
Lubuntu installs the Yaboot bootloader and messes up with the Grub installed by Debian and so I want to know how I can either remove Yaboot afterwards OR get Yaboot to boot Debian, Adelie and Lubuntu
apt update
do you get this error? (this was the case when installing Debian 12 Trixie/Sid on both my iBook G4 and Mac mini G4 this week)dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 1 expected program not found in PATH or not executable
su -
(no, su
is not good enough, got to be su -
)echo '#!/bin/true' > /usr/bin/start-stop-daemon
chmod +x /usr/bin/start-stop-daemon
sudo apt install --reinstall dpkg
rm -f /usr/bin/start-stop-daemon
apt update -y
apt upgrade -y
apt
should work as normal. Best of luck.
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help solve the problem:
The following packages have unmet dependencies:
libgnutils30 : Depends: libnettle8 (>=3.9~) but 3.8.1-2 is to be installed
python3-apt : Depends: libapt-pkg6.0 (>=2.7.11) but 2.6.0 is to be installed
. . .
Unable to correct problems, you have held broken packages.
I am aware of JWM, thanks, but I am asking about tiling window managers (xmonad, hyprland, etc.) specifically, not light window managers.JWM would be a good choice. Super light.
There are fewer and fewer OS that claim to have PPC support ..and some of those are not very strong. I wonder if we may be dependent on our own expertise to continue an up to date OS...and have wondered if we had a thread that spelt out a kinda 'Linux from scratch' sort of thing.
I dont have that expertise to be able to create that..but I do like the idea of us being independent with our own shared experiences.
Ive been messing with FreeBSD on a G4 iBook. Why: well a few weeks ago booted up (Txt only) an old install CD Id made more than a year ago..and was surprised how quick it was to install. And got me wondering about a bare bones OS like Tiny Core or Slitaz for an iBook.
Since discovering Rairii's suggestion of 'probe-usb multi-boot' Ive got FreeBSD on my iBook..installed from USB stick. If that remains consistent - it opens up trying or testing PPC supporting OSs...we can tinker.
Ya know the song: "We can dance, we can dance."
(Yep - showing my age.)
well - we can tinker - LOL.
yabootconfig -b /dev/sda2
/bin/sh: 3: yabootconfig: not found
I would read both of these threads from beginning to end.Greetings, sorry in advance for the translation, it's from Google hehe, I have a power mac G5, pmg5 2.3 year 2006
I'm trying to install Debian but all attempts have been unsuccessful. Can anyone tell me where I can find a guide and installation, thank you... I'm new to Linux and Mac.
I would read both of these threads from beginning to end.
https://forums.macrumors.com/threads/the-powerpc-debian-wiki.2178457/
https://forums.macrumors.com/threads/debian-sid-installation-guide-powerpc.2146795/
Also, keep in mind Debian SID branch is unstable. I have ran sudo apt update && apt upgrade only to end up breaking my install and rendering my system unusable.
I would check out Fienix and Adélie these would be more stable distributions.
Pretty loaded question. If you're asking about the whole platform, you're pretty much out of luck for any sort of comparison.Well I see something about Power PC port od Debian. But me I instal Debian on wii u. But my question, you asked about mac, what's power pc type is verry similar to the wii u's architecture?
There have been recent updates to PowerPC Sid branch... for example the repository links for apt work now without manually changing them, to at least did when I installed Debian 12 Sid on my iBook G4 a couple of months back. Hence I recommend reading both of those threads as you can get fixes to issues one my encounter (like WiFi Drivers for the iBooks G4 and how to install them).Debian Sid, especially for PowerPC, is a constantly moving target, and this guide definitely needs a lot of updates, as the last one was almost five years ago, via a member who is no longer posting on the forum. I haven't attempted an install in some time, and the iBook G4 I was using while writing the initial guide died years ago. I would refer to the stickied wiki linked in the quoted reply above rather than this guide from here on, but with some caveats, as that one needs a few updates itself.