InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Lion 10.7 (http://infinitemac.com/forumdisplay.php?f=100)
-   -   10.7.4 AMD Kernel (http://infinitemac.com/showthread.php?t=7687)

frisco2 08-06-2012 10:24 PM

Quote:

Originally Posted by justinster123 (Post 58292)
I compiled a 10.7.4 kernel with a mix of patches with R:A:W 's patches and the anv's legacy kernel 0.5.1 for on the fly patching, it boots up for x86_64 and i386 without instant reboot. but gives a kernel panic near where launchd would start up...
I'll upload it soon for you to test.. I doubt you'll get any further than the KP tho, interesting that I am the only one who made a kernel that didn't instantly reboot....
http://www.mediafire.com/download.php?u3kbvqy9it4sjda


Hi justinster123,

here my test with LION 10.7.4
with the following boot flag:

usekernelcache=no cpus=6 maxmem=4096 -v, f

and with

-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f

and with

-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f

I get every time a KP, see picture


pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n

gils 08-06-2012 11:54 PM

Quote:

Originally Posted by frisco2 (Post 58307)
Hi justinster123,

here my test with LION 10.7.4
with the following boot flag:

usekernelcache=no cpus=6 maxmem=4096 -v, f

and with

-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f

and with

-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f

I get every time a KP, see picture


pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n

hello frisco2,

résulat same as you, I give up for now, I ordered a small FX 6100 to 119 € with 15 € for reimbursement by AMD.

The x4 960 t , I'll put it back in its box and put it on my mantle for memories of good times !!!

wastez 08-07-2012 01:41 PM

Quote:

Originally Posted by frisco2 (Post 58307)
Hi justinster123,

here my test with LION 10.7.4
with the following boot flag:

usekernelcache=no cpus=6 maxmem=4096 -v, f

and with

-legacy usekernelcache=no -force64 arch=x86_64 busratio=17 cpus=6 maxmem=4096 –v -f

and with

-legacy usekernelcache=no -force64 arch=i386 busratio=17 cpus=6 maxmem=4096 -v - f

I get every time a KP, see picture


pictures:
http://www.sendspace.com/file/4n3025
http://www.sendspace.com/file/dr5g00
http://www.sendspace.com/file/3e05iw
http://www.sendspace.com/file/3nyi0n

Some informations to your kernelflags:
1. Don´t use arch=x86_64 and -legacy togehter, cause you can use 32 bit or 64 bit kernelmode and not both at same time.

2. arch=i386 and -legacy is the same but i think only -legacy is implemented in this kernel.

3. -force64 is not implemented in this kernel so it´s absolutly useless.
(On SnowLeopard it was used to enable 64 bit userland while running 32 bit kernelmode)

R:A:W:X86 08-07-2012 02:20 PM

Quote:

Originally Posted by wastez (Post 58310)
2. arch=i386 and -legacy is the same but i think only -legacy is implemented in this kernel.

Absolutely not the same.
arch= gives advice to Chameleon wether the i386 or x86_64 should be loaded, while -legacy disables the use of EM64T in case the i386 Kernel is loaded. (so to say the opposite / disbaler of -force64 mode, which is now loaded by default on all CPU like when you are using the Vanilla Kernel.)

frisco2 08-07-2012 03:25 PM

Hi @ll

Thanks for the quick answers, but it does not matter what I enter as a boot flag, it is always the same error message

justinster123 08-07-2012 04:16 PM

I compiled another kernel without the opcode patcher that boots to the point where launchd would boot up and no further on x86_64 ... Those of you with fx and test it out but @R:A:W does your kernel work in 64 bit kernel space on your amd?

R:A:W:X86 08-07-2012 04:53 PM

Quote:

Originally Posted by justinster123 (Post 58313)
@R:A:W does your kernel work in 64 bit kernel space on your amd?

No. But the x86_64 Kernel I compiled from my collection of patches, has been booting on yours as well - hasn't it. ;)

I have started some testing on this, but it's yet another needle in a haystack...

A little of topic:

Has someone yet managed to compile the ML Kernel in Lion?

justinster123 08-07-2012 05:00 PM

Quote:

Originally Posted by R:A:W:X86 (Post 58314)
No. But the x86_64 Kernel I compiled from my collection of patches, has been booting on yours as well - hasn't it. ;)

I have started some testing on this, but it's yet another needle in a haystack...

A little of topic:

Has someone yet managed to compile the ML Kernel in Lion?

lmao do you want me to upload it anyways for you to try? .__.
I really need to see if it will boot for you in 64-bit kernel space :)

R:A:W:X86 08-07-2012 05:19 PM

Quote:

Originally Posted by justinster123 (Post 58315)
lmao do you want me to upload it anyways for you to try? .__.
I really need to see if it will boot for you in 64-bit kernel space :)

