diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index bab1129..06caee9 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -87,7 +87,7 @@ function create_proxmox_vm() { #ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qm create $VM_ID --name $VM_NAME --memory 2048 --cores 2 --net0 virtio,bridge=vmbr0 --bios ovmf" echo "Creating VM in Proxmox with UEFI and VLAN tag..." - ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qm create $VM_ID --name $VM_NAME --memory 2048 --cores 2 --net0 virtio,bridge=vmbr69,tag=$VLAN_TAG --bios ovmf" + ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qm create $VM_ID --name $VM_NAME --memory 2048 --cores 2 --net0 virtio,bridge=vmbr69,tag=$VLAN_TAG --bios ovmf --scsihw virtio-scsi-pci" # Import the disk to local-lvm storage echo "Importing disk to local-lvm storage..."