+ 패러럴즈 에러 코드 (Parallels Error Code)
"The operation couldn't be completed. (BIErrorDomain error 3.)"
⛑ Solution
🇰🇷 Parallels를 통하여 Big Sur 11 Beta 설치시 발생 한 "BIErrorDomain error 3" 오류 코드는 아래와 같이 단계를 통하여 진행합니다.
🇺🇸 I was able to get past the "BIErrorDomain error 3" issue in Parallels as follows.
[001]
🇰🇷 실제 macOS 장비를 통하여 Terminal 상에서 아래의 명령어를 수행합니다.
🇺🇸 On a real, supported Mac, run this command in Terminal.
ioreg -l | grep board-id
[002]
🇰🇷 아래와 같은 예제에 기재 된 board ID와 같이 터미널 상에 표시 된 값을 텍스트 편집기와 같은 곳에 적어놓습니다.
🇺🇸 Make a note of the board ID.
[for example, mine is Mac-551B86E5744E2388]
[003]
🇰🇷 터미널 상에서 아래의 명령어를 수행합니다.
🇺🇸 Run this command in Terminal
sysctl hw.model
[004]
🇰🇷 아래와 같은 예제에 기재 된 하드웨어 모델 명을 텍스트 편집기와 같은 곳에 적어놓습니다.
🇺🇸 Make a note of the hardware model
[for example, mine is MacBookPro14,3]
[005]
🇰🇷 가상 환경 머신 설정에서, 하드웨어 -> 부트 순서 -> 고급 설정 -> 부트 플래그에 진입하여 앞서 적어 논 하드웨어 모델 명 및 boardID를 기입합니다.
🇺🇸 In the VM configuration, under Hardware -> Boot Order -> Advanced Settings -> Boot flags, enter the following
devices.mac_hw_model="<model>"
devices.smbios.board_id="<board ID>"
댓글