1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-07-01 10:58:33 +02:00

Update README.md

This commit is contained in:
notAperson535 2021-12-10 15:20:44 -05:00 committed by GitHub
parent 47cf741a4e
commit 862db4edf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others. Fin
New to macOS and KVM? Check [the FAQs.](docs/FAQs.md)
## OneClick Method
Simply run `sudo ./run.sh` to make the VM. Monterey may not work.
Once the VM boots up, just hit enter even if you don't see anything (do this every boot) Then format the biggest drive as macOS Extended Journaled, Then go to reinstall macOS and install it to the newly formatted hard drive.
## Getting Started
You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the KVM modules enabled. A Mac is **not** required. Some examples for different distributions:
@ -17,10 +21,6 @@ sudo dnf install qemu qemu-img python3 python3-pip # for Fedora
sudo emerge -a qemu python:3.4 pip # for Gentoo
```
## OneClick Method
Simply run `sudo ./run.sh` to make the VM. Monterey may not work.
Once the VM boots up, just hit enter even if you don't see anything (do this every boot) Then format the biggest drive as macOS Extended Journaled, Then go to reinstall macOS and install it to the newly formatted hard drive.
## Step 1
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, or `--catalina`. For example:
```