Do I need to restart after dom0 update?

Hi

After I update dom0 there’s no any messages indicating I need to restart the system as on other OSes. How do I know if I need to perform a restart or not?

1 Like

Depends on what was updated. You definitely need to restart to apply changes after “kernel” and/or “xen” updates, and in certain cases, for libc/glibc. After other updates you don’t need to restart.

2 Likes

How can I tell if it was xen or kernel?

By looking at the terminal output in the Qubes update tool

2 Likes

Yes but what should I look for? For kernel I should see something with “kernel” explicitly, what about xen?

1 Like

Literally… “xen” or “xen-something” (xen-hvm, xen-hypervisor and so on). :slight_smile:

These are the xen packages installed in R4.3.0:

user@dom0:~$ rpm -qa | grep xen
xen-hvm-stubdom-linux-full-4.3.4-1.fc41.x86_64
xen-hvm-stubdom-linux-4.3.4-1.fc41.x86_64
edk2-ovmf-xen-20241117-5.fc41.noarch
qubes-libvchan-xen-4.2.8-1.fc41.x86_64
xen-licenses-4.19.4-8.fc41.x86_64
xen-libs-4.19.4-8.fc41.x86_64
python3-xen-4.19.4-8.fc41.x86_64
xen-hypervisor-4.19.4-8.fc41.x86_64
xen-runtime-4.19.4-8.fc41.x86_64
xen-4.19.4-8.fc41.x86_64
libvirt-daemon-xen-10.5.0-3.fc41.x86_64
4 Likes

Alright, thank you