Contribute
Register

[Guide] Booting the OS X installer on LAPTOPS with Clover

[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

Provide output from 'lspci -nn' in Linux Terminal here.

This is the O/P I got: :crazy:
HTML:
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4)
00:1c.5 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 [8086:1e1a] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA Controller [RAID mode] [8086:282a] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 630M] [10de:0de9] (rev a1)
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01)
0a:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07)
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

This is the O/P I got: :crazy:
Code:
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA Controller [RAID mode] [8086:282a] (rev 04)

SATA is in RAID mode. Device id 8086:282a matches the ID in HPRAIDInjector.kext. Copy it to Clover/kexts/Other and it will work. You must have done something wrong when you tried it before.
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

SATA is in RAID mode. Device id 8086:282a matches the ID in HPRAIDInjector.kext. Copy it to Clover/kexts/Other and it will work. You must have done something wrong when you tried it before.

I have attached the EFI folder. Can you check what I have done wrong?

Update1: IT showed my HDD. Thank you. I'll post back the results
 

Attachments

  • EFI.zip
    9 MB · Views: 310
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

I have attached the EFI folder. Can you check what I have done wrong?

Looks ok to me. Make sure you boot without caches, since you may have created an invalid kernel cache after booting previously without HPRAIDInjector.kext.
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

Looks ok to me. Make sure you boot without caches, since you may have created an invalid kernel cache after booting previously without HPRAIDInjector.kext.

Hoohooooo! I installed MAC OSX Yosemite. :headbang::D Thank you so much, rehabman!

But, little issues I'm facing here. I was just googling out solutions for my "Ethernet, WiFi, Bluetooth, GPU". I came across one of the threads: http://www.tonymacx86.com/mountain-lion-laptop-support/109626-hp-pavilion-dv6-no-wifi.html

My WiFi card is: 0a:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)

My Ethernet is: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07)

It seems like my WiFi card is not supported! But your post was made last year. Hopefully, is there any new ways designed to sort out that issue?

Also, I came across a driver for LAN: http://www.insanelymac.com/forum/topic/287161-new-driver-for-realtek-rtl8111/
Will this work for me? Or will it mess my System?

Thank you again!
Sille Bille
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

Hoohooooo! I installed MAC OSX Yosemite. :headbang::D Thank you so much, rehabman!

But, little issues I'm facing here. I was just googling out solutions for my "Ethernet, WiFi, Bluetooth, GPU". I came across one of the threads: http://www.tonymacx86.com/mountain-lion-laptop-support/109626-hp-pavilion-dv6-no-wifi.html

My WiFi card is: 0a:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)

My Ethernet is: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07)

It seems like my WiFi card is not supported! But your post was made last year. Hopefully, is there any new ways designed to sort out that issue?

Also, I came across a driver for LAN: http://www.insanelymac.com/forum/topic/287161-new-driver-for-realtek-rtl8111/
Will this work for me? Or will it mess my System?

Thank you again!
Sille Bille

BCM4313 is not supported. You need to replace it.

RTL8111: http://www.insanelymac.com/forum/topic/287161-new-driver-for-realtek-rtl8111/
 

Attachments

  • DSDT.aml
    76.7 KB · Views: 193
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

This time I am trying to install Yosemite with Clover and formatted the USB drive with MBR partition. I followed all installation guide, however when I reboot my computer it seems that USB is not bootable. I tried with Unibeast, USB is bootable but clover option is not available!
Any idea why this happen?
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

I have attached my DSDT. I find it difficult to make my Audio work. It shows only some Hexadecimal characters. There is nothing else more to identify. Any help here?

Thanks,
Sille Bille

Audio codec id cannot be determined by DSDT. You need to get an audio codec dump from Linux.

And your question about audio in this thread is off-topic. Please open a separate thread.
 
[GUIDE] Booting the OS X installer on LAPTOPS with Clover UEFI

This time I am trying to install Yosemite with Clover and formatted the USB drive with MBR partition. I followed all installation guide, however when I reboot my computer it seems that USB is not bootable. I tried with Unibeast, USB is bootable but clover option is not available!
Any idea why this happen?
Make sure to follow the entire guide correctly. You have to partition 1st drive as FAT and 2nd drive as HFS. Also make sure that you type the correct command to install Yosemite to "Install_osx" partition.
 
Back
Top