IT/Software/Virtualization/Virtual Box: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
#There are very many ways to do this. | #There are very many ways to do this. | ||
##This is mainly taken/borrowed/stolen from here. | ##This is mainly taken/borrowed/stolen from [https://applehint.com/t/step-by-step-to-install-macos-10-15-catalina-on-virtualbox-on-windows-pc/1503 here]. | ||
#First download the files | #First download the files | ||
##iso | ##iso | ||
Line 22: | Line 22: | ||
#Create and setup the virtualbox(before you start it) | #Create and setup the virtualbox(before you start it) | ||
##Run the following command. | ##Run the following command. | ||
### you can run them individually or with && inbetw3een them to make it faster. | ###you can run them individually or with && inbetw3een them to make it faster. | ||
<code>VBoxManage modifyvm "Catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1</code> | <code>VBoxManage modifyvm "Catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1</code> | ||
###Who knows how many of these are really necessary | ###Who knows how many of these are really necessary | ||
##Changes | ##Changes |
Revision as of 08:05, 24 February 2020
Notes:
Latest Version from the PPA
Linux(kubuntu) Host
Windows Guest
MAC Guest
The other way of doing this with qemu is here.
- There are very many ways to do this.
- This is mainly taken/borrowed/stolen from here.
- First download the files
- iso
- You can get this from many different places
- Take your chances all of them may be hacked in some way.
- Boot Disk
- iso
- Create and setup the virtualbox(before you start it)
- Run the following command.
- you can run them individually or with && inbetw3een them to make it faster.
- Run the following command.
VBoxManage modifyvm "Catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" && VBoxManage setextradata "Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
- Who knows how many of these are really necessary
- Changes
- Set cpus to 2
- Video memory to at least 100mb
- Chipset to PIIX3
- Enable I/O caching in Storage
- Optional set display
- Install the OS
- Cleanup
- Remove the install iso