Jump to content

Hervé

Administrators
  • Posts

    10027
  • Joined

  • Last visited

  • Days Won

    561

Everything posted by Hervé

  1. Indeed, you have full graphics acceleration.
  2. 2nd (or final) stage boot issue is just a short screen garbled. It does not prevent reaching OS X desktop or enjoying full graphics acceleration. Make sure the patch you've posted above applies to EC because, as far as I remember, it differs between versions of OS X.
  3. This is a typical message returned either when attempting a full vanilla/standard installation on a disk not partitioned GPT. Either use GPT partitioning of the MBR patch to be able to install OS X on an existing MBR-partitioned disk.
  4. 2nd boot stage garble is a well-known glitch affecting most if not all Hackintoshes since Yosemite. It needs IOGraphicsFamily kext to be binary patched. In EC, it should be something like replacing hex string 0100007517 by 0100007417.
  5. Sorted. No hardware monitoring possible without FakeSMC plugins... and no AGPM tuning if kext has typos or duplicate reserved words...
  6. I guess your FakeSMC kext is not tuned properly and you don't have SpeedStep anymore.
  7. Your revised AGPM kext patch is now correct: Vendor set to 10de, device set to 06eb and control-id set to 18. I can't really say why HWMonitor would no longer display the CPU and/or GPU info, other than it's probably due to an error you made in your FakeSMC tuning.
  8. Your AGPM patching is incorrect. You need to read the thread throughly and apply the right modifications. If you've retuned FakeSMC to MBP5,1 keys, make sure to switch SMBIOS to MBP5,1 too.
  9. Did you configure AGPM according to the info detailed here? I see you're using MBP5,2 profile and, I presume, associated SMC keys. Any reason for that? We usually recommended MBP5,1 with SMC keys 1.33f8/smc-mcp for that Latitude model. Your CPU T° look very high at LFM (x3, 800MHz)! Male sure you actually select P States + C States activation in your Clover config file. It's required for proper Core2Duo CPU power management.
  10. Is there a reason why you boot in safe mode (-x)? On the other hand, I would recommend you initially bypass the cache (-f flag).
  11. It'll work without the typos (and without the text between brackets)! Is it really that difficult to properly type a couple of command lines?
  12. Dell workstation often use a default PCI root value of 4 instead of 0 in their DSDT. A such, try and add bootloader option PciRoot=4.
  13. Ok, that's much better. You can now refer to the list of supported and usupported wireless cards available in thread I linked to in post #13.
  14. Unfortunately, that specific section of the SysProfiler does not necessarily reflect the true device id of the fitted Atheros card. You would need to use a tool such as DCPIManager or the lspci package to use lspci -nn Terminal command. 0x147c is not the real device id of your card.
  15. It's not a system we already have in support here, so you'll be the guinea pig. You may follow a classic Clover installation process or a classic manual process with Enoch bootloader. You'd have to start with a minimal bootpack using just the basics such as FakeSMC + PS2 controller kexts. Once you identify the rest of your hardware (LAN, audio, etc.), you may add any necessary kexts as required. Typical manual installation, with Enoch bootloader, from an existing Mac or Hack, would include the following: 1) 10.11 USB installer creation Double click on InstallESD.dmg found in Install OS X 10.11 El Capitan.app/Contents/SharedSupport to mount the dmg image Then, using Terminal app, mount BaseSystem.dmg (hidden file) open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg Use Disk Utility to restore the contents of BaseSystem.dmg on a USB key (or HDD partition) formatted Mac OS extended (journaled). Remove link for Packages in folder System/Installation of your USB key rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/Packages Copy folder Packages located in InstallESD.dmg to folder System/Installation of your USB key cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/Installation Copy the 2 hidden files (BaseSystem.dmg & Basesystem.chunklist) of InstallESD.dmg to the root of your USB key cp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1 USB installer should now have all the required OS X files and packages installed 2) USB installer finalisation: Enoch bootloader + bootpack installation Run Enoch r2795 (latest at time of writing) and install on the USB installer Enoch-rev.2795.zip Copy the Enoch r2795 installer package to the root of the USB installer Unzip the attached minimal bootpack and copy the resulting Extra folder to the root of the USB installer Essential_bootpack.zip Copy all kexts from folder Extra/Extensions of the pack to folder /Library/Extensions of your USB installer, then repair permissions sudo chmod -Rf 755 /Volumes/OS\ X\ Base\ System\ 1/Library/Extensions sudo chown -Rf 0:0 /Volumes/OS\ X\ Base\ System\ 1/Library/Extensions Create a folder called Kernels under /System/Library (normally, it won't exist at that stage) Copy the El Capitan kernel to /System/Library/Kernels. Copies of the kernels are available here. 3) 10.11 installation on target system Boot the 10.11 USB installer (it may take a little time to kick in) If/when prompted for USB keyboard and/or mouse at installer startup, just press [ENTER] or [sPACE] twice At OS X installer main screen, open up Disk Utility in Utilities menu If applicable, partition your target disk in GPT/GUID scheme Create your target 10.11 partition and format it as OS X Extended Close Disk Utility and proceed with OS X 10.11 installation as usual 4) Post-installation fine-tuning Reboot the 10.11 USB installer (it may take a little time to kick in) If/when prompted for USB keyboard and/or mouse at installer startup, just press [ENTER] or [sPACE] twice At OS X installer main screen, open up Terminal in Utilities menu Identify your freshly made 10.11 partition df Copy the Extra folder from the USB installer to the target 10.11 disk partition cp -R /Extra /Volumes/<your 10.11 partition name>/ Reboot the 10.11 USB installer, press a key at delay bar (or F8) to interrupt boor process and select your freshly made 10.11 disk partition to boot El Capitan for the 1st time Complete the 1st boot installation finalisation Once at the 10.11 desktop, run the Enoch r2795 package from your USB installer to install Enoch on your disk drive; it should be installed on the 1st partition Eject the 10.11 USB installer and put it aside Copy all kexts from /Extra/Extensions to /Library/Extensions, where all kexts should go from now on. Ignore and acknowledge the error pop-up messages related to kext incorrect permissions/installation Rename /Extra/Extensions to /Extra/Old_Extensions Open up Terminal to repair permissions and rebuild cache sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Reboot your finalised El Capitan installation NB: this is a kind of generic installation process and does not obliterate any requirement you may have to use a patched DSDT or add bootflags or options I have not mentioned.
  16. Afaik, Cookbook only supports Core2Duo CPUs and nothing else. It's quite an old tool nowadays. If you have an Arrandale CPU, it just won't work... But you should be able if you tune your system with SMBIOS + FakeSMC and activate P States + C States generation.
  17. Generally speaking, Yosemite is easier to install than El Capitan, mostly due to significant changes Apple brought in EC with regards to USB management. Motherboard and CPU models won't be any issue. Things that may not work depending on hardware are items such as LAN, audio or SD card reader. Post your hardware specs if you want more feedback on likely compatibility of your NUC with OS X, but, on paper, it should be Ok.
  18. Post us the wireless card PCI vendor + device ids; they should be visible in your System Profiler.Depending on your exact model, you may need a kext patch or a DSDT patch. More details + list of devices available here.
  19. You can place/copy/move the kext to /System/Library/Extensions or /Library/Extensions, then repair permissions and rebuild the cache. On next reboot, the kext will load and your card should be working as you expect. To repair permissions, open up Terminal and enter the following commands: sudo chmod -R 755 /System/Library/Extensions (or /Library/Extensions) sudo chown -R 0:0 /System/Library/Extensions (or /Library/Extensions) To rebuild the cache, enter the following commands: sudo touch /System/Library/Extensions (or /Library/Extensions) sudo kextcache -Boot -U /
  20. GPU confirmed as Intel GMA3150 (ven:dev id = 8086:a011). Only framebuffer support (i.e. limited resolution switching) is available but no full graphics acceleration. Not worth spending time on this old and low-end platform as a partial-only Hackintosh.
  21. At the risk of stating the obvious, are you sure there is not a wireless service on/off switch somewhere on the laptop that would be in the "off" position? Or maybe all wireless services are disabled in BIOS. Bluetooth and wireless are handled very differently from a "kext perspective" and do not usually die together unless controlled by a switch. Unless it's a combo card and it dies of course...
  22. TeamViewer will probably not work (or only extremely slowly) without graphics acceleration...
  23. You need to patch the Atheros kext or, better, your DSDT. https://osxlatitude.com/index.php?/topic/2120-wireless-cards-inventory-of-supported-and-unsupported-models/
  24. I guess you only cloned the OS X partition, not the boot partition (the EFI partition if you want...). It's a simple matter of reinstalling your bootloader on the cloned disk. Otherwise, use a tool that will clone actual physical sectors of your HDD. Plenty of topics and posts on the cloning matter on the forum, use the search facility.
×
×
  • Create New...