install :
As life plays along …: Installing Yosemite in VirtualBox: Installing Yosemite in VirtualBox is pretty straightforward if you follow those steps. Running Yosemite inside VirtualBox reveals quite som...
--- 추가된 내용 2015.06.22 ---
host : ubuntu 14.04
vbox : 4.3.28
install :
http://sqar.blogspot.de/2014/10/installing-yosemite-in-virtualbox.html
LPC device initialization failed: C-state power management not initialized ->> 에러 발생하면
https://gist.github.com/frdmn/de12c894a385bc8e6bff
-------------------------대략 이런 내용 (위 링크 내용)-------------------------------------
VBoxManage modifyvm [vm name] --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
------------------------------------------------------------------------------------------
설치후 해상도
---------------------------------------------------------------------------------------------
VBoxManage setextradata [vm name] VBoxInternal2/EfiGopMode 4
( where N can be one of 0,1,2,3,4,5 referring to the 640x480 800x600 1024x768 1280x1024 1440x900 1900x1200 )
-----------------------------------------------------------------------------------------------
As life plays along …: Installing Yosemite in VirtualBox: Installing Yosemite in VirtualBox is pretty straightforward if you follow those steps. Running Yosemite inside VirtualBox reveals quite som...
--- 추가된 내용 2015.06.22 ---
host : ubuntu 14.04
vbox : 4.3.28
install :
http://sqar.blogspot.de/2014/10/installing-yosemite-in-virtualbox.html
LPC device initialization failed: C-state power management not initialized ->> 에러 발생하면
https://gist.github.com/frdmn/de12c894a385bc8e6bff
-------------------------대략 이런 내용 (위 링크 내용)-------------------------------------
VBoxManage modifyvm [vm name] --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata [vm name] "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
------------------------------------------------------------------------------------------
설치후 해상도
---------------------------------------------------------------------------------------------
VBoxManage setextradata [vm name] VBoxInternal2/EfiGopMode 4
( where N can be one of 0,1,2,3,4,5 referring to the 640x480 800x600 1024x768 1280x1024 1440x900 1900x1200 )
-----------------------------------------------------------------------------------------------
Comments
Post a Comment