Friday, October 18, 2024

Problems with Virtualbox Guest Additions

Before installing Virtual Box Guest Additions you may need install some software to not having problems with screen or resolution or even worst kernel damage, the commands are the following:

  • $ sudo apt-get update
  • $ sudo apt-get install build-essential dkms
  • $ sudo apt-get install linux-headers-$(uname -r)
Best Regards,

No comments:

Post a Comment