![]() |
#211
|
|||
|
|||
I've tested those new kernels on my AMD P-II x4 965
with flags: arch=i386 ; arch=i386 -force64 there's no KP, but I got stuck at the "No interval found for . Using 8000000" line ![]() with flag: arch=x86_64 I got this KP ![]() |
#212
|
||||
|
||||
and wich kernel did u use for that ? bit more specific if u dont mind
![]() AMD Phenom x4 955 3,2 GHZ Black Edition AMD Tutorial (German)Graka: ATI HD 5770 (Batmobil) 1 GB DDR5 (GIGABYTE) Lion 10.7 Kexts / Vervet Framebuffer Mem: 8 GIG RAM Kingston 4x2 OS: Snow Leopard Retail 10.6.8 Legacy Kernel V8 2 AnV cparm Boot Beta 3 Mobo: GA-MA-770 UD3 (GIGABYTE) Another AMD Tutorial (English) http://f.cl.ly/items/0M2n330k2r2j2L1q2a2g/logo.png |
#213
|
||||
|
||||
Quote:
Then you could get the dmesg to me... I could use it to look up what goes wrong... ![]() A new hope... ![]() EDIT: The second (the kp) is the classic 64bit AMD AppleACPIPlatform.kext panic... Last edited by andyvand; 11-09-2011 at 06:39 PM. |
#214
|
|||
|
|||
Quote:
![]() NoAutopatch & Autopatch @ 32 & 64 bits compiled kernels and I added them all into the iATKOS L1 disc ![]() |
#215
|
|||
|
|||
Quote:
I still got stuck at the same line ![]() ![]() |
#216
|
||||
|
||||
Quote:
traditional scheduler: sched=traditional traditional scheduler with pset runqueue: sched=traditional_with_pset_runqueue proto scheduler: sched=proto grrr scheduler: sched=grrr fixed priority scheduler: sched=fixedpriority fixed priority scheduler with pset runqueue: sched=fixedpriority_with_pset_runqueue Only use one and please test all to see if there is a difference. These control how the processor schedules instructions. On AMD you may also want to use boot argument npci=0x2000 Still investigating for the interval lines... ![]() EDIT: Oh yeah... are you booting from a DVD? Try using an USB boot... (may be worth trying) Also grep for the string "No interval found" in all the .kext files with the following command: grep -E "No interval found" /System/Library/Extensions/*.kext/Contents/MacOS/* /System/Library/Extensions/*.kext/* Tell me if one matches... Last edited by andyvand; 11-09-2011 at 06:29 PM. |
#217
|
|||
|
|||
Pthread support ABORTS when sync kernel primitives misused
No interval found for . Using 8000000 Looks like we need to compare the log with the vanilla dmesg if these messages appears System
![]() |
#218
|
||||
|
||||
Quote:
But No interval found for is not part of the kernel... either is coming from an app or coming from a kext... Still investigating... EDIT: Can't find it anywhere in DP1... don't have GM so can't check... Did changing the scheduler change anything? How about booting the installed product? This is the install DVD, right? EDIT2: Did you patch /usr/lib/dyld and /usr/lib/libSystem.B.dylib with amd_insn_patcher (the new one for Lion)? It is needed for 32bit support under 64bit... Last edited by andyvand; 11-09-2011 at 06:43 PM. |
#219
|
||||
|
||||
K did some intence testing with an installed system (cloned from my MBP when it came out in Juli 10.7.0)
only the kexts i used from SL Disabler ,NULLPower, FakeSMC, rest is via DSDT Bootloader i tried were cparm boot(latest) and Chameleon Rev1684 with all kernels and with none i came close to see a verbose mode sadly tried all scheduler arguments as boot args gave me instant reboots too (on all) all important bootflags were tested aswell offcourse ![]() AMD Phenom x4 955 3,2 GHZ Black Edition AMD Tutorial (German)Graka: ATI HD 5770 (Batmobil) 1 GB DDR5 (GIGABYTE) Lion 10.7 Kexts / Vervet Framebuffer Mem: 8 GIG RAM Kingston 4x2 OS: Snow Leopard Retail 10.6.8 Legacy Kernel V8 2 AnV cparm Boot Beta 3 Mobo: GA-MA-770 UD3 (GIGABYTE) Another AMD Tutorial (English) http://f.cl.ly/items/0M2n330k2r2j2L1q2a2g/logo.png |
#220
|
|||
|
|||
Got one match, 10.7.0 Installer Stick
Code:
grep -E "No interval found" /Volumes/Mac\ OS\ X\ Base\ System/System/Library/Extensions/*.kext/Contents/MacOS/* /Volumes/Mac\ OS\ X\ Base\ System/System/Library/Extensions/*.kext/* Binary file /Volumes/Mac OS X Base System/System/Library/Extensions/IOHIDFamily.kext/Contents/MacOS/IOHIDFamily matches Code:
Code signature removed succesfully (64bit)No patches found, not generating output filePatch report: 0 instructions patched, 208 bad instructions, patches bypassed: NO 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Last edited by Sn0wStorm; 11-09-2011 at 10:40 PM. |