Not experiencing any instability in my daily tasks, nor sys-usb/sys-net which rely on fedora and newer kernel used by running appvms (no standby as of now though).
Progressing into testing my debian-11 template.
For safe measure, from dom0:
qvm-clone debian-11 debian-11-before-xmm-xen
Then in debian-11, following instructions from How to install software | Qubes OS
- sudo apt update && sudo apt update
- uncomment
/etc/apt/sources.list.d/qubes-r4.list
testing repo line:
# Qubes updates candidates repository
deb [arch=amd64] http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing main
- sudo apt update && sudo apt upgrade
The following packages will be upgraded:
qubes-input-proxy-sender qubes-vm-dependencies qubes-vm-recommended xen-utils-guest
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 48.4 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing/main amd64 qubes-input-proxy-sender amd64 1.0.28-1+deb11u1 [11.7 kB]
Get:2 http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing/main amd64 xen-utils-guest amd64 4.14.5-9+deb11u1 [29.5 kB]
Get:3 http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing/main amd64 qubes-vm-dependencies amd64 4.1.21-1+deb11u1 [3,516 B]
Get:4 http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing/main amd64 qubes-vm-recommended amd64 4.1.21-1+deb11u1 [3,636 B]
- comment back the
/etc/apt/sources.list.d/qubes-r4.list
testing repo lines:
# Qubes updates candidates repository
#deb [arch=amd64] http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing main
#deb-src http://HTTPS///deb.qubes-os.org/r4.1/vm bullseye-testing main
- shutdown template and start app vm depending on it to test on daily use.