1. Open the VirtualBox GUI Manager.
  2. Start the Debian guest virtual machine.
  3. From the virtual machine menu, click Devices -> “Insert Guest Additions CD Image” as shown on the image below:

Insert Guest Additions CD Image

  1. Open the Debian guest terminal, create a new directory , and mount the ISO file:

sudo mkdir -p /mnt/cdrom

sudo mount /dev/cdrom /mnt/cdrom

CopyCopy

  1. Navigate to the directory and execute the VBoxLinuxAdditions.run script to install the Guest Additions:

cd /mnt/cdrom

sudo sh ./VBoxLinuxAdditions.run –nox11

CopyCopy

The –nox11 option tells the installer not to spawn an xterm window.

The output will look like below:

Verifying archive integrity… All good.

Uncompressing VirtualBox 6.0.16 Guest Additions for Linux……..

VirtualBox Guest Additions: Starting.Copy

  1. Reboot the Debian guest for changes to take effect:

sudo shutdown -r now

 

By Rayhan

My name is Rayhan and I'm an IT professional with over 10 years of experience in the field. I'm passionate about all things tech, and I love helping people solve their IT problems. In my free time, I enjoy tinkering with new gadgets and software, and I'm always on the lookout for the latest tech trends. I believe that technology has the power to make our lives easier and more enjoyable, and I'm excited to be a part of this ever-evolving field. Thank you for taking the time to visit my page.

Leave a Reply

Your email address will not be published. Required fields are marked *