I have installed Ubuntu 18.04 on VirtualBox and the display is not covering the whole screen of the guest OS.
Asked
Active
Viewed 3,875 times
6
-
Did you install VirtualBox Guest Additions to your virtual machine? – FedKad Oct 03 '19 at 14:42
-
yes, sudo apt-get install virtualbox-guest-dkms – Amos n Oct 03 '19 at 15:09
2 Answers
3
Guest Additions is an image of a CD. It needs to be connected as a device to the VM and then launched from inside the Ubuntu guest OS.
From the VirtualBox client menu, choose Devices → Insert guest additions CD image. It will mount into Ubuntu. Once it does, run the installer from that CD/DVD image and reboot the system once it's installed.
That should allow your guest OS to resize itself properly.

BeastOfCaerbannog
- 14,585

Phillip H. Blanton
- 254
- 1
- 8
1
If you are talking about the VirtualBox window, you can go to View → Switch to Fullscreen Mode.
See this thread: Is there a way to make a fullscreen on VirtualBox?

BeastOfCaerbannog
- 14,585

Saxtheowl
- 1,739
- 2
- 10
- 20