Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I finally got the Smoker's $30 G4 running thanks to your Macbuntu distro based on Lubuntu 12. The original hard drive was dead, the disc drive was dead, and I don't have any original install discs. What I ended up having to do was force-feed the bad boy a second drive with the disc drive cables shoved through the drive slot. The install booted right away with so little effort, and install went great and has been working great since.

My only issues are of course the age of the OS and installing almost anything through terminal/package manager. I can't seem to get Samba to install manually or through the terminal, is there any chance of getting it working to connect to my Samba share?

iMac G4/1.0 17"

IMG_4937.jpg

https://streamable.com/hxaqdm Me jammin
 
Greetings. Not sure is I'm posting in the right place. Do forgive. I have got the Macubuntu on a disk and have tried to install it onto my Imac G4 (lamp) As a live disk it is very laggy and when I try to install it will not start. I have the command line tho. Can I install from the cli?
 
2023 update
For anybody still using this (16.04 v2) i created a tutorial with some extra files to extend the life of it. Basically we change the sources.list to Debians (since Ubuntu's repo is dead) and make a few changes to allow packages to be updated and installable again. Download it here, extract it, and read the README.txt for more info.

View attachment 2164579

======================= Original Content Starts Here==========================

Updated to v2 (03/04/20)
Here it is. New and improved over the stock 16.04 release. You can use as a live dvd / recovery system, or install it. What's changed since the original release back in 2016?

Added SpiderWeb, SpiderMail, InterWeb and Arctic Fox (modern web browsers and email client)
Added wifi firmware, sound modules, and windfarm (fan) modules loaded by default
Added battery indicator for laptops
Added right click for ibook/powerbook users via 2 finger tap (PB) or left ctrl + click (IB)
Added inxi and neofetch cli system info scripts
Added midnight commander (mc) cli file manager / editor / ftp client
Added discord and facebook messenger plugins for Pidgin
Added custom wallpapers and better default theme
Added Libre Office 6.2
Disabled the annoying crash reporter that always ate cpu cycles
Added conky desktop system monitor with custom layout (menu -> run, type conky -b)

There might be more that i'm forgetting, but that's the basics anyway.
Download is roughly 1.5gb

Sound is enabled, but muted by default. Open terminal, type alsamixer, right arrow key until you highlight "pcm", up arrow key to set desired volume level, esc key to exit. If you have a laptop add pmu_battery to /etc/modules and reboot to get a working battery indicator.

Here's some known yaboot parameters to boot with:
The default option is 'live' (try this first)

Nvidia Geforce 6600 & FX5200 use
Code:
'live video=TV-1:d video=offb:off nosplash'

Nvidia Geforce 6800 use
Code:
'live video=TV-1:d video=TV-2:d video=offb:off nosplash'

Radeon 9xxx cards use
Code:
'live radeon.agpmode=-1 radeon.modeset=1 video=offb:off nosplash'

ATI Rage 128
See this post: https://forums.macrumors.com/threads/lubuntu-16-04-remix-updated.2204742/post-29426690

Generic frame buffer drivers when all else fails
'live video=radeonfb:1024x768-16 nosplash'
'live video=nvidiafb:1024x768-16 nosplash'
'live video=rivafb:1024x768-16 nosplash'

View attachment 868052

How to update 16.04 with more current software from Debian ports packages.
Download the attached guide above and you could get results like this.

View attachment 897319

Bootable 16.04 remix persistent USB: https://1drv.ms/u/s!AvgazHau05-HivRRFsohswoPJbJXBQ?e=96x9PF
Use dd to write the .img to a 4gb or larger USB stick.
Boot with either: boot usb0/disk@1:,\yaboot or boot usb1/disk@1:,\yaboot (this works on my powerbooks)

NEW: Lubuntu 12.04 Remix-v4 (updated 04/15/20)
I did pretty much the same as i did for 16.04 remix. Updated the browsers, tweaked some configs, enabled sound, wifi, fans etc. This absolutely FLIES on my mac mini G4 and G5, and is probably better suited for G3/G4 machines. I decided to do this as the software and base OS are more "period correct" for the hardware, and it shows. Even the live DVD is fast (once booted).
Same as with 16.04, sound is enabled but you need to run alsamixer and unmute "pcm".
To block ads on the live CD or installed system: sudo cp /etc/hosts.deny /etc/hosts (now enjoy ad free surfing)
New in v4:
Updated the installer slideshow
Added new icons and default theme.
Added i2c-dev for keyboard backlight on powerbooks
Added youtube-dlg (graphical front end to youtube-dl)
Added new default wallpaper and icons
Added mouseemu for better control over the trackpad.
Added latest ArcticFox, SpiderWeb, InterWeb browsers and SpiderMail (thunderbird-like email/news/rss client)
Added updated 2019 ca-certificates
Added a bunch of extra useful software
Added an "extras" folder on the DVD with kernel 4.19.113 for G5 users. Also included greasemonkey for all 3 browsers, a modern theme for spiderweb, and viewtube for spiderweb.
I compiled and included the latest ffmpeg, irssi, screen, mtpaint, pidgin, uget, transmission, putty, scribus, bluefish and rebuilt, xchat, xournal and mplayer/mencoder (1.2.1) as well. Also updated abiword to 3.0.0 (couldn't get newer to build without rebuilding a ton of libraries).

Grab it here (about 1.2gb): lubuntu-12.04-remix-v4-ppc.iso
If the new ffmpeg got replaced during upgrade grab it here and copy both files to /usr/bin (as root)
Original 12.04 remix-v1 for machines without a dvdrom drive (about 670mb): here

Shown running live DVD on a powermac g5
View attachment 899513

BONUS: I built the latest kernel 4.19.113 for ubuntu12 64bit (G5's). Get it here.
BONUS: Here is kernel 3.13.0-170 for 32-bit ubuntu12 (G3/G4's). Get it here.

ANOTHER BONUS: (added 04/22/2020)
Macbuntu!

This is pretty much the same as 12 remix-v4. The only differences are i included gparted and mixxx software-wise. However this is aimed at resembling OS X Tiger/Leopard for that familiar look and feel. Also this DVD.iso includes both kernels linked above, and the README.txt has been updated to explain how to get youtube to work smoothly and set up docky (the dock) to your liking.
Download (about 1.3gb) macbuntu-remix-ppc.iso

My Powerbook G4 with MacBuntu
View attachment 974229

BONUS: I patched snes9x to bypass OSS and /dev/dsp and use asound instead on ubuntu12. It's attached below.

BONUS AGAIN: I built bitlbee-3.6 and the Discord plugin for Ubuntu12remix and macbuntu.

Updates for the web browsers can be found here and here.

Updated 2021 ca-certificates can be found here. (install with: sudo dpkg -i /path/to/ca-certs.deb)

Updated /etc/apt/sources.list for 12.04 to reflect ubuntu moving the repository to old-releases.ubuntu.com.
See this post: here

Cheers
Thank you for this I finally got my G4 lamp to accept yr Macbuntu. (I just had to add a bit more memory) Now I will try to add the repositories.
 
2023 update
For anybody still using this (16.04 v2) i created a tutorial with some extra files to extend the life of it. Basically we change the sources.list to Debians (since Ubuntu's repo is dead) and make a few changes to allow packages to be updated and installable again. Download it here, extract it, and read the README.txt for more info.

View attachment 2164579

======================= Original Content Starts Here==========================

Updated to v2 (03/04/20)
Here it is. New and improved over the stock 16.04 release. You can use as a live dvd / recovery system, or install it. What's changed since the original release back in 2016?

Added SpiderWeb, SpiderMail, InterWeb and Arctic Fox (modern web browsers and email client)
Added wifi firmware, sound modules, and windfarm (fan) modules loaded by default
Added battery indicator for laptops
Added right click for ibook/powerbook users via 2 finger tap (PB) or left ctrl + click (IB)
Added inxi and neofetch cli system info scripts
Added midnight commander (mc) cli file manager / editor / ftp client
Added discord and facebook messenger plugins for Pidgin
Added custom wallpapers and better default theme
Added Libre Office 6.2
Disabled the annoying crash reporter that always ate cpu cycles
Added conky desktop system monitor with custom layout (menu -> run, type conky -b)

There might be more that i'm forgetting, but that's the basics anyway.
Download is roughly 1.5gb

Sound is enabled, but muted by default. Open terminal, type alsamixer, right arrow key until you highlight "pcm", up arrow key to set desired volume level, esc key to exit. If you have a laptop add pmu_battery to /etc/modules and reboot to get a working battery indicator.

Here's some known yaboot parameters to boot with:
The default option is 'live' (try this first)

Nvidia Geforce 6600 & FX5200 use
Code:
'live video=TV-1:d video=offb:off nosplash'

Nvidia Geforce 6800 use
Code:
'live video=TV-1:d video=TV-2:d video=offb:off nosplash'

Radeon 9xxx cards use
Code:
'live radeon.agpmode=-1 radeon.modeset=1 video=offb:off nosplash'

ATI Rage 128
See this post: https://forums.macrumors.com/threads/lubuntu-16-04-remix-updated.2204742/post-29426690

Generic frame buffer drivers when all else fails
'live video=radeonfb:1024x768-16 nosplash'
'live video=nvidiafb:1024x768-16 nosplash'
'live video=rivafb:1024x768-16 nosplash'

View attachment 868052

How to update 16.04 with more current software from Debian ports packages.
Download the attached guide above and you could get results like this.

View attachment 897319

Bootable 16.04 remix persistent USB: https://1drv.ms/u/s!AvgazHau05-HivRRFsohswoPJbJXBQ?e=96x9PF
Use dd to write the .img to a 4gb or larger USB stick.
Boot with either: boot usb0/disk@1:,\yaboot or boot usb1/disk@1:,\yaboot (this works on my powerbooks)

NEW: Lubuntu 12.04 Remix-v4 (updated 04/15/20)
I did pretty much the same as i did for 16.04 remix. Updated the browsers, tweaked some configs, enabled sound, wifi, fans etc. This absolutely FLIES on my mac mini G4 and G5, and is probably better suited for G3/G4 machines. I decided to do this as the software and base OS are more "period correct" for the hardware, and it shows. Even the live DVD is fast (once booted).
Same as with 16.04, sound is enabled but you need to run alsamixer and unmute "pcm".
To block ads on the live CD or installed system: sudo cp /etc/hosts.deny /etc/hosts (now enjoy ad free surfing)
New in v4:
Updated the installer slideshow
Added new icons and default theme.
Added i2c-dev for keyboard backlight on powerbooks
Added youtube-dlg (graphical front end to youtube-dl)
Added new default wallpaper and icons
Added mouseemu for better control over the trackpad.
Added latest ArcticFox, SpiderWeb, InterWeb browsers and SpiderMail (thunderbird-like email/news/rss client)
Added updated 2019 ca-certificates
Added a bunch of extra useful software
Added an "extras" folder on the DVD with kernel 4.19.113 for G5 users. Also included greasemonkey for all 3 browsers, a modern theme for spiderweb, and viewtube for spiderweb.
I compiled and included the latest ffmpeg, irssi, screen, mtpaint, pidgin, uget, transmission, putty, scribus, bluefish and rebuilt, xchat, xournal and mplayer/mencoder (1.2.1) as well. Also updated abiword to 3.0.0 (couldn't get newer to build without rebuilding a ton of libraries).

Grab it here (about 1.2gb): lubuntu-12.04-remix-v4-ppc.iso
If the new ffmpeg got replaced during upgrade grab it here and copy both files to /usr/bin (as root)
Original 12.04 remix-v1 for machines without a dvdrom drive (about 670mb): here

Shown running live DVD on a powermac g5
View attachment 899513

BONUS: I built the latest kernel 4.19.113 for ubuntu12 64bit (G5's). Get it here.
BONUS: Here is kernel 3.13.0-170 for 32-bit ubuntu12 (G3/G4's). Get it here.

ANOTHER BONUS: (added 04/22/2020)
Macbuntu!

This is pretty much the same as 12 remix-v4. The only differences are i included gparted and mixxx software-wise. However this is aimed at resembling OS X Tiger/Leopard for that familiar look and feel. Also this DVD.iso includes both kernels linked above, and the README.txt has been updated to explain how to get youtube to work smoothly and set up docky (the dock) to your liking.
Download (about 1.3gb) macbuntu-remix-ppc.iso

My Powerbook G4 with MacBuntu
View attachment 974229

BONUS: I patched snes9x to bypass OSS and /dev/dsp and use asound instead on ubuntu12. It's attached below.

BONUS AGAIN: I built bitlbee-3.6 and the Discord plugin for Ubuntu12remix and macbuntu.

Updates for the web browsers can be found here and here.

Updated 2021 ca-certificates can be found here. (install with: sudo dpkg -i /path/to/ca-certs.deb)

Updated /etc/apt/sources.list for 12.04 to reflect ubuntu moving the repository to old-releases.ubuntu.com.
See this post: here

Cheers
Well, I must thank you for all your great work. Ive finally got my G4 (lamp) working with Macbuntu but unfortunately I am wrestling with which mirrors to use for my sources.list . There is just too much information in your list. I'm not a programmer but have been using linux in one form or another for quite a while. I am at a loss, is it possible to receive a simple working sources list that i can use so that I can keep this old but beautiful comp working?
 
MacBuntu is based on a (now) very old ubuntu 12. You could try adding the sources described here.
 
I just want to say thank you for all your work on this project. I've finally got my repo's working nicely. Happy.:D
 
  • Like
Reactions: wicknix
You might also consider taking a look at the current debian 16, which offers all the latest software.

Many of us are finding it to be working fine, and it is being actively supported at present by some knowledgable folks, although ppc32 and ppc64 are not 1st-tier debian architectures, of course.

The proper installation ISO to use, a list of currently recommended sources, details about how to get WIFI and other bits working, information on how to update the security keys, and lots of troubleshooting help are available on the debian powerpc mailing list.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.