Of course, you are welcome to upload it.
I am not very busy atm, so I could try it if you want me to. :D

justinster123 08-07-2012 05:40 PM

Quote:

Originally Posted by R:A:W:X86 (Post 58316)
Of course, you are welcome to upload it.
I am not very busy atm, so I could try it if you want me to. :D

Here You Go! Test Away!!
http://www.mediafire.com/download.php?osaa3sf2239nsvh

R:A:W:X86 08-07-2012 06:01 PM

Quote:

Originally Posted by justinster123 (Post 58317)

The x86_64 Kernel is still instant reboot.
The i386 Kernel is booting this time, but your build is missing one of those fixes, bronzovka has made, so it freezes after hard disk initialisation...

I haven't furher checked that Kernel yet - is it made through the building scripts by AnV?

justinster123 08-07-2012 06:16 PM

Quote:

Originally Posted by R:A:W:X86 (Post 58318)
The x86_64 Kernel is still instant reboot.
The i386 Kernel is booting this time, but your build is missing one of those fixes, bronzovka has made, so it freezes after hard disk initialisation...

I haven't furher checked that Kernel yet - is it made through the building scripts by AnV?

hmm..... which fix? that may be very well why it doesn't boot.. that's odd, it has to be the chameleon version I'm on 2.1 1856
try that
Chameleon 2.1 rev 1856 Fix, iCloud and Facetime. (doesn't fix them but oh well)

hmmm no, I haven't made it through the building scripts why?
cctools fails to patch when I tried.

R:A:W:X86 08-07-2012 07:00 PM

Quote:

Originally Posted by justinster123 (Post 58319)
hmm..... which fix? that may be very well why it doesn't boot.. that's odd

some reimplementation from snow leopard xnu, something when the kernel deals with kext properties. when not having these added, to some i386 kernel i made during my testing, it hasn't continued booting after hard diks initialisation - just like your build does.
don't remember exactly - few months ago now, when i put these things together. ;)

Quote:

Originally Posted by justinster123 (Post 58319)
Chameleon 2.1 rev 1856 Fix, iCloud and Facetime.

same result

I still think this is something CPU model related...

You do not need to use busratio= / FSB= or similiar parameter in your Boot.plist - do you?

justinster123 08-07-2012 07:07 PM

Quote:

Originally Posted by R:A:W:X86 (Post 58320)
some reimplementation from snow leopard xnu, something when the kernel deals with kext properties. when not having these added, to some i386 kernel i made during my testing, it hasn't continued booting after hard diks initialisation - just like your build does.
don't remember exactly - few months ago now, when i put these things together. ;)

same result

I still think this is something CPU model related...

You do not need to use busratio= / FSB= or similiar parameter in your Boot.plist - do you?

This is my chameleon boot.plist file

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot Graphics</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>PCIRootUID=1 npci=0x3000</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
<key>Timeout</key>
<string>5</string>
<key>npci</key>
<string>0x2000</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>

frisco2 08-07-2012 07:27 PM

Quote:

Originally Posted by justinster123 (Post 58317)


Hi Justinster123

best thanks for the last adjustment of the kernel

Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .

without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?

davisin666 08-07-2012 07:34 PM

Quote:

Originally Posted by frisco2 (Post 58322)
Hi Justinster123

best thanks for the last adjustment of the kernel

Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .

without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?

OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|

Thanks in advance!

justinster123 08-07-2012 07:41 PM

Quote:

Originally Posted by davisin666 (Post 58323)
OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|

Thanks in advance!

Damnnnnn lmaoooo I'm still in Pre-Cal. Physics AP tho starting in september University level physics for grade 12 >_<

justinster123 08-07-2012 07:42 PM

Quote:

Originally Posted by frisco2 (Post 58322)
Hi Justinster123

best thanks for the last adjustment of the kernel

Now the system hangs at USBF: 6719 AppleUSBOHCI ........ .

without this message >>> still waiting for root device
my BIOS settings are unchanged and are also set correctly
what should I do?

I must've overlooked something i'll post the diff later for R:A:W to take a lookat but I can't work on it further for a while, i'm super busy atm

frisco2 08-07-2012 07:42 PM

Quote:

Originally Posted by davisin666 (Post 58323)
OHCI means usb 1.1, try deactivating USB Legacy Support in BIOS setup.
I will test this kernel soon, now I have to do a lot of calculus, derivatives and integrals :-|

Thanks in advance!


I test the customized kernel with 10.7.4 on an external USB HDD

thanks for the answer, I'll try it and give a message

frisco2 08-07-2012 08:22 PM

my usb keyboard works no more.
with the PS2 Keyboard hangs at USBF: 6719 AppleUSBOHCI........ without this message >>> still waiting for root device

wastez 08-08-2012 03:33 PM

Quote:

Originally Posted by R:A:W:X86 (Post 58311)
Absolutely not the same.
arch= gives advice to Chameleon wether the i386 or x86_64 should be loaded, while -legacy disables the use of EM64T in case the i386 Kernel is loaded. (so to say the opposite / disbaler of -force64 mode, which is now loaded by default on all CPU like when you are using the Vanilla Kernel.)

Thanks for the information, it´s good to know.

Thought it was implemented instead of arch=i386.

Quote:

Originally Posted by frisco2 (Post 58327)
my usb keyboard works no more.
with the PS2 Keyboard hangs at USBF: 6719 AppleUSBOHCI........ without this message >>> still waiting for root device

I had the same problem on my system.
Using a other kernel fixed it on my computer.

frisco2 08-08-2012 03:54 PM

Quote:

Originally Posted by wastez (Post 58330)
I had the same problem on my system.
Using a other kernel fixed it on my computer.

Which kernel should I use for lion 10.7.4?

akimoa 08-08-2012 09:51 PM

just a offtopic question for all the Bulldozer Lion guys what was your audio solution ( VodooHDA,DSDT, AppleHDA ?) just curious

R:A:W:X86 08-08-2012 10:19 PM

ALC887; Line-In / -Out & Mic work using customized VoodooHDA - usage is easier than patching AppleHDA + no worries about system update; imho the best avaible audio solution. :)

frisco2 08-08-2012 10:57 PM

Quote:

Originally Posted by akimoa (Post 58333)
just a offtopic question for all the Bulldozer Lion guys what was your audio solution ( VodooHDA,DSDT, AppleHDA ?) just curious

voodooHD works with my system

misterfrista 08-09-2012 07:51 AM

For me its VoodooHDA too :)

gils 08-10-2012 11:36 PM

hello R:A:W:X86

mon rapport .

http://img15.hostingpics.net/pics/71...10103416PM.png

http://img15.hostingpics.net/pics/32...10104041PM.png

http://img15.hostingpics.net/pics/39...11121732AM.png

http://img15.hostingpics.net/pics/51...11121823AM.png

http://img15.hostingpics.net/pics/76...11121907AM.png

http://img15.hostingpics.net/pics/92...11121937AM.png

http://img15.hostingpics.net/pics/18...11122028AM.png

http://img15.hostingpics.net/pics/31...11122143AM.png

http://img15.hostingpics.net/pics/50...11122225AM.png


http://img15.hostingpics.net/pics/51...11125414AM.png

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>PCIRootUID</key>
<string>1</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
<key>npci</key>
<string>0x2000</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>


+ busratio=165 cpu=2

encore merci !!!

il me reste le problème de la gestion 32/64 bit .

frisco2 08-11-2012 10:10 AM

this is very positive, gils

$The-King$ 08-11-2012 12:49 PM

is it till now lion installer doesn't work ?

misterfrista 08-11-2012 01:06 PM

Lion installer works! Use the latest kernel and Myhack and it runs perfect ;)

gils 08-11-2012 02:04 PM

Quote:

Originally Posted by frisco2 (Post 58352)
this is very positive, gils


hello ,

ah !! oui !! que du bonheur , ça change du phenom !! je me croirais sur mon Xéon !!! :p

$The-King$ 08-11-2012 08:26 PM

Quote:

Originally Posted by misterfrista (Post 58355)
Lion installer works! Use the latest kernel and Myhack and it runs perfect ;)

just panic are you sure that it is supporting installer on my cpu non seee3

gils 08-11-2012 10:58 PM

Quote:

Originally Posted by $The-King$ (Post 58359)
just panic are you sure that it is supporting installer on my cpu non seee3


Et avec -legacy busratio=16 UsekernelCache=No npci=0x2000 -v -f

$The-King$ 08-12-2012 04:23 AM

Quote:

Originally Posted by gils (Post 58360)
Et avec -legacy busratio=16 UsekernelCache=No npci=0x2000 -v -f

i boot nearly with this flag any way i will try to re do lion on memory flash when got time

$The-King$ 08-12-2012 08:19 AM

1 Attachment(s)
tried again with retail 10.7.3 & 10.7.0 but the the same panic
i think kernel doesnt support retail installing from boot

gils 08-12-2012 11:14 AM

Quote:

Originally Posted by $The-King$ (Post 58362)
tried again with retail 10.7.3 & 10.7.0 but the the same panic
i think kernel doesnt support retail installing from boot


're trying this distro, with the FX, it is able to directly boot my hack and I have not tested it on my t x4 960 but on a 1250 LE it loads but does not panic.

're trying with these flags: mach_amdv5 -legacy busratio=16 cpu=1 -v -f



bonne chance !!!

dantekazuma 08-12-2012 01:25 PM

Help
 
this kernel looks like the best shot i got to put erase my snow leo and step up to lion but no one is putting a how to for the semi-noobs out there a.k.a me....so can some please tell me how they got this kernel to work with Lion...i have both retail lion and iATKOS L2...so please help me out here

gils 08-12-2012 02:40 PM

Quote:

Originally Posted by dantekazuma (Post 58366)
this kernel looks like the best shot i got to put erase my snow leo and step up to lion but no one is putting a how to for the semi-noobs out there a.k.a me....so can some please tell me how they got this kernel to work with Lion...i have both retail lion and iATKOS L2...so please help me out here

hello ,

Me neither, I'm not a kernel specialist, if you manage to install SL, you shall come easily to install Leo 10.7.

You wedged on what?

dantekazuma 08-12-2012 07:16 PM

well i got retail 10.7.2 dmg i use myHACK to put it on my usb...then i took r:a:w:x86 kernel to see if i can get to the installation screen....first i use a simple -v flag to see where i might get errors at....but after it loads all the extensions the screen flashes that the caplock light flash then the screen lights up again but it stays black...i left it for over 10 hours(went to sleep)woke up still a black screen...so i tought it could be a graphics problem so i added the ATY kext that worked on my snow leo but still nothing ...so im bummed out because since i cant get a verbose output after the flash screen i cant really say what the problem is

ham4ever 08-12-2012 07:42 PM

Quote:

Originally Posted by dantekazuma (Post 58368)
well i got retail 10.7.2 dmg i use myHACK to put it on my usb...then i took r:a:w:x86 kernel to see if i can get to the installation screen....first i use a simple -v flag to see where i might get errors at....but after it loads all the extensions the screen flashes that the caplock light flash then the screen lights up again but it stays black...i left it for over 10 hours(went to sleep)woke up still a black screen...so i tought it could be a graphics problem so i added the ATY kext that worked on my snow leo but still nothing ...so im bummed out because since i cant get a verbose output after the flash screen i cant really say what the problem is

i had same problem ,,, but i found out that kext for my video card use TWO screens instead of one , i knew it when i attached second screen to Mac, and then i saw everything in screen , so maybe this is problem for u too , :-/
or try remove all ATI- ATY - NV - INTEl kexts

