From a2d0d042dce2c6dde7fde901851e11af9461ded5 Mon Sep 17 00:00:00 2001 From: kennethrrosen Date: Sat, 30 Nov 2024 11:34:26 +0000 Subject: [PATCH] Add standalone timeout note Note standalone `qrexec_timeout` workaround QubesOS/qubes-issues/issues/9251 --- user/advanced-topics/resize-disk-image.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/advanced-topics/resize-disk-image.md b/user/advanced-topics/resize-disk-image.md index b7805bd2..c06eaa1b 100644 --- a/user/advanced-topics/resize-disk-image.md +++ b/user/advanced-topics/resize-disk-image.md @@ -32,7 +32,8 @@ In most cases, the GUI tool Qube Settings (available for every qube from the Sta ![vm-settings-disk-image.png](/attachment/doc/r4.0-vm-settings-disk-image.png) -In case of standalone qubes and templates, just change the Disk Storage settings above. +In case of standalone qubes and templates, just change the Disk Storage settings above. If the standalone fails to start, temporarily increase the `qrexec_timeout`, [as described here](https://github.com/QubesOS/qubes-issues/issues/9251#issuecomment-2121596415). + In case of template-based qubes, the private storage (the /home directory and user files) can be changed in the qube's own settings, but the system root image is [inherited from the template](/doc/getting-started/), and so it must be changed in the template settings. If you are increasing the disk image size for Linux-based qubes installed from Qubes OS repositories in Qubes 4.0 or later, changing the settings above is all you need to do - in other cases, you may need to do more, according to instructions below. See also the OS-specific follow-up instructions below.