I start windows with a database server in a virtual box by the command:
VBoxManage startvm Wind10 --type headless
Then maybe I want to show the gui by
VirtualBox
or by
VBoxSDL --startvm Wind10 --separate
to do some work there. Afterwards I want to close the gui again but the headless windows os to continue running neatlessly (without having all the database clients being crashed by rebooting it). I found a solution for ubuntu (Is it possible to launch GUI of headless VirtualBox' machine?) with a menu entry "Detach GUI", but this entry is missing in my OpenSuse 15.3.


