VirtualBoxでmacOS high Sierraの仮想環境をつくる方法!ツールの夢

入れておくもの
日本語へ設定
Karabiner-Elements、および設定
プライバシーでのファイアウォール等設定
サウンドでの音量設定
インターネットアカウント=google
google chrome
firefox
libreoffice+jppack
Elmedia player
プリンタの設定
写真へ好きなイメージのドラック→ユーザアイコン設定
 virtualboxsetup1.bat
SET VBOX_NAME=仮想マシン名
cd “C:\Program Files\Oracle\VirtualBox\"
VBoxManage modifyvm “%VBOX_NAME%" –cpuidset 00000001 000306a9 00020800 80000201 178bfbff
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" “MacBookPro11,3"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" “1.0"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" “Mac-2BD1B31983FE1663"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/DeviceKey" “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" “SERIAL_NO"
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiHorizontalResolution 1280
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiVerticalResolution 1024
virtualboxsetup2.bat
SET VBOX_NAME=仮想マシン名
cd “C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm “%VBOX_NAME%" –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" “iMac11,3"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" “1.0"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" “Iloveapple"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/DeviceKey" “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiHorizontalResolution 1280
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiVerticalResolution 1024
virtualboxsetup2.bat
SET VBOX_NAME=仮想マシン名
cd “C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm “%VBOX_NAME%" –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" “iMac11,3"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" “1.0"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" “Iloveapple"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/DeviceKey" “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata “%VBOX_NAME%" “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiHorizontalResolution 1280
VBoxManage setextradata “%VBOX_NAME%" VBoxInternal2/EfiVerticalResolution 1024

PC

Posted by masterkudo