Skip to content

Instantly share code, notes, and snippets.

@mathse
Last active October 30, 2018 04:03
Show Gist options
  • Save mathse/4afda2a1b44415b02683 to your computer and use it in GitHub Desktop.
Save mathse/4afda2a1b44415b02683 to your computer and use it in GitHub Desktop.
## 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