Joshua Riek
Joshua Riek
Interesting, I'd be happy to take a look at this problem after the Ubuntu 24.04 release. I'm working on a lot of last-minute bugs, when the cause of the problem...
That is quite interesting. I assume the KVM fails to boot since the system sees the CPUs as A55 cores.
Maybe it's a bug with `cpu-info`, take a look at the `lscpu` output below on my Rock 5B. ``` ubuntu@ubuntu:~$ lscpu Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little...
I found the source for cpuinfo, does anyone know if kvm relies on `cpu-info`? https://launchpad.net/ubuntu/+source/cpuinfo
Hey! I'm now using livecd-rootfs from upstream Ubuntu and sadly it can easily break. You need to use an up-to-date Ubuntu 24.04 or Ubuntu 22.04 system. Right now, the easiest...
I disabled Apparmor by default due to a lot of errors on startup, let me take a look at livecd-rootfs and see if i can workaround this problem.
I disabled a few references to apparmor as a quick test, https://github.com/Joshua-Riek/livecd-rootfs/commit/a2de77e48914b25bd6480c29149a13549029239b, please try to build again and hopefully it will work. I will also test on my system.
I may need to enable apparmor again in the kernel, for some reason it needs to be enabled to preseed snaps.. ``` Fetching assertions for "lxd" Install the snap with:...
I noticed this error too, i'm trying to fix it, previously i have ignored the error. But if you only need to modify a kernel config option there is no...
> Ok, thanks for suggestion, i'll try to compile only the linux kernel as a deb package and update it directly on board. I'll follow instruction here: https://github.com/Joshua-Riek/ubuntu-rockchip/wiki/Ubuntu-22.04-(old) Those kernel...