audio crashes VBox 6.1.20, disabling audio
This commit is contained in:
@@ -656,7 +656,7 @@ if [[ -n "$(VBoxManage modifyvm "${vm_name}" --cpus "${cpu_count}" \
|
||||
--boot1 none --boot2 none --boot3 none --boot4 none \
|
||||
--firmware efi --rtcuseutc on --chipset ich9 ${extension_pack_usb3_support} \
|
||||
--mouse usbtablet --keyboard usb --audiocontroller hda \
|
||||
--audiocodec stac9221 2>&1 >/dev/null )" ]]; then
|
||||
--audiocodec stac9221 --audio=none 2>&1 >/dev/null )" ]]; then
|
||||
echo -e "\nError: Could not configure virtual machine \"${vm_name}\"."
|
||||
echo -e "Please execute the stage ${low_contrast_color}configure_vm${default_color} again before resuming the script"
|
||||
echo -e "as described in the documentation.\n"
|
||||
|
||||
Reference in New Issue
Block a user