From fd2ce7b05aa1782ee7ca51249448c44ad17a7ea1 Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Fri, 3 May 2019 15:47:31 +0000 Subject: [PATCH] minor changes in audio config (still no support) --- macos-guest-virtualbox.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 3f8e804..b132d18 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # One-key semi-automatic installer of macOS on VirtualBox # (c) img2tab, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.60 +# version 0.60.1 # Requirements: 37.5GB available storage on host # Dependencies: bash>=4.0, unzip, wget, dmg2img, @@ -281,7 +281,7 @@ function configure_vm() { VBoxManage modifyvm "${vmname}" --cpus "${cpucount}" --memory "${memorysize}" \ --vram "${gpuvram}" --pae on --boot1 dvd --boot2 disk --boot3 none \ --boot4 none --firmware efi --rtcuseutc on --usbxhci on --chipset ich9 \ - --mouse usb --keyboard usb --audio none + --mouse usb --keyboard usb --audiocontroller hda --audiocodec stac9221 VBoxManage setextradata "${vmname}" \ "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "${devicename}" VBoxManage setextradata "${vmname}" \ @@ -608,11 +608,10 @@ sendspecial kbstring="https://github.com/acidanthera/AppleSupportPkg/releases/tag/2.0.4" sendkeys echo "" -printf 'In the VM, '${whiteonred}'manually'${defaultcolor}' right-click on AppleSupport-v2.0.4-RELEASE.zip' -echo "" -echo "and click 'Download Linked File As...' then from the dropdown menu" -echo "select '${vmname}' for 'Where:', then unbind the mouse cursor from the virtual" -printf 'machine with the '${whiteonblack}'right control key'${defaultcolor}' or "host" key.' +printf 'In the VM, '${whiteonred}'manually'${defaultcolor}' right-click on AppleSupport-v2.0.4-RELEASE.zip +and click '${whiteonblack}'"Download Linked File As..."'${defaultcolor}', then from the dropdown menu +select '${vmname}' for 'Where:', then unbind the mouse cursor from the virtual +machine with the '${whiteonblack}'right control key'${defaultcolor}' or "host key".' echo "" read -p "Click here and press enter when the download is complete."