Changes between Initial Version and Version 1 of Ticket #19364, comment 7
- Timestamp:
- Nov 24, 2023 11:53:48 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19364, comment 7
initial v1 1 I ran into this open 4 year old issue while building script thatuses VirtualBox's command-line interface to non-interactively start and stop virtual machines.1 I ran into this open 4 year old issue while writing a script to uses VirtualBox's command-line interface to non-interactively start and stop virtual machines. 2 2 3 It's blocker for my purpose, so I spent some time and developed a hacky-but-functional workaround that I'll share here in case it's useful.3 The bug is a blocker for my purposes, so I spent some time and developed a hacky-but-functional workaround that I'll share here in case it's useful. 4 4 5 5 Basically I use the command-line interface (and I believe you can use the graphical interface) to simply detach the drives from the virtual SATA controller. Then you can boot the VM and it boots from the ISO in the virtual drive as intended. And after you've started the booting process, you can reattach the drives. Even after the ISO has booted, Linux is able to detect the drives within a few seconds.

