Jump to content

Hervé

Administrators
  • Posts

    10053
  • Joined

  • Last visited

  • Days Won

    566

Everything posted by Hervé

  1. The HP Zx00 workstations must be something like 8yrs old now...
  2. It's not really a Hackintosh matter. Just remove the partitions from Windows, using the DiskManager tool. You'll then be able to reformat the recovered disk space to NTFS or even extend your windows partition if it's the 1st one on disk (I mean before the OS X partition). Once you remove the EFI partition, you'll probably find you'll have to re-instate your MBR, so be ready to boot from your Windows installation media to repair this.
  3. What happens when you press Fn-Insert multiple times?
  4. Dev Micky1979 @IM just released a new Enoch boot file r2851 that includes a number of fantastic new developments, including on-the-fly kernel + kexts patching facility. This allows similar mods to what was restricted to Clover until now. Ace! http://www.insanelymac.com/forum/topic/231075-chameleon-23svn-official-pkg-installer-binaries/page-204?do=findComment&comment=2376053
  5. And its purpose is to support USB2/USB3 multiplexing over USB3.0 ports, i.e. manage USB2.0 devices through the EHCI driver instead of the XHCI driver.
  6. Good; please note that FakePCIID_XHCIMux does not operate without FakePCIID kext; well, afaik.
  7. If you want them cached, they must go to /L/E. This is faster to load. If you placed them in Clover's EFI, they'll be injected at startup, not cached and you won't see any traces of them in SysProfiler for instance.
  8. No support for such tools here... You can Google for ways to create a OS X USB installer from Windows. I've never tried it myself but I believe there are a few ways. You'll find examples at InsanelyMac. Ex: http://www.insanelymac.com/forum/topic/288795-guide-creating-os-x-usb-installer-using-a-windows-pc-only/?do=findComment&comment=2012539 The alternative you may consider is to use a virtual machine. You'll find video tutos on YouTube. Ex:
  9. Personally, I always recommend to install add-on kexts to /L/E from where they can be cached. The folder is dedicated to 3rd party drivers after all... Only install kexts to /S/L/E if it's absolutely necessary. Repair folders permissions and rebuild cache through the usual Terminal commands afterwards.
  10. If you look up packs posted in El Capitan/Sierra Clover guides (any computer model really), most config.plist file will contain the ACPI patch for renaming USB2.0 controllers from EHCx to EH0x in the DSDT. Use Clover configurator tool to view the files. You'll find Rehabman's USBInjectAll kext through a very basic Google search.
  11. Lack of USB-internal webcam detection is unlikely to be linked to a BIOS version. Instead, It's more likely to be a consequence of the well-known USB port issues that have cropped up since El Capitan. Make sure you've: patched your DSDT to rename all EHCx references to EH0x (can also be done on the fly through Clover) installed a USB injector kext (Rehabman's USBInjectAll should do)
  12. Where's the confusion? The article gives 2 x examples... 1.30f3 which translates to 6bytes key 01 30 0F 00 00 03 1.33f8 which translates to 6bytes key 01 33 0F 00 00 08 The article also points to the Apple EFI and SMC firmware update pages which lists many many SMC keys as x.yyfzzz. On that basis, I would have expected you could properly translate 1.39f11 into 6bytes (i.e. 12digits, not 13!) key 01 39 0F 00 00 11.
  13. If your KP was AICPUPM related, then yes it's Ok to activate AsusAICPUPM. You should probably remove P States and C States generation also. Sounds like your CPUs are actually Sandy Bridge generation. You're sure they're Xeon 5520?
  14. No apparent native CPU PM in placed at all... I would not expect you need to select/activate "Drop OEM" in the ACPI->SSDT section of your Config.plist. Double check for any rogue NullCPUPM kext left over in /L/E or /S/L/E. If found, delete the kext and rebuild your cache.
  15. NullCPUPM = no CPU power management, so yes, delete all active traces of the kext after native CPU SpeedStep tuning is done.
  16. Those specs are compatible with Sierra, except the WLAN card of course which will have to be replaced with a compatible model. See here for a non-exhaustive list. You can install Sierra using existing guides for Dell Ivy Bridge laptops such as Latitude E5x30, E6x30 or the Latitude 6430U (this latter being probably closer in terms of specs). Try and extract your ACPI BIOS tables (DSDT, SSDTs) so that they can be patched. Begin installation with a minimal set of kexts such as FakeSMC (mandatory), NullCPUPowerManagement (until you activate AICPUPM patch + generate your CPU-specific SSDT for CPU PM) and PS2 controllers. There isn't much in terms of hardware accessories on this model so installation should be fairly hassle-free. The only thing you'll have to do in terms of post-installation tuning will be sorting out the audio. If Webcam is USB-internal, it'll either work OOB or not at all. If it's PCIe, pray for an O2 Micro model as that may work with a DSDT patch.
  17. If CPU frequency stays stuck at x8 800MHz, your CPU-specific SSDT is incorrect. Re-generate one and make sure you have the correct SMBIOS in use (MacBookPro9,2 or MacBookAir 5,2). If native CPU SpeedStep is in place for your i7-3630QM, HWMonitor will show speeds varying from 800MHz (or more likely 1.2GHz) minimum to 2.4GHz (the CPU nominal frequency) and then Turbo boost up to 3.4GHz. Your CPU-specific SSDT goes to Clover's ACPI/patched folder but you probably already know that.
  18. You're running Clover so you should keep the vanilla AICPUPM kext in /S/L/E and just check/activate the AsusAICPUPM option of Clover config.
  19. Best to insert this in FakeSMC's Info.plist, saves the hassle of repatching the PlugIn after each update...
  20. Yes, I had gathered that much since it's the nVidia framebuffer associated with that card as clearly shown in DPCIManager. But what does this fboffset injection do? Or is it just something you picked up somewhere but you don't know what it actually means?
  21. The VRAM should be adjusted from 256MB (0x00, 0x00, 0x00, 0x10) to 512MB (0x00, 0x00, 0x00, 0x20) since that's what the original IOReg showed. What's the meaning of the injected fboffset ?
  22. By default, there's normally a square icon in the Finder's bar. But I know that sometimes, it's not readily visible, in which case try to click to the left of the last visible app icon in the bar. You may then edit the app preferences to display a different icon + other info such as T° and CPU speeds.
  23. @PippoX0, if you read the thread more carefully, you'd see that mrdr indicated several times that he can only get to desktop with nv_disable=1; so let's not (re)state the obvious here. But I'm sure your DSDT patching suggestions will be highly appreciated by mrdr. I trust you did not just paste the EDID info "as is", i.e. with all the comma characters (","). It needs to be injected as a unique chain of contiguous bytes without anything else...
×
×
  • Create New...