InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   AnV XNU 9.8.0 V1.7 (http://infinitemac.com/showthread.php?t=4217)

andyvand 09-29-2009 07:01 PM

Quote:

Originally Posted by meankit2003 (Post 36188)
Hi,

I am using an AMD 4400 X2 on ASUS M3A78-EM 780G Motherboard. I was previously using you kernel 9.6.0 v1.4 on chameleon bootloader v1 which was working fine. However as soon as I upgraded the kernel to v 9.8.0 I have started getting kernel panics. I have also tried using Chameleon 2 RC1 and RC2 by I am still getting kernel panics. I have also tried your kernels 9.7.0 and 9.8.0 v1 and any kernel higher than 9.6.0 is giving KPs.

Surprisingly the new kernel is working fine when i am booting using my usb boot-132 but gives KP when I try to use it on chameleon bootloader on HDD. I am using the current latest system kext along with dsmos, intel pm disabler, smbios kexts.

I have attached an image of the Kernel Panic I am getting. Please Help.
Attachment 745

Thanks

Ankit

This also seems to be AppleACPIPlatform.kext related since it's IOPlatformExpert which can't find the platform driver.
Try repairing permissions using Mac install DVD and boot with -f

andyvand 09-29-2009 07:11 PM

Quote:

Originally Posted by bubbaganoush (Post 36297)
How come any mention of this release on insanelymac get's the thread instantly deleted?

I hope this doesn't get me banned from here and this thread ninja-ed by the secret police in blackhawk helicopters.

Well well well...
I had posted it on InsanelyMac too but it appears to be gone.
Guess I won't release anything on InsanelyMac anymore since they delete my threads without any reasons...
Oh well... your loss InsanelyMac :p

meankit2003 09-29-2009 07:15 PM

Thanks for the reply. It still wont work after repairing permissions and booting with -f. Strangely enough the latest kernel is working on my USB BOOT 132 so I am using it for the moment instead of booting from HDD bootloader.

I have tested snow leopard and it seems to be woking fine for me so I guess that I will just have to wait for your final release of kernel for 10.6.

THeKiNG 09-30-2009 05:31 PM

Quote:

Originally Posted by andyvand (Post 36295)
I've checked and this is wrong...
replace as follows:
....
This should fix booting up with all cores right...
I've checked this in a Mac Pro DSDT dump...
Apple starts CPU entries from 0 rather than 1.
Hereby the CPU count is probably misdetected etc...
Try modding your DSDT and let me know
This will also fix your IOService node in IORegistry btw

I have no idea why a n00b advise other n00b w/o to RTFM!
If you bother to read ACPI specs then look on APIC table you will find that what you "advised" is total crap, and the unlucky one who try what you said will find out that it has a nice panic on boot...
Unless APIC table is not fixed to match DSDT computer will fail to boot the OS:
Code:

.........
[02Ch 0044  1]                Subtable Type : 00 <Processor Local APIC>
[02Dh 0045  1]                      Length : 08
[02Eh 0046  1]                Processor ID : 01
[02Fh 0047  1]              Local Apic ID : 00
[030h 0048  4]        Flags (decoded below) : 00000001
                          Processor Enabled : 1

[034h 0052  1]                Subtable Type : 00 <Processor Local APIC>
[035h 0053  1]                      Length : 08
[036h 0054  1]                Processor ID : 02
[037h 0055  1]                Local Apic ID : 02
[038h 0056  4]        Flags (decoded below) : 00000001
                          Processor Enabled : 1
.........


zeyoung 09-30-2009 08:36 PM

hello,
i a change my dsdt like you said me.
and it' freeze when the cpu are compted.
i can't boot with 9.6.0 or 9.8.0

Quote:

Originally Posted by andyvand (Post 36295)
I've checked and this is wrong...
replace as follows:
Code:

Scope (_PR)
{
Processor (CPU0, 0x00, 0x00000810, 0x06) {}
Processor (CPU1, 0x01, 0x00000000, 0x00) {}
Processor (CPU2, 0x02, 0x00000000, 0x00) {}
Processor (CPU3, 0x03, 0x00000000, 0x00) {}
Processor (CPU4, 0x04, 0x00000000, 0x00) {}
Processor (CPU5, 0x05, 0x00000000, 0x00) {}
Processor (CPU6, 0x06, 0x00000000, 0x00) {}
Processor (CPU7, 0x07, 0x00000000, 0x00) {}
Processor (CPU8, 0x08, 0x00000000, 0x00) {}
Processor (CPU9, 0x09, 0x00000000, 0x00) {}
Processor (CP10, 0x0A, 0x00000000, 0x00) {}
Processor (CP11, 0x0B, 0x00000000, 0x00) {}
Processor (CP12, 0x0C, 0x00000000, 0x00) {}
Processor (CP13, 0x0D, 0x00000000, 0x00) {}
Processor (CP14, 0x0E, 0x00000000, 0x00) {}
Processor (CP15, 0x0F, 0x00000000, 0x00) {}
}

This should fix booting up with all cores right...
I've checked this in a Mac Pro DSDT dump...
Apple starts CPU entries from 0 rather than 1.
Hereby the CPU count is probably misdetected etc...
Try modding your DSDT and let me know
This will also fix your IOService node in IORegistry btw


fvp 10-02-2009 01:10 PM

Error on (re-)building AnV 1.7
 
I've got this error when try to (re-)buil the AnV 1.7. Any ideas?

[8] Processing Libc (Libc-498.1.7) (5 mins) 03:08:22
Extracting (Libc-498.1.7.tar.gz)...
Patching (Libc-498.1.5.diff)...
Building...
mv readdir.So readdir-INODE32.So
mv seekdir.So seekdir-INODE32.So
mv scandir.So scandir-INODE32.So
mv telldir.So telldir-INODE32.So
mv statx_np.So statx_np-INODE32.So
1 error
*** Error code 2

Stop in /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7.
make: *** [build] Error 1
ERROR

---

The cause:

cc -static -g -arch i386 -pipe -std=gnu99 -fno-common -Wmost -D__LIBC__ -D__DARWIN_UNIX03=1 -D__DARWIN_64_BIT_INO_T=1 -D__DARWIN_NON_CANCELABLE=1 -D__DARWIN_VERS_1050=1 -DNOID -DLIBC_MAJOR=1 -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/OBJROOT/obj.i386/CANCELABLE -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/SYMROOT/include -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/include -force_cpusubtype_ALL -no-cpp-precomp -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/gdtoa -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/gen -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/pthreads -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/stdtime -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/locale -DLIBC_ALIAS_NANOSLEEP -DBUILDING_VARIANT -DVARIANT_CANCELABLE -I/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/OBJROOT/Frameworks/System.framework/PrivateHeaders -Os -c /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/gen/nanosleep.c -o nanosleep.o
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/stdlib/realpath-fbsd.c: In function ‘realpath’:
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/stdlib/realpath-fbsd.c:94: warning: ‘inode’ may be used uninitialized in this function
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/stdlib/realpath-fbsd.c:90: warning: ‘dev’ may be used uninitialized in this function
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/stdlib/realpath-fbsd.c:88: warning: ‘islink’ may be used uninitialized in this function
In file included from /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/pthreads/pthread_internals.h:76,
from /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/gen/nanosleep.c:32:
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/pthreads/pthread_machdep.h:60:45: error: System/machine/cpu_capabilities.h: No such file or directory
In file included from /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/pthreads/pthread_spinlock.h:57,
from /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/pthreads/pthread_internals.h:77,
from /Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/gen/nanosleep.c:32:
/Users/fvp/Desktop/voodoobuild-0.3.6/tools/Libc-498.1.7/OBJROOT/Frameworks/System.framework/PrivateHeaders/machine/cpu_capabilities.h:35:42: error: System/i386/cpu_capabilities.h: No such file or directory
*** Error code 1
1 error
*** Error code 2

blackknight 10-05-2009 12:31 AM

Does this version do anything for people with more than 4 gigs of ram and AMD? I still have to use maxmem=4096 with 1.6.

Thanks.

HardRom 10-08-2009 02:04 PM

Kernel Panic
 
1 Attachment(s)
Edit: This crash hasn't re-occurred, should I not worry?

System crash - I was browsing a website; I had not clicked on anything, nor did I have anything extensive running in the background. The apps I had open were Vine Server, Firefox, Adium. Firefox was browsing 4 tabs. The flash movie went through once, then started again and the system KP'd. It appears (with my limited knowledge) that firefox is the culprit.

fvp 05-24-2010 12:23 AM

Hi Andy;

I know this is an old thread. But I noticed that I'm (still) facing some issues regarding seatbelt.kext

I'm running """Darwin Kernel Version 9.8.0: wo 16 sep 2009 21:54:52 CEST; AnV XNU Kernel Release 1.7 :xnu-1228.15.4/BUILD/obj/RELEASE_I386 i386"""

on a X2 AMD and I'm not able to load seatbelt.kext (Version 107.12 - Build 78). Kextload says it's """Not a Bundle""".

Yet Version 107.10 - Build 14 loads ok, but I've got PANIC when mounting DMG.

I know I don't need seatbelt.kext on 10.5.8. But Google Chrome (my favorite browser) does not work without it.

Please, any advice of yours?

Regards

andyvand 05-27-2010 12:26 PM

try a seatbelt kext from 10.5.8 update and patch it with marvins amd utility and install it. next boot with -f. let me know if it works...