Ubuntu'ya Mac OS Kurulumu ve VirtualBox Hatası

Başlatan zuL4, 03 Ağustos 2018 - 11:20:58

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

zuL4

Merhaba,

Ubuntu 16.04 üzerine VirtualBox ile Mac OS High Sierra 10.13 (64 Bit, ISO) kurmaya çalışıyorum. Temel olarak şu linkteki adımları izledim:
https://askubuntu.com/questions/324509/how-to-run-mac-os-x-virtually-on-ubuntu-12-04 fakat Enable EFI (special OSes only) seçeneğini seçili bıraktım.

Ardıdan gerkli olduğunu düşündüğüm şu komutları teker teker çalıştırdım.


VBoxManage modifyvm MacLab1  --cpuidset 00000001 000306a9 00020800 80000201 178bfbff
VBoxManage setextradata "MacLab1" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "MacLab1" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacLab1" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "MacLab1" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacLab1" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1


Ve son olarak Mac OS ISO dosyasını VirtualBox üzerinden ekledim ve sistemi başlattım. Sistem başladıktan birkaç saniye sonra (siyah ekrandayken) "critical error" adı altında sistem çalışırken hata oluştuğunu söyleyen bir uyarıyla karşılayorum.

Hata ile ilgili log metni çok uzun olduğu için buraya yükledim: https://pastebin.com/Ge096Zzs

Düz mantık ile "failed" yazıp arattığımda karşıma çıkan sonuç ise:

00:00:18.030852 ************** End of Guest state at power off ***************
00:00:18.031907 AIOMgr: Flush failed with VERR_INVALID_PARAMETER, disabling async flushes
00:00:18.043263 PDMR3PowerOff: 12 364 322 ns run time
00:00:18.043293 Changing the VM state from 'POWERING_OFF' to 'OFF'
00:00:18.043601 GUI: UIMachineView::sltHandleNotifyChange: Screen=0, Size=1024x768
00:00:18.050389 Changing the VM state from 'OFF' to 'DESTROYING'


Genellikle ilk cevap olarak verilen: "Enable EFI (special OSes only)[/b] seçeneğini" kaldırdığımda ise  daha sistem çalışmadan/açılmadan aldığım hata mesajı:

Failed to open a session for the virtual machine MacLab1.
Configuration error: Querying "UUID" failed (VERR_CFGM_VALUE_NOT_FOUND).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}



Yardımlarınızı bekliyorum.

zuL4