QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
532 stars 46 forks source link

Qubes OS 4.1.1 has only one VM - dom0 after installation, no other qubes present #7872

Open jamke opened 1 year ago

jamke commented 1 year ago

How to file a helpful issue

Qubes OS release

R4.1.1

Brief summary

After installation of Qubes OS it has only one VM - dom0.

Steps to reproduce

Expected behavior

Qubes OS starts and works. Or asks any additional information about templates or qubes to install.

Actual behavior

Qubes OS starts but it's unusable - I see no templates, nor qubes in Qubes Manager - only dom0.

Additional details:

0) I was not asked about any template decisions, like which one to use - fedora or debian, nor if I need default pack of qubes like personal and etc. 1) I tried to reinstall and the result was the same. It's easy for me to reinstall again for any additional information required for fixing the issue. 3) I'm using Custom partitioning during install to use it on the disk with other OSes installed. Not manual but "custom" with a click on automatic partition creation on free space feature. I can provide more information about partitioning if it's relevant.

jamke commented 1 year ago

Further testing and installation with Automatic partitioning instead of Custom -> create automatically showed that the actual problem is that Initial setup was not started on the first boot. I do not why, but the issue is reproducible. Maybe installer have some problems because it has to work properly in both cases.

GWeck commented 1 year ago

On a similar issue in Qubes R4.0, @marmarek suggested:

You can start the post-installation wizard with sudo /usr/libexec/initial-setup/initial-setup-graphical. As to find out why it wasn't started automatically, take a look at initial-setup related entries in journalctl.

For further information, see issue #5003.

jamke commented 1 year ago

Thank you @GWeck for this information.

Currently the installer of R4.1.1 has a bug that prevents post-install wizard from running in case of manual (but automatic!) partitioning. At least in my case it was the reason. Completely automatic partitioning worked fine and post-installer wizard was shown.

The whole process of manual partitioning in the installer is very unreliable and buggy for now. But it comes from Fedora, I suppose.