-
Notifications
You must be signed in to change notification settings - Fork 145
[Bug]: Cannot choose an ISO from the filesystem to boot from when trying to boot a VM with no operating system #252
Description
Version
7.2.2
Host OS Type
Linux
Host OS name + version
Ubuntu 24.04 LTS
Host Architecture
x86
Guest OS Type
Linux
Guest Architecture
x86
Guest OS name + version
Not applicable
Component
GUI
What happened?
If I try to boot a virtual machine with no operating system, a popup appears that states:
The virtual machine failed to boot. That might be caused by a missing operating system or misconfigured boot order. Mounting an operating system install DVD might solve this problem. Selecting an ISO file will attempt to mount it after the dialog is closed.
This then provides a "DVD:" combo box for selecting an ISO file from which to boot the VM. Previously, if I selected the "Other..." option in this combo box, a file selector window would appear, allowing me to find and choose the ISO to boot. However, in VirtualBox 7.2.2, clicking the "Other..." option silently fails; I see the combo box display "Other..." as selected very briefly, then it vanishes and the "DVD:" combo box is left blank.
A brief video showing the issue:
vbox-other-failure-2025-09-27_23.42.27.mp4
How can we reproduce this?
- Launch Oracle VirtualBox Manager from the system's application menu.
- Click the "New" button to create a new VM.
- Set the "VM Name" field to
ubuntu-test. - Do NOT select an ISO image.
- Expand "Specify virtual hardware", and set "Base Memory" to "4096 MB".
- Set "Number of CPUs" to "2".
- Click "Finish".
- Double-click "ubuntu-test".
- When the "VirtualBoxVM" popup appears prompting you to select a disk image to boot from, click the drop-down arrow on the "DVD:" combo box, then click "Other...".
Did you upload all of your necessary log files, screenshots, etc.?
- Yes, I've uploaded all pertinent files to this issue.