so I have a problem with connecting to a Win 11 host via rdp. To better understand, here some information about what I want to archive.
Used virtualbox version: 7.16
Goal: To have a running Win 11 host in headless mode on a Ubuntu Server 22.04
Steps that I took so far:
1. Installed the Win 11 system on a Linux Mint system with gui so that I could log in to the Win 11 host and give a fixed ipv4 address
2. Checked with remmina if the Win 11 host is reachable via rdp from the same Linux Mint system (it is)
3. copied the whole directory of the win11 host to the ubuntu server system
4. on the ubuntu server system: vboxmanage registervm /vms/win11/win11.vbox (worked)
5. on the ubuntu system: vboxmanage startvm "win11" -type headless
6. on the ubuntu system: vboxmanage list runningvms
Code: Select all
$ vboxmanage list runningvms
"win11" {77edc37f-a743-4f06-a66a-628f4a9eefd3
8. I then checked "vboxmanage list runningvms" again - and the machine apparently died. As I am not that deep into vbox logs, find it attached.
I hope someone can help me to get this fixed.