Chimera Linux

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Chimera Linux

Post by xeno74 »

First official non-testing Chimera Linux 32-bit PowerPC images have released today.
If you haven't heard of it - it's a relatively new distribution founded by the creator of Void Linux PPC that's built with a little non-standard building blocks at it's core (core tools from freebsd, llvm, musl).

https://chimera-linux.org
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: Chimera Linux

Post by Skateman »

Chimera Linux up and running on my e5500 x4 Computer. (With some issues but working)

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -58-15.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: Chimera Linux

Post by Roland »

Skateman wrote: Sun Feb 16, 2025 10:22 am Chimera Linux up and running on my e5500 x4 Computer. (With some issues but working)
Great news!

How did you install it? Did you start from the ISO image or the rootfs?

Is there any decent WWW-browser for it?
- Roland -
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Chimera Linux

Post by xeno74 »

Skateman wrote: Sun Feb 16, 2025 10:22 am Chimera Linux up and running on my e5500 x4 Computer. (With some issues but working)
Great, with Wayland! :-) Which issues are there?
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: Chimera Linux

Post by Skateman »

Hi i started with the rootfs.

1: Download chimera-linux-ppc-ROOTFS-20250214-full.tar.gz
2: Extract chimera-linux-ppc-ROOTFS-20250214-full.tar.gz to a partition:
Tar -xvf chimera-linux-ppc-ROOTFS-20250214-full.tar.gz -C /mounted partition
3: Boot Chimera linux and login with root - chimera
4: Create a user
useradd amigaone
passwd amigaone (and set a user password i used “amigaone”)
5: Add user to groups
usermod -a -G wheel,kvm amigaone
6: Set a hostname
echo chimera > /etc/hostname
7: Start the network
dinitctl enable dhcpcd
8: Set your timezone
ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
9: setup display manager
Apk add gdm
Enable the service using the command dinitctl enable gdm
10: setup Desktop environment
Apk add gnome
11: update mesa driver
apk add chimera-repo-user && apk update && apk add mesa-amber
12: enable network manager
dinitctl enable networkmanager
Reboot system!

Give it a try..
Last edited by Skateman on Thu Feb 20, 2025 12:16 pm, edited 1 time in total.
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: Chimera Linux

Post by Roland »

@Skateman

Thanks for the instructions! I will try it when I find some free time...
- Roland -
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Chimera Linux

Post by xeno74 »

FYI:
q66_ wrote: the graphical isos aren't going to work well in general due to mesa being broken on big endian upstream, the unresponsiveness is probably due to it attempting to start display manager in a loop and failing

so don't bother with anything but base and install whatever graphical stuff later (alongside mesa-amber to replace regular mesa, since that should have working gpu drivers) and don't bother with anything wayland on ppc32 because the gpus are never going to be new enough
Post Reply