InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   AMD FX 4100 - can't boot into any version of OS X (http://infinitemac.com/showthread.php?t=7646)

weller99 04-09-2012 12:37 AM

Hey guys,
I just upgraded my cpu from a Phenom II X4 965 to an FX-8150.
I previously had my VM running snow leopard with xcode4.2 just fine. I had to use "busratio=14" and that was all I needed.
Now, I get the same errors that you (RAWx686) were experiencing with the vm_page_set_colors panic. I changed my busratio to 18. To be sure, I went into the BIOS and set it to Manual and selected 18. I tried other flags, like "cpus=1 -f -F arch=x86_64 -force64" and various combinations to no avail. I tried the 10.6.2 hackintosh boot ISO as well, and tried the flags there, but i get the same error.
Do either of you have any idea what I could try next?
RAWx86, can I try your hacked source code? If you kept your keyboard in, did you still get the kernel panic, or was that another error message entirely?

Unrealized, you say Lion works with FX-8150? Does snow leopard work for him, or did he not even try that? What flags did he use? I really need to get my VM back up!
Thanks in advance!

R:A:W:X86 04-09-2012 12:55 AM

Ofcourse I can, note that this Kernel build does not yet include a custom dyld!!
I still need to recompile it using voodoobuild script!
You may have to pass -force64 flag, if your system will shutdown at boot.

http://ifolder.ru/29809107
// out of date - get latest one from http://osx86.co/f36/amd-fx-4100-cant...post57026.html

For some reason I have not yet managed to compile either Darwin 10.8.0 or 11.x - so Kernel will be 10.7.0 and require to use 10.6.7 IOPCIFamily.kext and IOACPIPlatform.kext on 10.6.8

I am still hoping for someone to help with compiling Lion Kernel - also asked bronzovka to include my fix to his Kernel, but do not have his response yet.

I will add Kernel with custom dyld later.


Alu Keyboard pluged causes freeze at stage when AppleUSBOHCI Sleep warning should appear.
I don't think this has anything to do with CPU/Kernel - but it is annoying and maybe someone knows a fix... :D
Currently my priority is Snow / Lion / Audio / Keyboard^^ - so most likely I will look at this later...

weller99 04-09-2012 02:07 AM

Thanks. I downloaded your kernel.
Do I just need to mount my .vdi image (i use virtualbox, not vmware), and replace the kernel with yours?
I'm not sure how else to do it.
Cheers,

R:A:W:X86 04-10-2012 04:07 AM

I freaking made it!

I just succesfully managed to compile Lion Kernel using XCode 4.2 for Snow Leopard.

Fixed bronzovka patch to work with FX-4100:

http://www.abload.de/img/screenshot2012-04-10aywkvb.png

Finder working 64-Bit. :)

bronzovka,

In case you read this.
Thanks a lot for the Kernel patch and especially for realising the source code. :)
If you would not have done, I would have been out of luck...


Will post the fixed Kernel later in case someone needs it!


>>>>>>>>>>>>

Darwin Kernel 11.3.0 (LION) fixed for vm_resident.c not to panic on AMD FX-4100:

Download:
http://ifolder.ru/29835262

//edit: 11.4.0: http://osx86.co/f100/10-7-4-amd-kernel-t7687/

<<<<<<<<<<<<

Darwin Kernel 10.7.0 (SNOW LEOPARD) fixed for vm_resident.c not to panic on AMD FX-4100:

Download:
http://ifolder.ru/30332779

//edit: fixed the patch for xnu-1504.15.3 / for 10.6.8 to work without old kext:
http://www.xup.in/dl,86069918/mach_kernel/

>>>>>>>>>>>>

@weller99
most likely yes, i am not familiar with either virtualbox nor vmware, sorry

$The-King$ 04-10-2012 04:21 AM

Quote:

Originally Posted by R:A:W:X86 (Post 57026)
I freaking made it!

I just succesfully managed to compile Lion Kernel using XCode 4.2 for Snow Leopard.

Fixed bronzovka patch to work with FX-4100:

http://www.abload.de/img/screenshot2012-04-10aywkvb.png

Finder working 64-Bit. :)

bronzovka,

In case you read this.
Thanks a lot for the Kernel patch and especially for realising the source code. :)
If you would not have done, I would have been out of luck...


Will post the fixed Kernel later in case someone needs it!

@weller99
most likely yes, i am not familiar with either virtualbox nor vmware, sorry


does installer work ?

R:A:W:X86 04-10-2012 05:01 AM

Quote:

Originally Posted by $The-King$ (Post 57027)
does installer work ?

I have not tried yet... had it installed previously.

I may try later if the installer works on SSSE3 capable CPU, it's 6:00 in the morning - I will get some sleep now... :p

$The-King$ 04-10-2012 05:10 AM

Quote:

Originally Posted by R:A:W:X86 (Post 57030)
I have not tried yet... had it installed previously.

I may try later if the installer works on SSSE3 capable CPU, it's 6:00 in the morning - I will get some sleep now... :p

happy dreams
we are from the same time zone :D

Unrealized 04-10-2012 10:32 AM

Does xpchelper crash? Also finder works out of the box?

weller99 04-11-2012 03:10 AM

I'm not sure where my reply went. Is there a lag for it to appear in the forum?

Anyways, let me retype this.

congrats on getting lion compiled and working, rawx86!

i cannot for the life of me, figure out how to get the kernel into the .vdi (which is an already working osx image) nor the .iso image(the modified install iso). With the ,vdi, I got inside it with VBoxManage hdshowinfo to get the offset, and then "losetup" to create a loop device to see the partition table. The table was an GPT table which parted is supposed to be able to read but can't.
I gave up on that one, and tried the ISO. I can mount the ISO after running kpartx on it because there is an apple and hfs+ partition. Recreating that is not straightforward. It's easy to use mkisofs on a single partition, but i want to leave the other ones intact.

How are you doing it? with a mac? I'm trying to do all of this from a Linux host.
Cheers,

Unrealized 04-11-2012 01:45 PM

Quote:

Originally Posted by weller99 (Post 57042)
I'm not sure where my reply went. Is there a lag for it to appear in the forum?

Anyways, let me retype this.

congrats on getting lion compiled and working, rawx86!

i cannot for the life of me, figure out how to get the kernel into the .vdi (which is an already working osx image) nor the .iso image(the modified install iso). With the ,vdi, I got inside it with VBoxManage hdshowinfo to get the offset, and then "losetup" to create a loop device to see the partition table. The table was an GPT table which parted is supposed to be able to read but can't.
I gave up on that one, and tried the ISO. I can mount the ISO after running kpartx on it because there is an apple and hfs+ partition. Recreating that is not straightforward. It's easy to use mkisofs on a single partition, but i want to leave the other ones intact.

How are you doing it? with a mac? I'm trying to do all of this from a Linux host.
Cheers,

You can't install with the kernel. You need to use iAtkos L2 on Snow Leopard and run the OSInstall.mpkg..

It's kinda tricky. ;) Nice to see it's done though, I'm personally moving to Intel hackintoshes later this month. Just because I hate problems. :p