Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronsor committed Nov 25, 2019
1 parent 73ec95f commit 63e3e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ra1nstorm helper
#### No official checkra1n support, no problem!

The ra1nstorm helper prepares an environment adequate for running checkra1n and exploiting your iOS device in a MacOS virtual machine.
The ra1nstorm helper prepares an environment adequate for running checkra1n and exploiting your iOS device in a macOS virtual machine.

* **[Join the Discord](https://discord.gg/e9W8cv8)**
* **[Follow the Twitter](https://twitter.com/realra1nstorm)**
Expand All @@ -19,7 +19,7 @@ Stage2 (`stage2/`) contains the Linux part of the setup and prepares the macOS
VM and automatically configures IOMMU/vfio.

## Building
ra1nstorm can be built using many common Linux distributions. Ubuntu is a commonly used one.
ra1nstorm can be built on most Linux distributions. Ubuntu is the only one tested.
Building ra1nstorm requires ```makeself``` and ```make```. Install both from your package manager to compile, and copy /usr/bin/makeself to /usr/bin/makeself.sh.
To build ra1nstorm.run, simply use ```make ra1nstorm.run```.
Building setup.exe requires Inno Setup 5 installed in C:/Program Files/Inno Setup 5/ISCC.exe using WINE from within Linux. Once installed, run ```make setup.exe``` to build.
Expand Down Expand Up @@ -48,12 +48,12 @@ Yes it does. Make sure AMD-V is on.

#### 5. BootVM tells me that I need to enable "VT-d" or something. How?
##### Enable VT-D.
Steps for enabling Intel VT-d/AMD-V (IOMMU) vary by motherboard, but are usually like the
Steps for enabling Intel VT-d/SR-IOV (IOMMU) vary by motherboard, but are usually like the
following:

1. Enter the computer BIOS (probably F12 on boot)
2. Navigate to the "Advanced" tab or something similar
3. Select the "VT-d", "AMD-V", or a similar option
3. Select the "VT-d", "SR-IOV", or a similar option
4. Enable it
5. Reboot

Expand Down

0 comments on commit 63e3e58

Please sign in to comment.