CRC on Ubuntu 20.04 anyone?

Latest response

Ignoring the Ubuntu 18.04 LTS or later and Debian 10 or later are not supported and may require manual set up of the host machine. warning and being stubborn as I am, I'm trying to run crc on Ubuntu 20.04 to see how far can I go.
crc setup went ok but when it's time to run I get a permission error as below:

INFO Starting CRC VM for openshift 4.11.7...      
Error starting machine: Error in driver during machine start: virError(Code=38, Domain=18, Message='Cannot access storage file '/home/crcuser/.crc/machines/crc/crc.qcow2' (as uid:64055, gid:108): Permission denied')

although I've set the user and group to this file exactly as requested by the error message:

-rw-rw-rw- 1 libvirt-qemu kvm      193K nov 10 10:30 crc.qcow2

as you can see I went further and also set wide permissions of reading and writing for user, group and others...

also I checked these user and group:

$ cat /etc/passwd
libvirt-qemu:x:64055:108:Libvirt Qemu,,,:/var/lib/libvirt:/usr/sbin/nologin

$ cat /etc/group
kvm:x:108:

I also guess SELinux is not set in this context, as below:

$ ls -lZ .crc/machines/crc/
-rw-rw-rw- 1 libvirt-qemu kvm      ? 197104 nov 10 10:30 crc.qcow2

So any idea how to "please" SELinux to allow crc or any other idea about this error?
Any help is appreciated.

Responses