You do understand that Rex has a real job and dose this in his spare time. We are very lucky to have him contributing in this community and should be considerate of his time by not being to demanding. Just my opinion.
Hi, I have tried your Ubuntu distro on uConsolole with CM5. Itās working, but every application, even terminal, took like a minute to open. I have tried two different SD cards, and both behave the same. It is a stock image, as I havenāt updated it since I didnāt let it connect to Wi-Fi. It is not happening on Bookworm distro, where everything is fast. Can someone help me resolve this issue? Thanks.
Gnome is the culprit, itās slow. You could switch to kde or xfce and get a better experience with Ubuntu.
HEY REX PLEASE DO BUILDS FOR DISTRIBUTIVES āZorin OSā AND āPOP! OS " AND " Elementary OSā AND āUbuntu Budgieā THEY ARE UBUNTU BASED IT SHOULD BE SIMPLE FOR YOU IF YOU WILL HAVE ISSUES YOU CAN CHECK THEIR INSTALLATION DOCUMENTATION WHEN IT WILL BE READY?
Hey there @Rex can you also make builds Xubuntu, Lubuntu, Ubuntu, Mate, and Kubuntu and also arch and Linux mint and gentoo and later on trixie for uconsole and devterm but take your time I an not asking you to rush and do it whenever you want.
gentoo with build is arch
a prebuilt arch image already kinda goes against the distro principles, but a gentoo one is even funnier, personally Iām waiting for hannah montana linux
You know you can use Xubuntu, Lubuntu, Ubuntu Mate, and Kubuntu .
Should there also be night mode.
Will Ubuntu 25.10 be ported?
I didnāt plan on it, I was going to do 26.04 when it comes out.
Hello,
thank you Rex for your port.
Is there any way to upgrade the kernel?
I tried it many times but flash-kernel fails, even when I manually install the latest 3.109 version.
Is there a āmanualā way which does not break packages?
You can download the kernel package from my repo and then unpackage it and manually install the kernel.
Will there be an automated method?
When I unmark the clockworkpi-kernel and the flash-kernel package, the kernel gets installed successfully, but flash-kernel fails.
what do you mean exactly?
to download debian/pool/main/c/clockworkpi-kernel/clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb and then just dpkg -i clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb or is there more to it?
The kernel package is designed for vanilla Debian, Ubuntu requires some changes for a package install to work.
You just need to unpackage the deb, like a zip then manually install the kernel files by putting the files where the need to be from the folders file structure. Then just update your initramfa.
I got it to work with ānormalā install. The problem seems to be that flash kernel does not find the dtb file to complete installation.
What I did was:
- download debian/pool/main/c/clockworkpi-kernel/clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb
- install the package:
- sudo dpkg -i clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb
- get errors from flash kernel regarding dtbs missing
- sudo dpkg -i clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb
- copy dtb file manually:
- sudo cp /boot/dtbs/6.12.51-v8-16k+/bcm2712-rpi-cm5l-cm5io.dtb /etc/flash-kernel/dtbs/
- invoke flash-kernel manually:
- sudo flash-kernel
- getting no errors
- sudo flash-kernel
- update initramfs:
- sudo update-initramfs -u
- update initramfs in /boot/firmware for LUKS
- sudo mkinitramfs -o /boot/firmware/initramfs8 6.12.51-v8-16k+
- should be not necessary, if you are not using full disk (SD card) encryption
- sudo mkinitramfs -o /boot/firmware/initramfs8 6.12.51-v8-16k+
- reboot
- sudo reboot
It is now running the newest kernel fine and dpkg/apt is aware of the installed package, which is nice.
I think the automated install can succeed, if the dtb files where reachable for flash kernel, which it currently is not.
Edit: I also could unmark flash-kernel (sudo apt-mark unhold flash-kernel) and update it to the latest version, without getting errors. I assume, now that the dtb is reachable and I know what to do when it is not, that automatic kernel updates are now possible. I will check/experience that with your next kernel release
The kernel itself is also āunholdedā due to the dpkg install.
just sent you a dm for some testing if youāre willing.
Iāve repackaged the kernel and it will now install successfully on Ubuntu. Iāve uploaded a fixed image. To start receiving kernel updates on your existing Ubuntu install simply sudo apt-mark unhold clockworkpi-kernel flash-kernel then update and upgrade normally.