Contribute
Register

Yosimite Installer Not Detecting Drives

Status
Not open for further replies.
Joined
Mar 1, 2011
Messages
29
Motherboard
HP Envy 17 3070nr
CPU
i7 2670QM/HM65
Graphics
HD 3000 + HD 7690M XT, 1920X1080
Mobile Phone
  1. Android
Used this guide: http://www.tonymacx86.com/hp-proboo...-install-yosemite-hp-laptops-clover-uefi.html

Running in to an issue on Laptop 2 (See signature), everything boots fine, gets to install then I go in to disk util and only my USB drive shows up, my SSD nor HDD shows up.

Also, for Laptop 1, doesn't have UEFI boot, will this procedure work with legacy boot as well (Assuming clover supports legacy automatically) if not what changes do I need to make to get clover to boot in bios mode
 
Used this guide: http://www.tonymacx86.com/hp-proboo...-install-yosemite-hp-laptops-clover-uefi.html

Running in to an issue on Laptop 2 (See signature), everything boots fine, gets to install then I go in to disk util and only my USB drive shows up, my SSD nor HDD shows up.

Also, for Laptop 1, doesn't have UEFI boot, will this procedure work with legacy boot as well (Assuming clover supports legacy automatically) if not what changes do I need to make to get clover to boot in bios mode

Do a search for HPRAIDInjector.kext.

Clover supports both UEFI and legacy boot.
 
Do a search for HPRAIDInjector.kext.

Clover supports both UEFI and legacy boot.

Got it to pick up my drives, and install, used this guide post install:
http://www.tonymacx86.com/mavericks...-how-install-os-x-mavericks-using-clover.html

Used EFI Mounter since it did not mount EFI automatically and there are no files in the EFI partition. Does Clover package not yet work for Yosemite or am I doing something wrong?

Edit: I figured it out, manually transfered EFI from the install process after mounting the EFI portation and adding the config.plist and the kext for the drives, looks like I need to add fakesmc as well.

Edit 2: Weirdly enough it looks like the clover installer did work but was just showing no files, ended up deleting the efi folder to make sure it worked, restarted with no usb and of course it didn't went back in to 10.10 using usb and re transfered the EFI folder and I have the theme from the installer back (Which I like more anyway).

Just need to get the kext for ethernet and fix audio, will the dsdt patch that you linked in my envy 17 thread work here as well? It is also running IDT HD Audio Codec would need to boot windows to find the exact information about it, but that can be done easily at this point.

Trying to find a fix for cpus=1 as well, google brings barely any results most say a dsdt patch, what are my options on this? Is it correct that I will need to patch my dsdt to stop using cpus=1?
 
Got it to pick up my drives, and install, used this guide post install:
http://www.tonymacx86.com/mavericks...-how-install-os-x-mavericks-using-clover.html

It includes the 3rd party SATA kext, which is why your drives show up.

Used EFI Mounter since it did not mount EFI automatically and there are no files in the EFI partition. Does Clover package not yet work for Yosemite or am I doing something wrong?

The Clover installer works on Yosemite. You need to select the correct options.

Just need to get the kext for ethernet and fix audio, will the dsdt patch that you linked in my envy 17 thread work here as well?

DSDT patches used in Mavericks are working on Yosemite.

Trying to find a fix for cpus=1 as well, google brings barely any results most say a dsdt patch, what are my options on this? Is it correct that I will need to patch my dsdt to stop using cpus=1?

KernelLapic=true.
 
It includes the 3rd party SATA kext, which is why your drives show up.



The Clover installer works on Yosemite. You need to select the correct options.



DSDT patches used in Mavericks are working on Yosemite.



KernelLapic=true.

Found an option in Clover to patch the lapic error under patch binaries, how do I make this a permanent option in the config.plist? Also I'm using the plist from the install (Using the whole EFI folder from the install actually which seems to be working just fine) but I don't get a countdown timer, how do I re enable this so when I patch the lapic error via clover it boots on its own?

I think the option for cpus=1 patch is:
<key>KernelLapic</key>
<false/>

But not exactly sure where to put it in the plist.

Also, is there any issue with using the EFI folder from the install since it's working anyway? Or is it better to use the clover installer?
 
Found an option in Clover to patch the lapic error under patch binaries, how do I make this a permanent option in the config.plist? Also I'm using the plist from the install (Using the whole EFI folder from the install actually which seems to be working just fine) but I don't get a countdown timer, how do I re enable this so when I patch the lapic error via clover it boots on its own?

I think the option for cpus=1 patch is:
<key>KernelLapic</key>
<false/>

But not exactly sure where to put it in the plist.

Also, is there any issue with using the EFI folder from the install since it's working anyway? Or is it better to use the clover installer?

config.plist/KernelAndKextPatches/KernelLapic=true.

Clover wiki is useful: http://clover-wiki.zetam.org/Home

You can use the Clover installer to update to new builds of Clover, provided you select the correct options.
 
config.plist/KernelAndKextPatches/KernelLapic=true.

Clover wiki is useful: http://clover-wiki.zetam.org/Home

You can use the Clover installer to update to new builds of Clover, provided you select the correct options.

Thank you for all of the help, I finally figured out how to insert the on the fly patch in to my .plist. Now all I need to do is figure out how to do the sound patch in dsdt, is there by change documentation on this to make it easier or do I just go in blind? :)

Again thank you for all of the help, sorry for me being thick headed and not understanding or repeating questions and using incorrect terminology, you really helped and I really hope I didn't cause too much frustration in the process of helping me.
 
Thank you for all of the help, I finally figured out how to insert the on the fly patch in to my .plist. Now all I need to do is figure out how to do the sound patch in dsdt, is there by change documentation on this to make it easier or do I just go in blind? :)

Again thank you for all of the help, sorry for me being thick headed and not understanding or repeating questions and using incorrect terminology, you really helped and I really hope I didn't cause too much frustration in the process of helping me.

There are patches in my repo for using patched AppleHDA.

https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "Audio Layout 12" (change the layout-id value from 12 to the one used by your patched AppleHDA)
Apply: "IRQ Fix"
 
Status
Not open for further replies.
Back
Top