How to set up catalina VM in virtualbox from command line.
Hey there, TechCS here with another post for yall. In this I'll demonstrate VM set up from command line in Windows and linux. It's not something like rocket science, I even find it easier to set up catalina VM using this method. Very soon y'll understand why I'm saying this. So let's see what we'll need. One more thing to take into considerance is that I'm writing this on linux. But I'm pretty sure that it will work on windows.So let's dig in......... W hat you will need- 1. Virtualbox- Check out resource section. 2.MacOS catalina iso.-You can get it using a mac or from resource section. 3. Resource Section- Link . Let's dig in now. Step 1 Open terminal or command prompt(if you're using windows). Step 2 Now type the commands listed below or you can grab this script . For windows users this script will do the job. Commands- 1.cd "C:\Program Files\Oracle\VirtualBox\" (Windows users only) 2.NAME=Catalina #Create VM 3.VBoxManage cre...