# Acquiring the BaseSystem

Because we need to change the kernel of the installer for one that is compatible with AMD CPUs we can't use the same install process as Intel machines do. Createinstallmedia won't be very useful in this case, and thus we will be getting the BaseSystem.dmg.&#x20;

## What is the BaseSystem.dmg?

Shortly said, it is what boots when you boot up an installer USB.\
Because of this we need to change its kernel with the AMD one as well to be able to boot it. It does not hold the installer for the OS in it though.

## Where do I get this mystical BaseSystem.dmg?

First you will need a copy of macOS 10.13.6. That's the latest version of High Sierra and with that the OS this guide was written for. ***You need the full multiple gigabyte installer, not the 16 MB stump.*** *Now how do I get this image?* The .dmg is very easy to acquire, and it is done as follows:

1. Navigate to the directory of your *"Install macOS High Sierra.app"* file.
2. Right click on the file and press *"Show package contents"*
3. Go to *"/Contents/Shared Support/"*
4. BaseSystem will be right there, copy it to a easily memorable location. (The desktop is what I will be using later on in the guide.)


---

# 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://101110.gitbook.io/workspace/acquiring-the-basesystem.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.
