Fixed : updated instructions to install MacOS

pull/61/head
Yannick Mauray 3 years ago committed by Martin Wimpress
parent d083b69ec7
commit e83de9baf3
  1. 12
      README.md

@ -193,9 +193,11 @@ You can use `quickemu` to run a macOS virtual machine.
``` ```
wget https://raw.githubusercontent.com/foxlet/macOS-Simple-KVM/master/tools/FetchMacOS/fetch-macos.py -O fetch-macos.py wget https://raw.githubusercontent.com/foxlet/macOS-Simple-KVM/master/tools/FetchMacOS/fetch-macos.py -O fetch-macos.py
chmod +x fetch-macos.py python3 -m venv venv
./fetch-macos.py . venv/bin/activate
qemu-virgil.qemu-img convert BaseSystem/BaseSystem.dmg -O raw BaseSystem.img python3 -m pip install requests click
python3 ./fetch-macos.py
qemu-img convert BaseSystem/BaseSystem.dmg -O raw BaseSystem.img
``` ```
* Create a VM configuration file; for example `macos.conf` * Create a VM configuration file; for example `macos.conf`
@ -240,9 +242,9 @@ Starting macos.conf
- 8888 => 80 - 8888 => 80
``` ```
* Boot from the BaseSystem * Boot from the BaseSystem (use cursor keys if the mouse doesn't work)
* Click **Disk Utility** and **Continue** * Click **Disk Utility** and **Continue**
* Select `Apple Inc. VirtIO Block Media` that is ~68GB from the list and click **Erase**. * Select `Apple Inc. VirtIO Block Media` that is ~138GB from the list and click **Erase**.
* Enter a `Name:` for the disk and click **Erase**. * Enter a `Name:` for the disk and click **Erase**.
* Click **Done**. * Click **Done**.
* Close Disk Utility * Close Disk Utility

Loading…
Cancel
Save