I left my qubes to update a few templates including dom0 for the night
In the morning after I turned on the machine it turned out that environemnt have some difficulty launching itself
I made a gif
showing what is happening
I left my qubes to update a few templates including dom0 for the night
In the morning after I turned on the machine it turned out that environemnt have some difficulty launching itself
I made a gif
showing what is happening
Check the logs in dom0 using journalctl
command to see the specific errors.
Also it seems that your dom0 date/time is incorrect, I’m not sure if this could be related to your problem, but try to set the proper date/time for a test.
I found this
Should i kill those processes maybe?
I dont want to break my system
I dont have backup
Run this command in dom0 terminal:
journalctl -b | cat
Then scroll the terminal window and search for errors.
Have you tried to boot into the previous kernel in grub advanced settings ? Just to see if you can narrow down the cause
Which line in setparams do you recomend me to change and how exactly?
On boot grub screen you’d choose advanced then select an older kernel. Currently I use 6.6.42 due to a kernel issue with my graphics card
Check also status of “qubesd” service: sudo systemctl status qubesd
, and if it’s failed, you can get more logs about it using sudo journalctl -b -u qubesd