> For the complete documentation index, see [llms.txt](https://internet-install.gitbook.io/macos-internet-install/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://internet-install.gitbook.io/macos-internet-install/yup-you-made-it.md).

# Yup, you made it

## Now you're ready to plug-n-play.

To start the installation:

1. ***Plug the Ethernet***
2. Plug the USB
3. Start the computer into the boot menu (refer to your motherboards manual or google)
4. Select your USB device (make sure it says UEFI or PX before it, some motherboards with only legacy may not find UEFI, it's fine, tho I'm not supporting Legacy booting atm).
5. Select Boot macOS Recovery from ... (or Boot macOS Install from OS X Base System, this changes depends on the release chosen)
6. Wait for the wall of text to make you feel like a *hackerman*
   * Note: if it gets stuck with a Stop sign, change your USB drive's port, use a USB2.0 drive, or use a USB2.0 extension cord.
   * Note2: if you get a black screen at then end of the installer on Intel HD GPUs, reboot to Clover, Press `O` (letter), go to Graphics Injection, change FakeID to 0x12345678, go back and boot. You will have to do this on every reboot until you get to the desktop. The Graphics will be slow and sluggish, fix it asap. Use google then.
7. When you get to the Installer screen (it may take several minutes for it to load), open Utilities > Network Utility. Check if there is a connection, if not, check your LAN cable, and your LAN drivers from above.
8. Go back, select Disk Utility, select the drive to format, nuke it as MacOS Extended Journaled, name it something and go back.
   * Note: if you want to multiboot, go [here](https://github.com/midi1996/JBOG/blob/master/Multiboot.md) \[reminder]
   * Note2: ***DATA == GONE, BYE***
9. Click on Disk Utility on top > Quit Disk Utility.
10. Select Reinstall macOS
11. ***YES YOU AGREE***
12. Select your disk
13. Let it install (the faster the internet the better).

After that, it will reboot for the second stage of the install, boot clover, it should now autoselect Boot `Install macOS from <your hdd name>`, if not, then select it on your own and boot it up, let it finish.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://internet-install.gitbook.io/macos-internet-install/yup-you-made-it.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
