myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

Running the script on a remote shell #647

Closed slavamas closed 1 year ago

slavamas commented 1 year ago

black, empty screen. macos installation never started. macOS_troubleshoot.txt

myspaghetti commented 1 year ago

Hi, it appears the VM is assigned 5 CPUs. macOS doesn't like that, please assign 2 CPUs and try booting the VM again. All the downloaded files appear to have the correct MD5 sum, and all the other settings appear to be correct.

slavamas commented 1 year ago

Thank you, Jack for replying. I changed it to 2 CPUs, but it did not help - the same black, blank screen. No GUI appears. I've been trying to run shell script in debug mode, hoping it will tell me why it is getting stuck, but it did not tell me much

On Wed, Mar 1, 2023 at 2:56 AM Jack @.***> wrote:

Hi, it appears the VM is assigned 5 CPUs. macOS doesn't like that, please assign 2 CPUs and try booting the VM again. All the downloaded files appear to have the correct MD5 sum, and all the other settings appear to be correct.

— Reply to this email directly, view it on GitHub https://github.com/myspaghetti/macos-virtualbox/issues/647#issuecomment-1449874625, or unsubscribe https://github.com/notifications/unsubscribe-auth/AELNG4K7F4CI4QIGTCF2UYTWZ4TPFANCNFSM6AAAAAAVLPZAGY . You are receiving this because you authored the thread.Message ID: @.***>

myspaghetti commented 1 year ago

Make sure you change the CPU count in the VirtualBox VM settings and not just the script. Or delete the VM and let the script create a new one.

slavamas commented 1 year ago

Jack, it has been solved! Thank you so much for your replies and suggestions. I think it was totally my fault and I will close this issue. I am running this virtualbox remotely on other computer and accessing with "ssh -X". and it was silly of me trying to access all this in separate shell session. once I ran virtualbox & - it all have been solved and "bitten apple" was eventually installed and runs now just fine. and I ran already "delete_temporary_files". THANK YOU!