Qubes: Difference between revisions
(→Advanced debugging: more) |
(update for Qubes 4.2) |
||
Line 1: | Line 1: | ||
Note: after restoring from a backup make sure to recreate the templates from the base again to save disk space because of copy-on-write. |
Note: after restoring from a backup make sure to recreate the templates from the base again to save disk space because of copy-on-write. |
||
== VMs == |
|||
* DD (km-d11) |
|||
* fpf (km-f37) |
|||
** flatpak: Signal, Wire, Flatseal, Xournal++ |
|||
* dev (km-f37) |
|||
** flatpak: Element, nheko, Flatseal, Kdenlive |
|||
* gpg (km-f37) |
|||
** no network |
|||
* vault (km-f37) |
|||
* vault-gpg (fedora-37) |
|||
** no network |
|||
* sd-kernel-builder (km-d11) |
|||
* sd-dev11 |
|||
* sd-dev12 |
|||
* sd-ssh (km-f37) |
|||
* sys-mullvad-vpn (fedora-37) |
|||
** see [https://micahflee.com/2019/11/using-mullvad-in-qubes/ Micah's setup guide] |
|||
* wm-ssh (km-f37) |
|||
== Template VMs == |
== Template VMs == |
||
In my Fedora VMs |
|||
* km-d11: fork: |
|||
⚫ | |||
** (from backports) devscripts git-buildpackage dput-ng lintian |
|||
⚫ | |||
** command-not-found gitk git-cola webext-ublock-origin webext-https-everywhere dh-php php-dev dh-buildinfo apache2-dev ack webext-privacy-badger ubuntu-dev-tools pkg-kde-tools dh-python cython3 python3-setuptools neomutt vlc gnome-system-monitor curl php-mbstring php-intl php-sqlite3 php-apcu python3-isort python3-sphinx |
|||
** I used this for Qubes 4.0 and 4.1, seeing if I don't need it for 4.2 |
|||
* fedora-37: upstream |
|||
* km-f37 fork: (outdated) |
|||
** enabled rpmfusion |
|||
*** <code>sudo dnf config-manager --set-enabled rpmfusion-free</code> |
|||
*** <code>sudo dnf config-manager --set-enabled rpmfusion-free-updates</code> |
|||
** enabled pycharm-community, vscodium |
|||
** fuse-exfat exfat-utils chromium ffmpeg vlc pcsc-tools mozilla-privacy-badger filezilla shotwell youtube-dl libreoffice libgnome-keyring tree ack nano mozilla-https-everywhere mozilla-ublock-origin nextcloud-client-nautilus quassel-client mosh mono-core mono-devel mono-locale-extras mediainfo curl transmission-gtk fish python3 python3.6 python3.7 python3.8 python3.9 python3.10 composer php-cli php-mysqli git-cola gitk podman pycharm-community codium nano keepassxc qubes-gpg-split pinentry-gtk tokei sqlite jq git-lfs tox poetry php-devel bind-utils gh mtr traceroute httpd-devel devscripts mariadb |
|||
** other tweaks: |
|||
⚫ | |||
⚫ | |||
== Config == |
|||
* <code>/etc/qubes-rpc/policy/qubes.InputKeyboard</code> |
|||
** <code>sys-usb dom0 ask,default_target=dom0</code> |
|||
* <code>/etc/qubes-rpc/policy/qubes.InputTablet</code> |
|||
** <code>sys-usb dom0 allow</code> |
|||
* <code>/etc/qubes-rpc/policy/qubes.Gpg</code> |
|||
⚫ | |||
** <code>fpf gpg allow</code> |
|||
* <code>/etc/qubes-rpc/policy/qubes.GpgImportKey</code> |
|||
** <code>dev gpg allow</code> |
|||
** <code>fpf gpg allow</code> |
|||
⚫ | |||
== dom0 == |
== dom0 == |
||
⚫ | |||
* RPC Policy: Set USB keyboards and mice to ask for being attached to dom0 |
|||
Change global copy/paste ([https://forum.qubes-os.org/t/how-to-update-the-copy-paste-key-combination-in-4-1/5056/7 source]):<syntaxhighlight lang="shell-session"> |
|||
$ qvm-features dom0 gui-default-secure-copy-sequence 'Mod4-c' |
|||
$ qvm-features dom0 gui-default-secure-paste-sequence 'Mod4-v' |
|||
⚫ | |||
</syntaxhighlight> |
|||
⚫ | |||
* Change global copy/paste to use Win+C and Win+V |
|||
⚫ | |||
Create <code>/usr/local/bin/vault</code>, mapped to ctrl+shift+x |
Create <code>/usr/local/bin/vault</code>, mapped to ctrl+shift+x |
||
Line 65: | Line 22: | ||
</pre> |
</pre> |
||
⚫ | |||
Clock format: <code>%a %F %r</code> |
|||
⚫ | |||
TODO: Document using the new beta qubes app menu |
|||
== Advanced debugging == |
== Advanced debugging == |
Latest revision as of 01:11, 19 May 2024
Note: after restoring from a backup make sure to recreate the templates from the base again to save disk space because of copy-on-write.
Template VMs
In my Fedora VMs
systemctl mask packagekit
echo "vm.swappiness = 1" | sudo tee systemctl.conf
- I used this for Qubes 4.0 and 4.1, seeing if I don't need it for 4.2
dom0
- RPC Policy: Set USB keyboards and mice to ask for being attached to dom0
Follow https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dpi-scaling.md for getting it to work with my 4k display.Went back to a non-4k display.Appearance -> Style -> Adwaita-dark- Change global copy/paste to use Win+C and Win+V
- Clock format:
%a %F %r
Create /usr/local/bin/vault
, mapped to ctrl+shift+x
#!/bin/sh exec qvm-run vault keepassxc
Redshift, following https://www.bryceguinta.me/install-configure-and-autostart-redshift-on-qubes-40.html, except place the config file at
~/redshift.conf
so it gets included in dom0 backups and use Settings -> Session and Startup to add the autostart entry.
Advanced debugging
In the grub bootloader you can press "E" on a menu item to edit both the Linux and Xen command lines before booting. Removing "quiet" from Linux will make the boot process verbose and you can see where you get stuck.
Boot a Qubes installer USB, select rescue mode. Select option #1, enter your decryption password. Ignore the error which says "You have no Linux partitions...", it's wrong and a known issue.
If you run e.g. fdisk -l
, you should see your disks and VMs. You should be able to mount dom0 with e.g. mkdir /mnt/dom0 && mount /dev/qubes_dom0/root /mnt/dom0
. To do stuff in dom0, you might chroot /mnt/dom0.
If you need /proc
, /sys
, etc. inside the chroot, see this post for how to mount them.