# 3. SSD 사용 : 부팅방식 변경

SD 카드는 읽고 쓰는 속도가 매우 느립니다.

SSD가 아닌 하드디스크를 사용하였을 때와 같이 부팅시간, 파일의 이동, 파일의 다운로드 등 디스크가 읽는 속도가 작업에 영향을 미치는 경우를 많이 보셨을 것입니다.

또한 SD 카드는 용량이 클 수록 가격이 매우 비싸집니다.

SSD에 라즈베리 파이를 옮겨 디스크 읽는 속도와 용량을 한번에 해결 할 수 있습니다.

터미널을 열고 다음과 같이 입력합니다.

```bash
# 최신 패키지와 펌웨어 업그레이드
sudo apt update
sudo apt full-upgrade
sudo rpi-update

# 라즈베리파이 재부팅
sudo reboot

# 최신 부트 로더 설치
sudo rpi-eeprom-update -d -a

# 라즈베리 파이 재부팅
sudo reboot

# raspi-config 설정 관리자 실행
sudo raspi-config
# 6. AdvancedOptions 선택
# A6 Boot Order 선택
# B1 USB Boot 선택
# OK 선택
```

시작메뉴에서 SD 카드 복사기(SD Card Copier)를 선택합니다.

<figure><img src="/files/CYmueB3nQU9Z0VjGS6VZ" alt=""><figcaption></figcaption></figure>

장치에서 복사(Copy From Device)에 복사할 sd 카드를 선택합니다.

장치로 복사(Copy to Device)에 복사 될 외장하드나 SSD, USB 등을 선택합니다.

시작 버튼을 누릅니다.

내용이 모두 삭제되니 한번 더 확인해주세요.

<figure><img src="/files/6sqqtZ8yuHNWdlTy52lm" alt=""><figcaption></figcaption></figure>

라즈베리 파이의 전원을 완전 종료합니다. (전원 해제)

SD 카드를 제거하고 복제했던 USB를 장착합니다.

장착 했던 위치에 USB를 장착하는 것이 좋습니다.

(슬롯이나 위치에 따라 부팅이 안될 수 있음)


---

# 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://docs.hamonikr.org/hamonikr-arm/raspberry-pi-4-for-hamonikr/install/ssd-boot.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.
