Installing OSX Yosemite on Proxmox V4.0-50 - Ebios Read Error

RemyLan

New Member
Oct 31, 2015
1
0
1
hi all,
i'm trying to boot OSX Yosemite on proxmox V4.0-50 but can't make it start.. (Proc : intel Xeon 64Bits)
here's what i've done so far.

Files on Proxmox Host :
- OSX Yosemite installer.iso (converted from Official installer app)
- Bootloader chameleon_2757_boot

To set this up i used the great tutorials provided by will evans and by gabriel Somlo
I see the iso selected by the bootloader

but here's is the error message i get in verbose Mode after i press "Enter"..
" EBIOS read error 0x0c
Block 0xc1b710 Sectors 0 "

Il already did echo 1 > /sys/module/kvm/parameters/ignore_msrs but it didn't changed anything..

see below the args i'm using starting the VM :
args: -machine q35 -device isa-applesmc,osk="OSK-KEY-CHANGED" -kernel /datas/isos/template/iso/chameleon_2757_boot -smbios type=2 -usb -device usb-kbd -device usb-mouse -device ide-drive,bus=ide.2,drive=MacDVD -drive id=MacDVD,if=none,snapshot=on,file=/datas/isos/template/iso/Install_Yosemite.10.10.iso -readconfig /usr/share/qemu-server/pve-q35.cfg
bootdisk: ide0
cores: 2
cpu: core2duo
ide0: datas-vms:110/vm-110-disk-1.qcow2,cache=writeback,backup=no,size=600G
keyboard: fr
memory: 4096
name: OSX-yosemite
net0: e1000=ma:ca:dd:re:ss:37,bridge=vmbr0
numa: 0
ostype: other
sockets: 1
tablet: 0
vga: std

any idea how i could solve this ?
thanks
 

Attachments

  • osx_qemu_error-2.jpg
    osx_qemu_error-2.jpg
    192.6 KB · Views: 28
  • osx_qemu.jpg
    osx_qemu.jpg
    113.5 KB · Views: 26
Hi,

At first I had a hard time installing OS X, so I installed it in a VM on a Mac with VMware Fusion. Then I copied the vm disk on Proxmox server. Maybe I could have installed it through Proxmox but I had forgetten that I needed to run this to make OS X boot:

echo "Y"> /sys/module/kvm/parameters/ignore_msrs

My config (with no install dvd as it's already installed):

args: -device isa-applesmc,osk="insert-real-64-char-OSK-string-here" -kernel /var/lib/vz/images/101/chameleon_2773_boot -smbios type=2 -readconfig /usr/share/qemu-server/pve-q35-osx.cfg -device usb-mouse -device usb-kbd -machine q35
bootdisk: sata0
cores: 4
cpu: core2duo
sata0: local:101/vm-101-disk-1.qcow2,size=80G
memory: 8192
name: osx-yosemite
net0: e1000-82545em=0A:5E:3D:65:B2:0F,bridge=vmbr0
ostype: other
smbios1: uuid=a8f0366b-77a0-4191-a7b3-3affb7809bcc
sockets: 1
tablet: 0
vga: std

Have a look at that thread: http://forum.proxmox.com/threads/197...er-Proxmox-3-3
 
Last edited: