Note:
# [macOS13] For Intel Processor
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage.exe modifyvm "macOS13" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "macOS13" VBoxInternal/Devices/efi/0/Config/DmiSystemProduct “MacBookPro15,1”
VBoxManage setextradata "macOS13" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"
VBoxManage setextradata "macOS13" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "macOS13" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
# 에러 발생 시
VBoxManage.exe setextradata "macOS13" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
# [macOS12] For Intel Processor
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "MacOS12" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "MacOS12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "MacOS12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacOS12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "MacOS12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOS12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
당연히 cmd는 관리자권한
당연히 VirtualBox는 끄고 수행할 것
'보안 > 인프라' 카테고리의 다른 글
[인프라] 서버진단 시 인코딩 이슈 (0) | 2023.03.28 |
---|---|
[인프라] NetBIOS 바인딩 서비스 구동 점검 (0) | 2023.03.06 |
[인프라] UMASK 설정 관리: Login과 Non-Login (Interactive) (0) | 2023.01.26 |
[인프라] secedit 명령 통해 로컬 보안 정책 처리 (bat파일) (0) | 2022.11.02 |
Oracle 설치 시 생성되는 기본(default) 계정 (0) | 2022.10.25 |