Skip to content

Instantly share code, notes, and snippets.

@JayGwod
Last active February 26, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayGwod/10061ab5c7c9d70f896e5fcb3a4a49b9 to your computer and use it in GitHub Desktop.
Save JayGwod/10061ab5c7c9d70f896e5fcb3a4a49b9 to your computer and use it in GitHub Desktop.
[VBox guest editions fails on CentOS 7]kernel-devel-3.10.0-862.14.4.el7.x86_64 not found. #VBox #CentOS

dotless-de/vagrant-vbguest#311 (comment)

The same on VirtualBox 5.2.20 and 5.2.18. centos/7 Vagrant box v1809.01 kernel-devel-3.10.0-957.1.3.el7.x86_64 was installed instead of kernel-devel-3.10.0-862.14.4.el7.x86_64.

Indeed, same issue here. I got around this by updating the kernel to 3.10.0-957, but this is just a temporary workaround, must be a better way, e.g.

  • vagrant up ... until it fails as above
  • vagrant ssh
  • sudo yum -y update kernel
  • exit
  • vagrant reload --provision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment