# Clover Update Steps

* Clone `boot` to backup
* Mount `backup` EFI partition
* Backup `boot` EFI config
  * Keep backups of historical EFI config with datestamps
* Boot from `backup` to confirm
* Reboot into `boot`
* Update `clover`
  * Check what it's trying to install
* If all good, copy new clover config to `backup` disk EFI partition so they match
* Test  `backup`  still boots correctly

Get the latest Clover build from <https://www.tonymacx86.com/resources/categories/clover-builds.12/>


---

# 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://notes.bf.wtf/hackintosh/clover-update-steps.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.
