OSX-KVM: Difference between revisions

imported>BenSchZA
m Add details about erase/formatting of Qemu disk
imported>Flokli
fix typo
Line 32: Line 32:
</syntaxHighlight>
</syntaxHighlight>


After using cloning the repository use <code>./fetch-macOS.py</code> as described in the README
After cloning the repository use <code>./fetch-macOS.py</code> as described in the README
to download macOS
to download macOS
Than do:
Then do:


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


Last but not least configure a tap interface that will be used in macOS for networking:
Last but not least, configure a tap interface that will be used in macOS for networking:


<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.
You may also want to adjust the cpu count/memory in <code>./OpenCore-Boot.sh</code> if your systems resources allow 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 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.