> For the complete documentation index, see [llms.txt](https://mtwstudio.gitbook.io/ryzentosh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtwstudio.gitbook.io/ryzentosh/2-install/2-1-start-installing.md).

# 開始安裝

{% hint style="info" %}
<https://forum.amd-osx.com/viewtopic.php?f=24&t=2707>
{% endhint %}

## 第一次從隨身碟開機

### 開機

隨身碟請插在 USB 2.0 的孔，然後於開機時選擇開機順序，並選擇前方帶有 **UEFI:** 的選項

![](/files/-LGKxnG_b7PYv9gt6rSb)

接著會載入隨身碟內的引導程序，這時候選擇 **Boot macOS from SierraAMD** 並按下Enter

![](/files/-LGKxoZ41S397kPNIW1g)

接著會跑一串黑底白字過去，別擔心，正常

![](/files/-LGKxpfZzMzmveqDga1q)

**根據另一教學影片**，插在2.0上時，若跑出USB訊息時，快速將隨身碟換到 3.0 的孔上

![](/files/-LFfFR2SjpPao8SLOlyj)

更換後若出現 Waiting for root device，就在換一孔

![](/files/-LFfFTBAsV4n4ieqx_PZ)

接著只要看到著個畫面，安裝成功機率就高達87%了

![](/files/-LGKy-XOoFygnPYnzmEY)

### 格式化

別急，先不要按安裝，我們要先格式化，選擇 **Utilities > Disk Utility**

![](/files/-LGKy1DFYkmWX22RX771)

磁碟工具程式開啟後，選擇你要安裝的目標磁區，**重新命名**並**格式化為HFS+**

{% hint style="warning" %}
名稱最好不要有空格，不然會增加麻煩，建議簡單名稱即可，例如：**macOS**
{% endhint %}

![](/files/-LGKy2hweMI0S42GLxSa)

完成後關閉磁碟工具程式回到安裝畫面

### 開始安裝

緊接著就可以開始安裝啦，筆者自己的安裝過程約為40分鐘，所以不用急

> 如果你很閒的話可以快速晃滑鼠，鼠標會變大

下一步並同意條款後，選擇目標硬碟，也就是剛剛格式化的硬碟

![](/files/-LGKyNkjUxRER7lCK5xK)

然後就可以開始邁向蘋果啦，安裝完成後重開機繼續下一步吧!

題外話：後來進系統後裝驅動時裝壞了又導致不能開機，然後加上試裝成功後加購 SSD 並正式安裝，前前後後共安裝了 10 餘次。


---

# 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://mtwstudio.gitbook.io/ryzentosh/2-install/2-1-start-installing.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.
