diff --git a/install.sh b/install.sh index 422e5b2..505f8f7 100644 --- a/install.sh +++ b/install.sh @@ -138,9 +138,9 @@ pvesm alloc $STORAGE $VMID $DISK0 128 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null qm set $VMID \ -efidisk0 ${DISK0_REF},size=128K \ - -sata0 ${DISK1_REF},size=6G > /dev/null + -scsi0 ${DISK1_REF},size=6G > /dev/null qm set $VMID \ - -boot order=sata0 > /dev/null + -boot order=scsi0 > /dev/null # Add serial port and enable console output set +o errtrace