griftopia Posted March 9, 2016 Author Share Posted March 9, 2016 Okay I will use RAW DSDT I extracted and use the D630 pack. However, I thought my unpatched DSDT was result of prior KPs? Anyways I will try what you are saying. By the way, I"m using myHack to install the Extra folder. Hope that's okay? I was just planning on reverting DSDT and then using myHack to put the D630 pack. I believe smbios and P/C states I'm using like you suggested. Same ones I used when I successfully did my e6500. Last thing - what about NULLCPU...Kext? And can I just change whatever I have to 5.1 in smbios.plist? Or do I need to change other parameters as well? Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted March 9, 2016 Administrators Share Posted March 9, 2016 Device (HPET) { Name (_HID, EisaId ("PNP0103")) // _HID: Hardware ID Name (CRS, ResourceTemplate () { IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {15} Memory32Fixed (ReadWrite, 0xFED00000, // Address Base 0x00000400, // Address Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings { Return (CRS) } } thats what it looks like on the d630 modded dsdt if i remember we added some and removed one in this section ​ IRQNoFlags () {0} IRQNoFlags () {8} IRQNoFlags () {11} IRQNoFlags () {15} it also caused random loss of devices if i recall like dvd, usb , wifi, bt compare it to yours. Link to comment Share on other sites More sharing options...
griftopia Posted March 9, 2016 Author Share Posted March 9, 2016 So this is what I did. 1) Reverted to unpatched DSDT. 2) Replaced my smbios.plist with one from D630 pack 3) Replaced my FakeSMC.kext with one from D630 pack. Did not use NULLCPU...kext even though I saw it in the D630 pack. Boot from USB halts on.. GeforceSensors: still waiting for accelerator to start. 4) Changed USB port, made it past above line, but now halting on ... AppleUSBEHCI::Found a transaction past the completion deadline on bus 0xfd, timing out! (Adds: 2, EP: 1) 5) Used USBBusFix=Yes boot flag. Back to square one - KP on No HPETs available. 6) Put NULLCPU...kext in Extra/Extensions of USB and applied myFix. Back to error in 4) above. 7) Changed USB port, AppleIntelCPUPowerManagement timeout, followed by ACPIBatteryManager Timeout Expired. Entering familiar territory now Please help. Or I have no choice but to go back to patching the DSDT with no end in sight. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted March 10, 2016 Administrators Share Posted March 10, 2016 When I mentioned my D630 nVidia packs, I was referring to these. NB: Please note that extracting a was DSDT to subsequently load it "as is" is useless. OS X is perfectly able to load the (raw) table from BIOS. You only use a DSDT file if you need it modified, i.e. patched. Link to comment Share on other sites More sharing options...
griftopia Posted March 10, 2016 Author Share Posted March 10, 2016 Err...I misunderstood when you say not patched. I will simply use D630 pack. I was actually using the one at below location filtered for Notebook, Core2Duo, Dell and provides D630 as the first result. http://www.osxlatitude.com/edp/compatibility/ The location you provided does not have any links for my Graphics card so I tried with the one for 10.10 and without DSDT. I used all 3 plists including kernel.plist. I'm getting the "No HPET(s)..." KP every time. Sometime during the boot. Sometimes while on language selection screen. One time made it to Disk Utilities and then got it. Attaching *that* screenshot here... I tried with NULLCPUPowerManagement.kext - Did not help at all. So I think did exactly what you said now without DSDT I am back at HPET kernel panic. What can I try next? Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted March 10, 2016 Administrators Share Posted March 10, 2016 have you tried nullcpu kext with sleep enabler kext Link to comment Share on other sites More sharing options...
griftopia Posted March 11, 2016 Author Share Posted March 11, 2016 I found the EDP trunk for osxlatitude with a treasure trove of kexts and utilities Tried with NullCPU... and SleepEnabler. And NO dsdt, of course. No Dice. I did some reading and learnt this was only going to get me past the KP, if at all, and I would have to remove it after installation. Unfortunately it had absolutely no effect. I'm totally deflated right now. Really appreciate any other suggestions. I feel I have reached my limits patching DSDT as well, so not seeing a third route at this time. Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted March 11, 2016 Administrators Share Posted March 11, 2016 i has to be something simple we are overlooking since you can make it into install. some of those older machines also needed voodootscsync.kext. did you try the d630 nvidia highres dsdt? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted March 11, 2016 Administrators Share Posted March 11, 2016 I've just looked at the specs available on Dell's web site and the Inspiron 1720 is indeed of similar architecture as the D630 nVidia: FSB667/FSB800 C2D CPUs, Intel GM965 chipset, ICH8M I/O controller, integrated GMA X3100 or discrete nVidia GeForce 8400M G (128Mo)/8600M GT (256Mo) graphics. As such, I'm not expecting this AICPUPM kernel panic pictured above. There's no need for NullCPUPM on a C2D CPU. @griftopia: please explain method used to create USB installer, specify the Chameleon version used and post a compressed copy of your full /Extra folder (bootpack). If you can include your raw DSDT, even better. Link to comment Share on other sites More sharing options...
griftopia Posted March 12, 2016 Author Share Posted March 12, 2016 i has to be something simple we are overlooking since you can make it into install. some of those older machines also needed voodootscsync.kext. did you try the d630 nvidia highres dsdt? No, but I will match the patience shown by you experts here and try everything you suggest. Just trying to keep my head straight. I will also try what you suggest. Link to comment Share on other sites More sharing options...
Recommended Posts