Kim Junghyun
Mavericks - Boot Camp Assistant 본문
Boot Camp Assistant "Create a Windows 7 Install Disk" 활성화 방법
1. Info.plist 수정
sudo vi /Applications/Utilities/Boot Camp Assistant.app/Contents/Info.plist
<key>PreUSBBootSupportedModels</key>
<array>
<string>MacBook7,1</string>
<string>MacBookAir3,2</string>
<string>MacBookPro8,3</string>
<string>MacPro5,1</string>
<string>Macmini4,1</string>
<string>iMac12,2</string>
- 위 부분에서 자신이 보유하고 있는 Mac 모델 보다 낮은 버전으로 수정
ex) MacBookPro8,3 -> MacBookPro5,3
- 이전 버전(Mountain Lion)에서는 Info.plist 수정 적용을 하면 활성화가 가능했으나, Mavericks 에서는 code signature를 새로 해줘야 함.
2. at Terminal
sudo codesign -f -s - /Applications/Utilities/Boot\ Camp\ Assistant.app/Contents/MacOS/Boot\ Camp\ Assistant
단, Xcode가 설치 되어 있어야 함.
3. 번외
설치 하기도 전에 "Download the latest Windows support software from Apple"에서 아래와 같이 에러가 뜬다.
http://support.apple.com/kb/HT5634
보유하고 있는 Mac 모델은 MacBook Pro (13-inch, Mid 2009)... Boot Camp 4에서 지원 됨
위 링크 맨 아래 Manual Download Boot Camp 4에서 Download... 설치!
참고 자료