PDA

View Full Version : OSx86 on MSI P35 Neo


blackshadeV
10-26-2008, 12:35 PM
Hi,
I've tried to build a Mac (OSX leopard 10.5) pc but, each time I press a button to start the setup from the dvd it load 3 or 4 tings and then the computer rebooted himself.

The specs of the pc are:

mainboard - MSI P35 Neo
processor - intel core 2 Quad Desktop (45nm)
video card - MSI NX8600GTS (nvidia geforce, 512mb DDR3)
harddisk - 250GB (Maxtor)

Does anyone know what this means or what I did wrong?

With kind regards,
Black

Voyn1x
10-26-2008, 08:00 PM
Hi blackshadeV, welcome to the forum.

I've done some quick research and looks like the MSI P35 based boards won't work with os x without flashing a modified bios. :(

Here's the thread (http://forum.insanelymac.com/index.php?showtopic=66944) with more info and a possible solution. Good luck!

roisoft
10-27-2008, 02:12 AM
Hi there!

If you donīt wan t flash your bios, you can try the DSDT patch by mackerintel (http://forum.insanelymac.com/index.php?showtopic=132757) for the chameleon bootloader.
Install OSX Leopard with cpus=1, Download the atached file, defrag, open a terminal and type :

Sudo -s
(password)

cd /users/" your user"/desktop/DSDT
./GetDSDT
./iasl -d dsdt.dat

dont close the terminal, now edit the dsdt.dsl with a texteditor like textmate and look for something like this

Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
Alias (P001, CPU1)
}


delete all the "Alias ...." lines and save the file.


Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
}


now type


./iasl -f dsdt.dsl


now, rename dsdt.aml to DSDT.aml and move it into the root of macos partition.
If your Leopard installer is based on chameleon bootloader, replace the chameleon "boot" file loacted into the root partiton, for the patched one, located into the attached file, if the installer donīt use chameleon, install it and repeat this last step.

It works perfect with Asus P45 series, and it works perfect with the KP caused by the 1.2.2 version of the AppleRTC extension included with the new leopard DVD for the new macbooks 10.5.5 (9F20808) (ASUS & Gigabyte tested & passed)

in order to prevent the KP edit the dsdt.dsl and look for


Device (RTC0)
{
Name (_HID, EisaId ("PNP0B00"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IRQNoFlags ()
{8}
})
}


delete the "IRQNoFlags ()" & "{8}"


Device (RTC0)
{
Name (_HID, EisaId ("PNP0B00"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x00, // Alignment
0x02, // Length
)

})
}


http://www.imagehut.eu/images/77945Imagen 1.jpg
http://www.imagehut.eu/images/61871Imagen 3.jpg

himac
01-25-2012, 03:58 PM
install iAtkos L2 standard and
non ahci

with E4500

himac
01-25-2012, 07:16 PM
install iAtkos L2 standard and
non ahci

with E4500

audio here:
http://www.osx86.net/downloads.php?do=file&id=929

Lion 10.7.2

kobbbac
04-13-2012, 06:32 AM
hello,

i have the same mobo, could you please tell me more about the steps you took.

thanks in advance.