Skip to content

Instantly share code, notes, and snippets.

@GreepTheSheep
Last active August 21, 2024 03:28
Show Gist options
  • Save GreepTheSheep/c30ebc58b4ea9f898695c8a2b206e505 to your computer and use it in GitHub Desktop.
Save GreepTheSheep/c30ebc58b4ea9f898695c8a2b206e505 to your computer and use it in GitHub Desktop.
Install VBox Guest On Debian
  1. Install VirtualBox Extention Pack
  2. Prepare Linux kernel for VirtualBox: sudo apt install gcc make perl dkms
  3. Mount the Guest Additions disk
  4. Install Guest Additions: sudo sh /media/cdrom0/VBoxLinuxAdditions.run
  5. Reboot
  6. Enjoy
@hideandseekstheorder
Copy link

thanks its work

@kimuracl
Copy link

kimuracl commented Mar 13, 2024

March 2024 and this tip work sucessful.

Thanks.

@willdjames
Copy link

Thanks!!!

@bllgg
Copy link

bllgg commented Aug 21, 2024

Thanks!!! VirtualBox Extention Pack didn't go well. But rest worked perfectly and got installed guest additions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment