Print
카테고리: [ macOS & Macintosh ]
조회수: 4437

1. 개요

맥용 부팅 디스크(USB)를 만드는 방법이다. 공식 링크는 https://support.apple.com/ko-kr/HT201372 이다.


2. 방법

2.1. 다운로드

App Store에서 OS 설치파일을 다운로드한다.

2.2. USB 준비

12GB 이상의 여유 공간이 필요하다.

2.3. USB에 설치

2.3.1. High Sierra

High Sierra 기준으로, USB 드라이브 명이 MyVolume 이라고 한다면

$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app
Password:
Ready to start.
To continue we need to erase the volume at /Volumes/MyVolume.
If you wish to continue type (Y) then press return: Y
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...

한참 지나면 완료된다.

Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.

2.3.2. Sierra

$ sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
Password:
Ready to start.
To continue we need to erase the disk at /Volumes/MyVolume.
If you wish to continue type (Y) then press return: Y
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.