![]() |
here the missing one sorry hope it makes a diffrence(link corrected to)
http://cl.ly/0X0w3s300U002z0W0K3t |
Quote:
I hope at least those work, then I know where to look. :-| |
well on both x86 _64 Chameleon stops rite after i hit enter goes back to command prompt at least here
|
Quote:
Lets hope that at least works... :-/ |
will test yours tomorrow im done for today
|
Quote:
|
Quote:
When trying that on the x86_64 Kernels, it goes back to the command promt for me Otherwise still Instant Reboot :( |
Ok, I finished compiling the noautopatch version using Xcode 3.2.6.
It's built as a ub (i386+x86_64 in one bin). Download: https://rapidshare.com/files/2791902...oautopatch.zip Please test and let me know if it works. |
I tried it on my 32bit Intel netbook.
It doesn't instant reset but it gets stuck on a black screen. I'm using Cparm's latest bootloader... I bet that if you test this kernel on a supported Intel, it works... Could anybody with vanilla cpu test this hypothesis? Try both my compiled version as well as Akimoa's... :-| |
doesnt work :( tried arch=i386 with/without -force64 and arch=x86_64
maybe I can test vanilla tomorrow. |
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 http://www.postimg.com/52000/photo-51473.jpg with flag: arch=x86_64 I got this KP http://www.postimg.com/52000/photo-51475.jpg |
and wich kernel did u use for that ? bit more specific if u dont mind:-d
|
Quote:
Then you could get the dmesg to me... I could use it to look up what goes wrong... :D A new hope... :-d EDIT: The second (the kp) is the classic 64bit AMD AppleACPIPlatform.kext panic... |
Quote:
NoAutopatch & Autopatch @ 32 & 64 bits compiled kernels and I added them all into the iATKOS L1 disc http://www.postimg.com/52000/photo-51484.jpg |
Quote:
I still got stuck at the same line :'( http://www.postimg.com/52000/photo-51486.jpg |
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... |
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 |
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... |
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 :'( |
1 Attachment(s)
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/* Code:
Code signature removed succesfully (64bit)No patches found, not generating output filePatch report: 0 instructions patched, 208 bad instructions, patches bypassed: NO |
2 Attachment(s)
Fixed amd_insn_patcher... :-|
It's IOHIDFamily that causes the misery allright... Decompiling + checking... EDIT: Removed check for interval (which causes the failure). The problem in this case is VoodooPS2 in fact but the kext I posted should do fine ;) (little workaround with hex editor ;)) Back up your original before testing... :) |
It seems like xmove doesn't work very well with amd, gotta mod iatkosx L1, I will have to buy a blank dvd xddd
|
im starting to think something else in my cloned system is bugging the boot ...investigating
|
hi people
i hadnt entered this forum about 4 days ad got adream that there are alion kernel done :D so i will do testing but can any one compiles 11.2 kernel as i have 10.7.2 any way will begin with 11.0 kernel will do tests now :) |
Quote:
Quote:
and they all stuck at the same line Quote:
could you also share the binary of the amd_insn_patcher ? :) |
Quote:
|
Quote:
but now I'm getting stuck after the USBF line http://www.postimg.com/52000/photo-51531.jpg |
here are the compilied ones for 10.7.2 to test
no patch http://cl.ly/191M3B3j3U0M2i2L1D0R autopatch http://cl.ly/2o3z2M1u161N2V3e0p0P |
Quote:
|
tried four kernel no one fo them work just auto restart :'(
|
i will try on vmware fusion
|
@m28ew
Try using patched IOUSB from AnV (SL) might change a thing and Andy cant we set a debug somewhere ? besides the scheduler aruments ? |
Quote:
when I patched the dyld, I got these messages: Code:
Patching universal binary (2 architectures) I got the "No patches found, not generating output file" message ??? Code:
Patching universal binary (2 architectures) btw, is there any difference between the amd_insn_patcher and the amd_insn_patcher_ext ? |
Quote:
Hope someone will fix that. @anv Would it be possible to insert a debug mode? |
Quote:
downloading fusion and will see if will work or no i tried kernel on my notebook core i and kernel load |
Quote:
I think this release will do the same. |
Quote:
The other option would be compiling a debug kernel (with make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install) |
Code:
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG"install" |
the same problem with vmware :-d
Lion mission impossible :D |
After patching both dyld & libSystem.B.dylib
I got a new KP :'( http://www.postimg.com/52000/photo-51544.jpg |
Quote:
make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install note the space after release... and no "" |
For the usb messages, did you disable the usb legacy support (In BIOS, because it seems that in OHCI, usb 1.1, is the problem)???
If doesn't work, maybe using usb kexts from 10.6.8 can do the trick |
Quote:
the usb error doesn't appear anymore but I get a new KP :D http://www.postimg.com/52000/photo-51544.jpg |
here are the debug ones
autopatch http://cl.ly/28380m2u2f3h0N0a1x1K no autopatch http://cl.ly/3x3V2A2a1V1I2g2n133a hope we can get anything out of these So test Guys :) |
Quote:
still no luck :'( with your autopatch kernel @ 32-bits http://www.postimg.com/52000/photo-51563.jpg with your no autopatch kernel @ 32-bits http://www.postimg.com/52000/photo-51564.jpg btw, is there any new boot-flag I should use to enable the debug mode ? EDIT: and maybe you should split this thread and create a new one: Legacy Kernel 10.7.x / Darwin 11.x.0 ( Still in Progress... ) Just My Two Cents :) |
2 Attachment(s)
belong to snow leopard
@ andyvand since snow cant boot mac on hardware raid and i got this panic when using force64 http://osx86.co/attachment.php?attac...1&d=1320938470 and here with out using force64 http://osx86.co/attachment.php?attac...1&d=1320938470 this annoying me as i must change data mode to a chi every time i enter mac :( anther thing can any one help me to learn compiling kernel (tools&steps) thanks :) |
not_interrupts_enabled
It seems like there is a heavy mess with interrupts and threads |
Quote:
Just use the command make or in case of anvīs kernel the script which he creates to do this. ;) |
Quote:
|
Quote:
But donīt forget to patch the libSystemB_debug.dylib and libSystemB_profile.dylib after installing it. |