1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Update README.md

This commit is contained in:
notAperson535 2022-02-01 16:01:24 -05:00 committed by GitHub
parent 4505eafc7f
commit 0801e00386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,14 +42,18 @@ sudo emerge -a qemu python pip # for Gentoo
``` ```
## Step 1 ## Step 1
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required). Run `fetch-macOS.py` to download installation media for macOS (internet required).
``` ```
./fetch-macOS-v2.py ./fetch-macOS.py
``` ```
Then run If the resulting file is named BaseSystem.smg then run
``` ```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
``` ```
If it is named RecoveryImage.dmg run
```
qemu-img convert RecoveryImage.dmg -O raw BaseSystem.img
```
## Bringing Your Own macOS bootable file ## Bringing Your Own macOS bootable file
If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, drag it into the OneCLick-macOS-Simple-KVM folder. Then, Check if it is named BaseSystem. If not, rename it. If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, drag it into the OneCLick-macOS-Simple-KVM folder. Then, Check if it is named BaseSystem. If not, rename it.