Jump to content
20 posts in this topic

Recommended Posts

UPDATED:

Im on an ASUS K50I Laptop, Intel Pentium T4500 CPU and Nvidia Geforce GT 320M video, nvidia nforce 730i southbridge.

 

Currently Trying to install ideneb v1.3. Which Kernel should i choose?

 

UPDATE:

 

I managed to install Iatkos s3 v2 (so Snow leopard). I shall move my questions onto the SL forum now. Thanks to everyone for their help!

Link to comment
https://www.insanelymac.com/forum/topic/257981-os-x-1056/
Share on other sites

For one, Mac OS X can not be installed to a Fat32 partition.

Second, "New Image" does not format a HDD, it creates a Disk Image from a HDD or it creates a blank image (.dmg image)

 

What motherboard are you using? (Model number would be a great piece of information).

Link to comment
https://www.insanelymac.com/forum/topic/257981-os-x-1056/#findComment-1689602
Share on other sites

I am currently trying the ideneb v1.3 distro. It installs but enters a bootloop when i try to boot the installed OS X. I've tried using busratio=mybusratio but to no avail. I've tried using safe mode, single user mode, didnt work.

 

I'd like to ask, how do you install kexts? I googled it and i got 'go to system/...' folders, but where are those?

Link to comment
https://www.insanelymac.com/forum/topic/257981-os-x-1056/#findComment-1690736
Share on other sites

Kernel Extensions are in /System/Library/Extensions.

 

Some modifications can be made to work from /Extra/Extensions. This is advantageous because you won't lose them when you update OS X - usually patched kernel extensions in /System/Library/Extensions will be replaced with original ones when updating. Google/Forum search "Legacy Kext" or "Injector Kext" to learn more.

 

You "install" kernel extensions by copying them to /S*/L*/E*...

 

...and typing this at the command prompt (run Terminal.app):

 

sudo chown -R root:wheel /System/Library/Extensions/.kext

sudo chmod -R 755 /System/Library/Extensions/.kext

 

 

When using /E*/E* you don't have to set permissions and ownership.

Link to comment
https://www.insanelymac.com/forum/topic/257981-os-x-1056/#findComment-1690774
Share on other sites

That's not a kernel panic.

 

It's hanging right before it should display "mbinit: done".

 

I have been able to "fix" this in the past by doing a CMOS reset (on two different ASUS boards). Make sure to enter your BIOS and set it back the way it was after doing this and before booting again. Don't ask me how to do a CMOS reset on a laptop though.

 

In the BIOS, make sure ACPI 2.0 and ACPI APIC are enabled if you have such settings.

Enable all "advanced CPU features" except CPUID Limit.

 

From a quick google, iDeneb 1.3 was a 10.5.5 distro - why are you using the 9.2.0 kernel? You can use the vanilla kernel - that would be 9.5.0 for 10.5.5.

 

Use google/forum search to find what other ASUS K50I owners have done.

Link to comment
https://www.insanelymac.com/forum/topic/257981-os-x-1056/#findComment-1690829
Share on other sites

×
×
  • Create New...