Last active
October 30, 2018 04:03
-
-
Save mathse/4afda2a1b44415b02683 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## sles | |
modprobe vmw_pvscsi | |
sed -i '/^INITRD_MODULES/ s/="/="vmw_pvscsi /g' /etc/sysconfig/kernel | |
mkinitrd | |
halt | |
# change your scsi controller to paravirtual | |
## ubuntu / centos (if vmware-tools installed) | |
# simply change the controller to paravirtual | |
## if open-vm-tools installed eg: centos7 | |
modprobe vmw_pvscsi | |
dracut -f | |
halt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment