mirror of https://github.com/kholia/OSX-KVM.git
Update README.md
This commit is contained in:
parent
d27e6b3d86
commit
cbf0fd015e
22
README.md
22
README.md
|
@ -11,11 +11,6 @@ sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubu
|
||||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.install.script
|
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.install.script
|
||||||
```
|
```
|
||||||
|
|
||||||
#### macOS Recovery and Installation
|
|
||||||
- Once OpenCore boots, you can download the macOS installer:
|
|
||||||
```
|
|
||||||
$ ./fetch-macOS-v2.py
|
|
||||||
```
|
|
||||||
Choose from:
|
Choose from:
|
||||||
```shell
|
```shell
|
||||||
1. High Sierra (10.13)
|
1. High Sierra (10.13)
|
||||||
|
@ -48,6 +43,12 @@ Select a product to download (1-8): 6
|
||||||
- Boot the VM and macOS should start with OpenCore managing the EFI environment.
|
- Boot the VM and macOS should start with OpenCore managing the EFI environment.
|
||||||
- Optionally, you can keep `fetch-macOS-v2.py` handy to upgrade or reinstall newer macOS versions.
|
- Optionally, you can keep `fetch-macOS-v2.py` handy to upgrade or reinstall newer macOS versions.
|
||||||
|
|
||||||
|
#### macOS Recovery and Installation
|
||||||
|
- Once OpenCore boots, you can download the macOS installer:
|
||||||
|
```
|
||||||
|
$ ./fetch-macOS-v2.py
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Fedora 38+ Quick Install
|
### Fedora 38+ Quick Install
|
||||||
|
@ -63,11 +64,6 @@ sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fed
|
||||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script
|
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script
|
||||||
```
|
```
|
||||||
|
|
||||||
#### macOS Recovery and Installation
|
|
||||||
- Once OpenCore boots, you can download the macOS installer using:
|
|
||||||
```
|
|
||||||
$ ./fetch-macOS-v2.py
|
|
||||||
```
|
|
||||||
Choose from:
|
Choose from:
|
||||||
```
|
```
|
||||||
1. High Sierra (10.13)
|
1. High Sierra (10.13)
|
||||||
|
@ -100,6 +96,12 @@ Select a product to download (1-8): 6
|
||||||
- Boot the VM; OpenCore handles the EFI environment and macOS should load.
|
- Boot the VM; OpenCore handles the EFI environment and macOS should load.
|
||||||
- Keep `fetch-macOS-v2.py` available for future upgrades or reinstallations.
|
- Keep `fetch-macOS-v2.py` available for future upgrades or reinstallations.
|
||||||
|
|
||||||
|
#### macOS Recovery and Installation
|
||||||
|
- Once OpenCore boots, you can download the macOS installer using:
|
||||||
|
```
|
||||||
|
$ ./fetch-macOS-v2.py
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
|
|
Loading…
Reference in New Issue