Philippe Vanhaesendonck
Philippe Vanhaesendonck
For whatever reason, the `cloud-init` package dropped the dependency on `cloud-utils-growpart` some time ago. I have seen and fixed this recently: https://github.com/oracle/oracle-linux/blob/ba7a14eaec2626848efc86a596af9fd74da2f901/oracle-linux-image-tools/cloud/olvm/provision.sh#L76 I didn't noticed the `tar` dependency though. I'll...
Didn't meant to close this issue now 😊
I can't reproduce here... ``` [root@localhost ~]# df -hT Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 4.0M 0 4.0M 0% /dev tmpfs tmpfs 7.6G 0 7.6G 0%...
Indeed, if the boot partition is too far from the start of the disk, it won't see it and the installer reshuffles the partitions when you change the filesystem type....
Do you have the `python3-rpi-lgpio` packages installed? I haven't tested on recent kernels, but `rpi-lgpio` should offer compatibility for programs using the legacy `RPi.GPIO` interface...
Right, so we have two changes to cope with... Unfortunately, while I have all other RPi models, I don't own a version 5, it might take some time before I...
I have done a fresh install of the latest Raspberry Pi OS (Bookworm) on a RPi 4B and it all works as expected (using `rpi-lgpio`) The hat is detected properly:...
> But it seems that in my case it is using /serial1 and not /serial0. Also the baud rate seems different, unless the ttyS0 is taken by another device (?)...
Background: I inadvertently found this by trying to run lima on EL9 on Raspberry Pi where it complained about `-device ramfb`. Drilled down in the code where I saw it...
> But the packages should only provide `/usr/libexec/qemu-kvm` This is the case; I am symlinking to make it run and it runs fine on x86_64