{"id":3561,"date":"2019-07-07T22:32:43","date_gmt":"2019-07-07T19:32:43","guid":{"rendered":"https:\/\/kifarunix.com\/?p=3561"},"modified":"2019-07-07T22:32:44","modified_gmt":"2019-07-07T19:32:44","slug":"install-virtualbox-guest-additions-on-debian-10-buster","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-virtualbox-guest-additions-on-debian-10-buster\/","title":{"rendered":"Install VirtualBox Guest Additions on Debian 10 Buster"},"content":{"rendered":"\n
So if you have installed Debian 10 Buster on VirtualBox, you might have realized that it is not in full-screen view by default. If you need to set it to full-screen view, follow though this guide on how to install VirtualBox Guest Additions on Debian 10 Buster. There are so many feature that VirtualBox Guest additions can offer. This include;<\/p>\n\n\n\n
The Guest Additions offer the following features:<\/p>\n\n\n\n
To read more on VirtualBox Guest addition features on the\u00a0VirtualBox User Manual<\/a>.<\/p>\n\n\n\n Install Debian 10 Buster on VirtualBox by following the link below;<\/p>\n\n\n\n Install Debian 10 Buster on VirtualBox<\/a><\/p>\n\n\n\n VirtualBox guest additions can be installed through the use VirtualBox guest addition ISO. The Guest additions ISO file can be mounted on a VirtualBox virtual machine via the Virtualbox manager or by installing with the package manager.<\/p>\n\n\n\n To mount the guest additions ISO file using VirtualBox manager, open the virtual machine and click Devices<\/strong> > Insert Guest Additions CD image<\/strong> on the Menu bar.<\/p>\n\n\n\n Our Debian 10 Buster uses KDE Plasma as desktop manager. Hence, when VirtualBox guest addition ISO file is inserted, you are prompted on how to open. Select Open with File Manager<\/strong>.<\/p>\n\n\n\n It is also mounted as a removable device. You can open the file manager and click the iso file to mount it. It is mounted under , under \/media\/cdrom0<\/strong>.<\/p>\n\n\n\n Now, to install VirtualBox guest additions, you need to have the kernel headers, DKMS framework, and build tools installed. To verify whether these tools are installed, you can run the command below;<\/p>\n\n\n\n If none is installed, run the command below to install them;<\/p>\n\n\n\n Once the installation is done, you can now install VirtualBox guest additions by executing the command below;<\/p>\n\n\n\n Once the installation is done, restart your virtual machine in order to reload the kernel modules.<\/p>\n\n\n\n Once the system reboots, it should boot to full-screen mode.<\/p>\n\n\n\n Well, that is all on how to install VirtualBox Guest Additions on Debian 10 Buster. Enjoy<\/p>\n\n\n\nInstall VirtualBox Guest Additions on Debian 10 Buster<\/h2>\n\n\n\n
<\/a><\/figure>\n\n\n\n
<\/a><\/figure>\n\n\n\n
Install VirtualBox Guest Additions<\/h3>\n\n\n\n
dpkg -l | grep -E \"dkms|linux-headers-$(uname -r)|build-essential\"<\/code><\/pre>\n\n\n\n
ii build-essential 12.6 amd64 Informational list of build-essential packages\nii dkms 2.6.1-4 all Dynamic Kernel Module Support Framework\nii linux-headers-4.19.0-5-amd64 4.19.37-5 amd64 Header files for Linux 4.19.0-5-amd64<\/code><\/pre>\n\n\n\n
sudo apt update -y && apt upgrade\nsudo apt install dkms linux-headers-$(uname -r) build-essential<\/code><\/pre>\n\n\n\n
sudo sh \/media\/cdrom0\/VBoxLinuxAdditions.run<\/code><\/pre>\n\n\n\n
Verifying archive integrity... All good.\nUncompressing VirtualBox 6.0.8 Guest Additions for Linux........\nVirtualBox Guest Additions installer\nRemoving installed version 6.0.8 of VirtualBox Guest Additions...\nupdate-initramfs: Generating \/boot\/initrd.img-4.19.0-5-amd64\nCopying additional installer modules ...\nInstalling additional modules ...\nVirtualBox Guest Additions: Starting.\nVirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel \nmodules. This may take a while.\nVirtualBox Guest Additions: To build modules for other installed kernels, run\nVirtualBox Guest Additions: \/sbin\/rcvboxadd quicksetup <version>\nVirtualBox Guest Additions: or\nVirtualBox Guest Additions: \/sbin\/rcvboxadd quicksetup all\nVirtualBox Guest Additions: Building the modules for kernel 4.19.0-5-amd64.\nupdate-initramfs: Generating \/boot\/initrd.img-4.19.0-5-amd64\nVirtualBox Guest Additions: Running kernel modules will not be replaced until \nthe system is restarted<\/code><\/pre>\n\n\n\n
<\/a><\/figure>\n\n\n\n
<\/figure>\n\n\n\n
Related Tutorials;<\/h3>\n\n\n\n