OSX-KVM: Difference between revisions

imported>Mic92
Created page with "[https://github.com/kholia/OSX-KVM OSX-KVM] allows to run macOS on Linux machines. Use the following <code>shell.nix</code> to get all the tools required to boot OSX-KVM: <s..."
 
imported>BenSchZA
m Add details about erase/formatting of Qemu disk
Line 56: Line 56:
</syntaxHighlight>
</syntaxHighlight>


Than boot the system with:
Then boot the system with:


<syntaxHighlight lang=console>
<syntaxHighlight lang=console>
Line 62: Line 62:
</syntaxHighlight>
</syntaxHighlight>


You may also want to adjust the increase cpu count/memory in <code>./OpenCore-Boot.sh</code> if your systems resources allows it. On the first run choose the installer from the boot menu. Select the previously created disk image as install target.
You may also want to adjust the increase cpu count/memory in <code>./OpenCore-Boot.sh</code> if your systems resources allows it.
 
On the first run, from the boot menu, select disk utilities and erase / format the Qemu disk that will be used for installation. Then choose the installer from the boot menu. Select the previously created disk image as install target.
 
On the next boot you will a new boot entry containing the actual installation.
On the next boot you will a new boot entry containing the actual installation.