--- layout: "docs" page_title: "Kernel Upgrade - VMware Provider" sidebar_current: "providers-vmware-kernel-upgrade" description: |- If as part of running your Vagrant environment with VMware, you perform a kernel upgrade, it is likely that the VMware guest tools will stop working. This breaks features of Vagrant such as synced folders and sometimes networking as well. --- # Kernel Upgrade If as part of running your Vagrant environment with VMware, you perform a kernel upgrade, it is likely that the VMware guest tools will stop working. This breaks features of Vagrant such as synced folders and sometimes networking as well. This page documents how to upgrade your kernel and keep your guest tools functioning. If you are not planning to upgrade your kernel, then you can safely skip this page. ## Enable Auto-Upgrade of VMware Tools If you are running a common OS, VMware tools can often auto-upgrade themselves. This setting is disabled by default. The Vagrantfile settings below will enable auto-upgrading: ```ruby # Ensure that VMWare Tools recompiles kernel modules # when we update the linux images $fix_vmware_tools_script = <