diff --git a/vagrant/centos6.ks b/vagrant/centos6.ks index 465b643..2cbc5ad 100644 --- a/vagrant/centos6.ks +++ b/vagrant/centos6.ks @@ -136,12 +136,18 @@ pushd /etc/dracut.conf.d echo 'add_drivers+=" vmw_pvscsi "' > vmware-fusion-drivers.conf echo 'add_drivers+=" hv_netvsc hv_storvsc hv_utils hv_vmbus hid-hyperv "' > hyperv-drivers.conf popd + +# Fix for issue 156, CentOS 6 not booting on HyperV +echo blacklist hyperv_fb > /etc/modprobe.d/hyperv_fb.conf + # Fix the SELinux context of the new files restorecon -f - <