Skip to content

Commit

Permalink
small docs updates and clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
notAperson535 authored Aug 15, 2024
1 parent df6d511 commit e4410ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/manualmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ To use in NIXOS add qemu, pyton3, and python3-pip to your packages list.

If you are installing on Solus OS, extracting qemu may take a while, so be patient.

First, clone the repo
```
git clone https://github.com/notAperson535/OneClick-macOS-Simple-KVM.git
```

## Step 1
Run `fetch-macOS-v2.py` to download installation media for macOS (internet required).
```
Expand Down
6 changes: 6 additions & 0 deletions docs/oneclickmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: OneClick Method
---


First, clone the repo
```
git clone https://github.com/notAperson535/OneClick-macOS-Simple-KVM.git
```

- `setup.sh` is for Debian based Linux Repositories like Ubuntu
- `setupArch.sh` is for Arch based Linux Repositories like Manjaro.
- `setupFedora.sh` is for Fedora based Linux Repositories.
Expand Down
10 changes: 4 additions & 6 deletions docs/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,15 @@ cat /sys/module/kvm_intel/parameters/nested
```
If the first command returns `KVM acceleration can be used` and the second command returns `Y`, then you are good to go. If the first command returns `Y` but the second command return something like `no`, than go to the bottom of the page for troubleshooting.

Now cd into the OneClick-macOS-Simple-KVM directory, replacing the WINDOWS_USER_NAME with the your Windows username, not the Linux one.
Now make sure you are still in the OneClick-macOS-Simple-KVM directory, the path should look something like this:
```
cd /mnt/c/users/WINDOWS_USER_NAME/Documents/OneClick-macOS-Simple-KVM
/mnt/c/users/WINDOWS_USER_NAME/Documents/OneClick-macOS-Simple-KVM
```
And run `./setup.sh` to finish the setup and run the macOS VM!

~~(Note that the max OS you can run is Big Sur, because of some TSC restrictions. I am working on this issue and when it is resolved I will post a message in the [Discord Server](https://discord.gg/XaEdCSPyNa).)~~
~~(Note that the max OS you can run is Big Sur, because of some TSC restrictions. I am working on this issue and when it is resolved I will post a message in the [Discord Server](https://discord.gg/XaEdCSPyNa).)~~ This now fixed and you can run Monterey and up on Windows

This now fixed and you can run Monterey and up on Windows

Once setup.sh finsishes , press ctrl+c and run `sudo HEADLESS=1 ./basic.sh`. Once this is done, download VNC Viewer, [here](https://www.realvnc.com/en/connect/download/viewer/), then type `localhost:5900` into the top to connect to the vm using vnc.
Once setup.sh finsishes and you see a QEMU window pop up, press ctrl+c and run `sudo HEADLESS=1 ./basic.sh`. Once this is done, download VNC Viewer, [here](https://www.realvnc.com/en/connect/download/viewer/), then type `localhost:5900` into the top to connect to the vm using vnc.

Whenever you want to load up the machine again, run `sudo HEADLESS=1 ./basic.sh`, NOT `./setup.sh`.

Expand Down

0 comments on commit e4410ef

Please sign in to comment.