mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-16 16:19:41 +01:00
Update README.md
This commit is contained in:
parent
88e13a4be1
commit
11138bf773
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -37,8 +37,7 @@ sudo emerge -a qemu python:3.4 pip # for Gentoo
|
|||
```
|
||||
|
||||
## Step 1
|
||||
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required). You can also bring your own BaseSystem.dmg file and convert it. (If you are trying to run an older version of macOS, use legacy.sh instead of basic.sh.
|
||||
```
|
||||
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required).
|
||||
./fetch-macOS-v2.py
|
||||
```
|
||||
Then run
|
||||
|
@ -46,6 +45,16 @@ Then run
|
|||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||
```
|
||||
|
||||
## 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, Check if it is named BaseSystem. If not, rename it.
|
||||
If the file is now named BaseSystem.dmg, you must run this command to convert it to BaseSystem.img
|
||||
```
|
||||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||
```
|
||||
If it is named BaseSystem.dmg, you are good to go
|
||||
|
||||
Hint (If using an older version of macOS, instead of running sudo `./basic.sh` run `sudo ./legacy.sh`
|
||||
|
||||
## Step 2
|
||||
Create an empty hard disk using `qemu-img`, changing the name and size to preference:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue