InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 04-06-2012, 02:23 AM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
AMD FX 4100 - can't boot into any version of OS X

I am about to despair...

I just installed an AMD FX 4100 CPU to an MSI 760GM-P23 mainboard - hoping for Lion to work with 64-Bit support.

currently 100% disappointed.

I cannot boot any Kernel with any version of OS X (tried 10.5 + Voodoo, 10.6 + modbin / nawcom, 10.7 with that latest Kernel...)

I always end up with Kernel Panic like this:
http://code.google.com/p/xnu-dev/issues/detail?id=390

The fault appears right after the Kernel has loaded, so no Extensions etc involved...
Always that vm_page_set_colors shit...

When I replace the FX with Phenom II, all Kernel are loaded without any problem.

Tried passing the common flags, disabled all the CPU features in BIOS, different versions of Chameleon, etc etc


A Phenom II X4 955BE as reward if someone can sort out that f* bug!

----
solved...
http://osx86.co/f36/amd-fx-4100-cant...post57026.html

Last edited by R:A:W:X86; 05-06-2012 at 04:58 PM.
Reply With Quote
  #2  
Old 04-06-2012, 02:55 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Details:

Snow:




Lion:

Reply With Quote
  #3  
Old 04-06-2012, 08:00 PM
Unrealized's Avatar
Unrealized Unrealized is offline
 
Join Date: Jan 2011
Posts: 176
Is the Lion an preinstalled system? Does lion boot without -legacy? It should as far as I know. Unless the support for the CPU family is missing in the kernel itself.

(also, a bummer, I was going to buy a FX-6100 soon )

My Hardware
CPU: Intel Celeron G530
Memory: 4.00 GB DDR3 1333Mhz
Graphics: NVIDIA GeForce GTX 550 Ti
OS: Mac OS X Lion 10.7.4 - Vanilla kernel
Motherboard: Gigabyte GA-H61M-D2-B3
Reply With Quote
  #4  
Old 04-06-2012, 08:20 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Unrealized;

Like I wrote in the title of this topic: it is the same Panic with all version of OS X.
No way to boot at all.

No matter if trying to boot 10.5.8, 10.6.0, 10.6.8 or 10.7.x (Tiger untested^^)

On 10.6.0 it is even same Panic with the modbin Kernel, which actually is a binary hack and no source code modification.
Reply With Quote
  #5  
Old 04-06-2012, 10:58 PM
Unrealized's Avatar
Unrealized Unrealized is offline
 
Join Date: Jan 2011
Posts: 176
Strange, since my mate installed Lion and he has FX-8150 which is in the same CPU Family...

Which Lion version is that specifically? My Mate is running 10.7.3. Installed on top of iAtkos L2.

My Hardware
CPU: Intel Celeron G530
Memory: 4.00 GB DDR3 1333Mhz
Graphics: NVIDIA GeForce GTX 550 Ti
OS: Mac OS X Lion 10.7.4 - Vanilla kernel
Motherboard: Gigabyte GA-H61M-D2-B3
Reply With Quote
  #6  
Old 04-07-2012, 01:31 AM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Maybe other FX can work, but it seems like there is some small detail that makes the 4100 incompatible:

Another FX4100 owner - same panic - different mainboard:

http://www.root86.org/showthread.php...r-Kernel-Panic



I just tried to boot into Darwin 10.8.0 using GRUB2 instead of Chameleon - same Kernel Panic...

So most likely it is no Chameleon related issue...

I had a look at vm_resident.c - I could try to modify the if query, that calls the panic...
(even though I am only used to ms qbasic^^)
Most likely this will run me straight into the next panic.

I currently don't have a setup to run Xcode as well -.-



Someone knows any other FX that can be confirmed working? I may give mine back and get a different one...
8150 is a little expensive - in that case I could also get an i5 (just that i don't like intel)


(Just out of curiosity: Mac OS X 10.4.8 works using cpus=1 on Nebukadnezar Kernel lol - but eh that wasn't the reason for me to buy that f* CPU^^)

Last edited by R:A:W:X86; 04-07-2012 at 01:59 AM.
Reply With Quote
  #7  
Old 04-07-2012, 11:11 AM
Unrealized's Avatar
Unrealized Unrealized is offline
 
Join Date: Jan 2011
Posts: 176
I think you should wait a while for a better working kernel.

My Hardware
CPU: Intel Celeron G530
Memory: 4.00 GB DDR3 1333Mhz
Graphics: NVIDIA GeForce GTX 550 Ti
OS: Mac OS X Lion 10.7.4 - Vanilla kernel
Motherboard: Gigabyte GA-H61M-D2-B3
Reply With Quote
  #8  
Old 04-07-2012, 02:44 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
wooohooo!

I am not the kind of person that is used to "wait"

I just compiled 10.5.0 XNU.
I have been putting these lines into comments:

Code:
if ( ( n & (n - 1)) != 0  )
         panic("vm_page_set_colors");
and I am booted until PCI Configuration beginn

I will try to totaly fix up Snow Leopard later - too bad I have to leave for work now.


When I have it up an running - I will try Lion.
Reply With Quote
  #9  
Old 04-08-2012, 12:36 AM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Snow Leopard is up and running.

For some stupid reason, I have to unplug my USB aluminium keyboard in order to boot (?!) - but removing those lines from source code did the trick!


Now I need to have that patch applied to the Lion Kernel by bronzovka, but I cannot compile Lion Kernel as I cannot use Xcode later than 4.0.2 currently...
Anyone around here who can help me out on this?
Reply With Quote
  #10  
Old 04-08-2012, 01:41 AM
lunfai lunfai is offline
 
Join Date: May 2009
Posts: 95
Quote:
Originally Posted by R:A:W:X86 View Post
Snow Leopard is up and running.

For some stupid reason, I have to unplug my USB aluminium keyboard in order to boot (?!) - but removing those lines from source code did the trick!


Now I need to have that patch applied to the Lion Kernel by bronzovka, but I cannot compile Lion Kernel as I cannot use Xcode later than 4.0.2 currently...
Anyone around here who can help me out on this?
There's Xcode 4.2 for Snow Leopard.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply