- Install VirtualBox Extention Pack
- Prepare Linux kernel for VirtualBox:
sudo apt install gcc make perl dkms
- Mount the Guest Additions disk
- Install Guest Additions:
sudo sh /media/cdrom0/VBoxLinuxAdditions.run
- Reboot
- Enjoy
Last active
May 23, 2025 23:39
-
-
Save GreepTheSheep/c30ebc58b4ea9f898695c8a2b206e505 to your computer and use it in GitHub Desktop.
Install VBox Guest On Debian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!