Qubes Version: 4.0.4
Running on Lenovo ThinkPad X1 Carbon 5, i7-7600U
Ran this on my mac
cat Qubes-R4.0.4-x86_64.iso | sha256sum
1d05dbd247d6ea5588879570b74cfb1f8df97e135dbec8714924cc03e8d137b9
Ran this to write to usb
sudo dd if=Qubes-R4.0.4-x86_64.iso of=/dev/disk2 bs=1048576 && sync
Verified the USB wrote successfully by
sudo cmp -n stat -f '%z' Qubes-R4.0.4-x86_64.iso
Qubes-R4.0.4-x86_64.iso /dev/disk2
Returns nothing and this gives the same hash
sudo head -c stat -f '%z' Qubes-R4.0.4-x86_64.iso
/dev/disk2 | sha256sum
1d05dbd247d6ea5588879570b74cfb1f8df97e135dbec8714924cc03e8d137b9
Here are the steps I followed to install
- Enabled Virtualisation in the BIOS
- Booted from USB
- Selected English (Ireland)
- Wiped entire disk
- Created an admin user (root account locked)
- Reboot
- Configured Qubes with default options
Refresh applications doesn’t work
- Open Qube Manager
- Edit Qube Settings
- Applications tab
- Click refresh applications
- Error [Dom0] Refresh failed, Command qvm-sync-appmenus fedora-32 returned no zeo exit status 1
Run command from dom0 terminal
qvm-run fedora-32 “echo hi”
BrokenPipeError on line 180 of qvm_run.py
Run command from dom0 terminal
qvm-run fedora-32 xterm
fedora-32: command failed with code: 1
Run command from dom0 terminal
qvm-run fedora-32 gnome-terminal
fedora-32: command failed with code: 1
Run command from dom0 terminal
qvm-sync-appmenus fedora-32
qubesadmin.exc.QubesException: Error getting application list on line 161 of qubesappmenus/receive.py
All of the above works fine on any vm not based on fedora-32, or any other template.
I’ve also tried:
- Restarting the machine and rerunning all the commands
- Reinstalling
I’m getting the same output no matter what I do, do you have any ideas?