# Posty-Posty

Now that's installed, here are some useful links for post install (and also configuring things while you're at it):

## Desktops

* **/u/corpnewt Clover Vanilla Guide:** <https://hackintosh.gitbook.io/-r-hackintosh-vanilla-desktop-guide>
* **Hackintosh Slav OpenCore Guide:** <https://khronokernel.github.io/Opencore-Vanilla-Desktop-Guide/>

## Laptop

* **Fewtarius Laptop Guide:** <https://fewtarius.gitbook.io/laptopguide/>
* **Laptop install guide \[OLD, check above]:** <https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/>
* **Laptop Rehabman FAQ:** <https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/>
* **Laptop common issues:** <https://www.tonymacx86.com/threads/readme-common-problems-changes-fixes-on-mojave.255823/>
* **Laptop backlight:** <https://www.tonymacx86.com/threads/guide-laptop-backlight-control-using-applebacklightinjector-kext.218222/>
* **Laptop PM:** <https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/>
* **Laptop USB SSDT:** <https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/>
* **Laptop USB SSDT Power:** [https://www.tonymacx86.com/threads/guide-usb-power-property-injection-for-sierra-and-later.222266](https://www.tonymacx86.com/threads/guide-usb-power-property-injection-for-sierra-and-later.222266/>)/
* **Laptop dual GPU issue:** <https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/>
* **Laptop DSDT/SSDT patching:** <https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/>
* **Laptop DSDT patching for battery:** <https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/>
* **Laptop Clover Hotpatch \[only after successful DSDT patching]:** <https://www.tonymacx86.com/threads/guide-using-clover-to-hotpatch-acpi.200137/>

## For either:

* [OpenCore Configuration](https://github.com/acidanthera/OpenCorePkg/raw/master/Docs/Configuration.pdf)
* Acidanthera's
  * WhateverGreen [documentation](https://github.com/acidanthera/WhateverGreen/tree/master/Manual)
  * AppleALC [wiki](https://github.com/acidanthera/AppleALC/wiki)
* Osy's
  * [HDA Fix](https://osy.gitbook.io/hac-mini-guide/details/hda-fix)
  * [Thunderbolt shenanigans](https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix) (good bed time stories)
* VoodooI2C's [documentation](https://voodooi2c.github.io/#index)


---

# Agent Instructions: 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:

```
GET https://internet-install.gitbook.io/macos-internet-install/posty-posty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
