Hi
I am using Virtualbox 5.1.8 on arch host. I have installed windows 7 as guest os. Sometimes it happens that when I press Ctrl+F to enter into fullscreen mode, the guest os completely disappears from display (also not becomes a headless). 'ps -aux' shows that its running, but I cannot access it by any means. The only option I left with is to use 'kill' command to kill guest-os, which also results in data loss in guest os. Kindly help me to investigate and fix this problem.
Regards
guest os disappears from display
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: guest os disappears from display
Sometimes?
So it's not a consistent thing?
Also, what happens if you go to VirtualBox manager?
Does the VM still show as running?
What about other VMs?
So it's not a consistent thing?
Also, what happens if you go to VirtualBox manager?
Does the VM still show as running?
What about other VMs?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Re: guest os disappears from display
Yes, its not consistent. Buts also not very rare, i can say that it happens 20-30%.Sometimes?
So it's not a consistent thing?
Yes, VirtualBox manager shows it running but I cannot make any change to vm, Even right click to vm is does not workAlso, what happens if you go to VirtualBox manager?
Does the VM still show as running?
I am not using any other VM. This windows 7 is because of my office requirement.What about other VMs?
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: guest os disappears from display
Since it is difficult to replicate even for you, you'll have to search for signs on your host I'm afraid. But, until then, one workaround it to configure Windows to shut down gracefully by going to: Control Panel, Power Options, Choose what the power button does: Shut down. Then you can use the terminal and issue the command:
VBoxManage controlvm "<Your_VM_Name>" acpipowerbutton
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Re: guest os disappears from display
Thanks a lot. The following command is handy:socratis wrote:Since it is difficult to replicate even for you, you'll have to search for signs on your host I'm afraid. But, until then, one workaround it to configure Windows to shut down gracefully by going to: Control Panel, Power Options, Choose what the power button does: Shut down. Then you can use the terminal and issue the command:Are you using virtual desktops by any chance and your VM is going to one of them?
VBoxManage controlvm "<Your_VM_Name>" acpipowerbutton
Code: Select all
VBoxManage controlvm "Windows" savestate
Regards
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: guest os disappears from display
There are two threads that came up today with disappearing/vanishing guests, that both, apparently, continue to run, they just ... disappear as a "window" (technically, they're both Full Screen):
Also, if you could look at the host's logs to see if there's anything out of the ordinary, that might provide us with some clues.
PS. I'm posting this message in both threads. If they have the same case of the Houdini's I'm going to merge the two topics.
- Where is the machine ?, by AALLeeXX and
- guest os disappears from display, by zetro.
AALLeeXX zetro Host: OSX 10.12.1 Arch ??? VBox: 5.1.8 ??? Guest: Ubuntu 16.04 Windows 7 Full screen: Yes Yes
VBoxManage controlvm "<Your_VM_Name>" acpipowerbutton
Also, if you could look at the host's logs to see if there's anything out of the ordinary, that might provide us with some clues.
PS. I'm posting this message in both threads. If they have the same case of the Houdini's I'm going to merge the two topics.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Re: guest os disappears from display
My problem seems to be solved.
I reinsatlled the Guest Additions. This time I have unchecked the option "D3D Support (Experimental)". In previous installations, I had enabled this function. I think D3D Support was causing this problem.
I reinsatlled the Guest Additions. This time I have unchecked the option "D3D Support (Experimental)". In previous installations, I had enabled this function. I think D3D Support was causing this problem.