Firstly, make sure the guest addition version is compatible for the VM Box version.
Manual installing guest addition in Linux system.
- Go to Devices > Insert Guest Additions CD Image from the VirtualBox menu.
- Open a terminal inside the guest Linux OS and run the following command:
sudo mount /dev/cdrom /mnt
- go to mount
cd /mnt, and then run the installer sudo ./VBoxLinuxAdditions.run
- At the end reboot guest OS
sudo reboot
If you confront a black screen problem after restarting OS, please check the display configuration in the VM Box setting.
- In the VirtualBox Manager, select your virtual machine and click Settings.
- Navigate to the Display tab and try the following:
Increase Video Memory: Set it to at least 128 MB.
Enable 3D Acceleration: Ensure that 3D Acceleration is checked.
If 3D acceleration is already enabled and causing the issue, try disabling it and see if that resolves the black screen problem.
- Save the changes and restart the guest OS.
If the black screen problem can't be resolved after display setting, you could try to remove guest addition and install it again.
Normally after installing guest addition without restarting guest OS, the guest addition will start automatically, and the full screen will be activated automatically.