We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cf072e + 4701598 commit 34bb08cCopy full SHA for 34bb08c
etc/vboxrun.sh
@@ -79,7 +79,7 @@ else
79
# Creating and registering the VM and adding a virtual IDE drive to it,
80
# then attaching the hdd image.
81
echo -e "\nCreating VM: $VMNAME ...\n"
82
- $VB createvm --name "$VMNAME" --ostype "Other" --register
+ $VB createvm --name "$VMNAME" --ostype "Other_64" --register
83
$VB storagectl "$VMNAME" --name "IDE Controller" --add ide --bootable on
84
$VB storageattach "$VMNAME" --storagectl "IDE Controller" --port 0 --device 0 --type 'hdd' --medium "$targetLoc"
85
0 commit comments