justinster123 08-12-2012 08:33 PM

ok, I am testing Lion DP1 and it's working GREAT!
All binaries are universal so it's working excellent without any troubles, I think I'll use the Lipo tool to create the universal binaries on the Final build 10.7.4 and see what happens it's way more stable on DP1 for me.

gils 08-12-2012 10:30 PM

whaoooo!

for me it's just great, to blanGsak V4, an installation is possible via USB Direct + 1820 trunk option npci=0x3000 with the kernel and some hacks to RAWX86 mediaflashplayer and mozilla is the feast , I miss it more than yesterday. (not serious)

for the FX 6100, to install the flags: busratio=165 cpu=1 -v , the install finished, reboot into busratio=165 cpu=2 -v

for the youtube video, no synchronization between audio and video (C1E disable, cool n 'quiet enabled)

http://img15.hostingpics.net/pics/18...12at211337.png

http://img15.hostingpics.net/pics/19...12at211506.png


http://img15.hostingpics.net/pics/63...12at211939.png

http://img15.hostingpics.net/pics/14...12at220744.png

http://img15.hostingpics.net/pics/54...12at224800.png


http://img15.hostingpics.net/pics/70...12at225010.png


http://img15.hostingpics.net/pics/70...12at225814.png


http://img15.hostingpics.net/pics/17...12at225855.png

ham4ever 08-12-2012 11:55 PM

@gils

ouh man i am jealous :P u have fully working Lion :) awesome,

gils 08-13-2012 04:30 PM

Quote:

Originally Posted by ham4ever (Post 58372)
@gils

ouh man i am jealous :P u have fully working Lion :) awesome,

^_^

hello,

I confirm that the installation based on a retail 10.7.3 without unibeast without MyHack is possible without any problems.
I used the old method of restoring from the HDD to usb utility at the base for Intel long before tonymachintrucbidouille and others think of something! ahahahha!

I copied the kernel of R:A:W:X86 and the Extra folder from my SL car and Simone! ahahahah!

This awesome AMD FX!

Google traduction .


http://img15.hostingpics.net/pics/20...a768171515.png


(Y)

pipko 08-13-2012 05:54 PM

I realize this comes down to AMD FX, but what happens to the class AMD (Athlon 64 x2 QL)
without SSSE3?

ham4ever 08-13-2012 06:52 PM

can anyone write some scripte to delete ZZ folder in "" sudo rm -rf /private/var/folders/zz/ "" in some schedule , automatically repeat after every 5 minuts ,??

because whenever i get crash report then eat CPU , then i delete zz folder then crash report processor stop using CPU *

gils 08-13-2012 07:33 PM

Quote:

Originally Posted by ham4ever (Post 58378)
can anyone write some scripte to delete ZZ folder in "" sudo rm -rf /private/var/folders/zz/ "" in some schedule , automatically repeat after every 5 minuts ,??

because whenever i get crash report then eat CPU , then i delete zz folder then crash report processor stop using CPU *

hello ,

I never managed to block the problem, hence the move to FX. we need a good soul we include the correction in the kernel.

should not neglect the FX work in 32 or 64 bit and not 32 and 64 bit.

Fortunately, 95% of the software is 64-bit. to install 32 bit softwares must return to 32 bit (-legacy)

Google traduction

R:A:W:X86 08-13-2012 11:47 PM

Quote:

Originally Posted by gils (Post 58379)
Fortunately, 95% of the software is 64-bit. to install 32 bit softwares must return to 32 bit (-legacy)

Solution for 32-Bit App crashes to be found in first post... :)

gils 08-14-2012 10:02 AM

Quote:

Originally Posted by R:A:W:X86 (Post 58381)
Solution for 32-Bit App crashes to be found in first post... :)

:)


hello,

I thank you, I have a little trouble understanding everything, with terminal I hold, in addition to English, it's even worse.

I tried. the last time I used the terminal, I planted all!

you think ML 10.8 will work on AMD?

Thank you.

google translation

:)

$The-King$ 08-14-2012 07:52 PM

the latest kernel cant be downloaded
can any one upload it