diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 2fabfa1..17efd2e 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -790,11 +790,10 @@ if [[ -n $( echo "Could not attach \"${macOS_release_name}_Installation_files.viso\". Exiting."; exit fi echo "Starting virtual machine \"${vm_name}\". -This should take a couple of minutes. If booting fails, check that VirtualBox -successfully uses the VT-x/AMD-V paravirtualization interface, or see the -documentation for information about applying different CPU profiles." +This should take a couple of minutes. If booting fails, see the documentation +for information about applying different CPU profiles." ( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 ) -echo "While the script is running, please do not interact with the virtual machine." +echo -e "\nWhile the script is running, please do not interact with the virtual machine." [[ -z "${kscd}" ]] && declare_scancode_dict prompt_lang_utils prompt_terminal_ready