I may found one in qubes-manager.noarch 4.3.23-1.fc41
Namely, when trying to boot from ISO while creating a qube, Settings and Qube Manager windows crash. I won’t paste logs.
What helps is patching /usr/lib/python3.13/site-packages/qubesmanager/settings.py
on line 1392, and changing:
vm=self.vm.name
to
vm=self.vm
It is related to /usr/lib/python3.13/site-packages/qubesmanager/bootfromdevice.py
DISCLAIMER: I used my eyes, fingers, keyboard, mice, laptop, Qubes OS, dom0’s xfce4-terminal, AI and Calculator to asses this. And my brain.
And I am over 18.
My neighbors weren’t involved in this in any shape or form, so they are completely innocent.
If I forgot to disclose any other internal enemy, please let me know. Happy to be a snitch.
kuhbs
August 1, 2026, 2:26pm
2
Lovely, I think this belongs on github as a bug report / issue though no?
Me no Github. Account. Also, who knows… Let’s wait for someone else to jump in…?
opened 10:01AM - 24 Jul 26 UTC
C: Qubes GUI tools
P: default
diagnosed
pr submitted
affects-4.3
### Qubes OS release
Qubes OS 4.3
### Brief summary
Trying to boot qube from … ISO from qube settings menu results in error.
### Steps to reproduce
1. Open qube settings menu
2. Click "Boot qube from DISC or block device"
3. Get the following error:
```
Whoops. A critical error has occurred. This is most likely a bug in Qubes Manager.
AttributeError: 'str' object has no attribute 'klass'
at line 1391
of file /usr/lib/python3.13/site-packages/qubesmanager/settings.py.
```
4. Click "Show Details..."
5. Observe the following:
```
----
line: if vm.klass in ["RemoteVM", "AdminVM"]:
func: __init__
line no.: 46
file: /usr/lib/python3.13/site-packages/qubesmanager/bootfromdevice.py
----
line: boot_dialog = bootfromdevice.VMBootFromDeviceWindow(
func: boot_from_cdrom_button_pressed
line no.: 1391
file: /usr/lib/python3.13/site-packages/qubesmanager/settings.py
```
### Expected behavior
_No response_
### Actual behavior
_No response_
### Additional information
All dom0 repos enabled
qubes-manager 4.3.23
Using `qvm-start --cdrom` works
main ← ben-grande:remote-boot-exclusion
opened 08:11AM - 27 Jul 26 UTC
Fixes: https://github.com/qubesos/qubes-issues/issues/11015
corporateblush:
DISCLAIMER: I used my eyes, fingers, keyboard, mice, laptop, Qubes OS, dom0’s xfce4-terminal, AI and Calculator to asses this. And my brain.
And I am over 18.
My neighbors weren’t involved in this in any shape or form, so they are completely innocent.
If I forgot to disclose any other internal enemy, please let me know. Happy to be a snitch.
You don’t need to disclose AI use per se if you didn’t use it to substantially generate your post. The policy is not some purity test for maximally manual labor.
Wow, a lot of patches there unlike my one-liner?
This policy applies to every way in which you may contribute to, or interact with, the project, including (but not limited to) code, patches, packages, issue tracking, reporting security issues, documentation, artwork, discussion forums, mailing lists, social media, chat, and email.
Darn, again didn’t read it properly! Just joking @rustybird . I sincerely appreciate you and it is nothing personal. It is just that at the moment it invokes my cynicism, nothing else. It’ll pass by in a several posts… otherwise it’d get boring to repeat it, and I am aware of that.
Cheers.