본문 바로가기
#컴퓨터 과학 [Computer Science]/운영체제 (Operating System)

[OS - 🍎 macOS] Parallels 15 (Mac): Updating macOS Catalina Beta to Big Sur Beta [BIErrorDomain error 3]

by cy_mos 2020. 6. 25.
반응형

+ 패러럴즈 에러 코드 (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

 

Hardware -> Boot Order -> Advanced Settings -> Boot flags

devices.mac_hw_model="<model>"
devices.smbios.board_id="<board ID>"

🚀 REFERENCE

 

Parallels 15 (Mac): Updating macOS… | Apple Developer Forums

Using the steps above, I'm able to install a fresh copy of Big Sur using Parallels 15. However I'm not able to login with the user that I created. I get the same login issue if I upgrade a vm from Catalina as well. I enter my password, login, the system sp

developer.apple.com

 

Apple introduces macOS Big Sur with a beautiful new design

Apple today previewed macOS Big Sur, the latest version of the world’s most advanced desktop operating system.

www.apple.com

반응형

댓글