Jump to content

NEW user "hi!".... Possibly simple solutions PLEASE HELP


QbAnYtO
 Share

83 posts in this topic

Recommended Posts

also post again your boot.plist

 

 

<?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">'>http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string> PCIRootUID=1</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>Instant Menu</key>

<string>Yes</string>

<key>Legacy Logo</key>

<string>Yes</string>

<key>EthernetBuiltIn</key>

<string>Yes</string>

</dict>

</plist>

 

 

 

 

 

i changed it to the settings you gave me and i'm still getting the "can't find etc etc" message.

 

here is what i have now:

 

<?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>Kernel</key>

<string>arch=x86_64</string>

<key>Kernel Flags</key>

<string>1</string>

<key>GraphicsEnabler</key>

<string>yes</string>

<key>Instant Menu</key>

<string>Yes</string>

<key>Legacy Logo</key>

<string>Yes</string>

<key>EthernetBuiltIn</key>

<string>Yes</string>

<key>GenerateCStates</key>

<string>Yes</string>

<key>GeneratePStates</key>

<string>Yes</string>

</dict>

</plist>

 

 

weird huh?

Link to comment
Share on other sites

nope! you once again confused

 

use this

 

<?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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>PCIRoot</key>
<string>1</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
</dict>
</plist>

 

*i edit type mistake in graphics enabler so i you copy before i edit copy again

Link to comment
Share on other sites

nope! you once again confused

 

use this

 

<?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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>PCIRoot</key>
<string>1</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
</dict>
</plist>

 

*i edit graphics enabler so i you copy before i edit copy again

 

 

 

yes i caught that typo lol i fixed it dont worry....

 

well i got a kernel panic again. GRRRR!!!

Link to comment
Share on other sites

on chameleon prompt, write -v (for verbose), and post the picture of kernel panic (with a camera)

 

aw man i'm exhausted! lmao. in the kernal panic i saw something about voodoo and stuff :/

 

i know i have a file installed from [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] called voodoo something.

 

can we continue tomm? i gotta get some sleep (3:46 am over here) cause i gotta work tomm. gotta wake up at 7 :)

 

i will take a pic of it and post it here tomm. hope to hear from ya buddy. thanks for fighting this war with me :P

Link to comment
Share on other sites

seems like multibeat made some problems for you

 

go to S/L/E and remove all things with Voodoo (mostly VoodooHDA)

SleepEnabler

and run on terminal

 

sudo touch /System/Library/Extentions

 

then see what happen

 

after we will continue tomorrow

Link to comment
Share on other sites

You will have to rebuild caches and repair permissions after removing kexts from S/L/E using either kext Utility, Kext Wizard or by doing it manually, to do this manually open a terminal and enter the following commands to repair the permissions on your “/Extra” directory:

 

  $ sudo chown -R 0:0 /Extra

$ sudo chmod -R 755 /Extra

 

You also need to repair the permissions on your “/System/Library/Extensions” directory:

 

  $ sudo chown -R 0:0 /System/Library/Extensions

$ sudo chmod -R 755 /System/Library/Extensions

 

Now build the Extensions.mkext for /Extra/Extensions in /Extra with the following command.

 

  $ sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/Extensions

 

You also need to rebuild the Extensions.mkext for the “/System/Library/Extensions” directory:

 

  $ sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions

Link to comment
Share on other sites

You will have to rebuild caches and repair permissions after removing kexts from S/L/E using either kext Utility, Kext Wizard or by doing it manually, to do this manually open a terminal and enter the following commands to repair the permissions on your “/Extra” directory:

 

  $ sudo chown -R 0:0 /Extra

$ sudo chmod -R 755 /Extra

 

You also need to repair the permissions on your “/System/Library/Extensions” directory:

 

  $ sudo chown -R 0:0 /System/Library/Extensions

$ sudo chmod -R 755 /System/Library/Extensions

 

Now build the Extensions.mkext for /Extra/Extensions in /Extra with the following command.

 

  $ sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/Extensions

 

You also need to rebuild the Extensions.mkext for the “/System/Library/Extensions” directory:

 

  $ sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions

 

 

 

 

 

thank you so uch guys for all your help. i will try doing these terminal commands in a minute. here is a pic atached of the kernal panic. i didn't realize there was actually words in the kernal panic log . i see things like "no nvida card found, etc etc" but i DON"T have and nvidia, i have an ati radeon 5770... take a look se :P...

post-855211-1313729299_thumb.jpg

Link to comment
Share on other sites

wow, too many things massed up.

ok so first thing to do is to remove whats obvious

go to /Extra/extensions

and remove NVClockX.kext (if you can't find it, it probably under SuperIOFamily.kext/Content/Plugins)

second, Remove HDAenabler

after. do the commend suggested in the post above

sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/Extensions

to rebuild mkext for E/E

then we see what's next

Link to comment
Share on other sites

wow, too many things massed up.

ok so first thing to do is to remove whats obvious

go to /Extra/extensions

and remove NVClockX.kext (if you can't find it, it probably under SuperIOFamily.kext/Content/Plugins)

second, Remove HDAenabler

after. do the commend suggested in the post above

sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/Extensions

to rebuild mkext for E/E

then we see what's next

 

i have SEVERAL hda enablers....

 

HDAEnabler888.kext

HDAEnabler888b.kext

HDAEnabler889.kext

HDAEnabler889a.kext

HDAEnabler892.kext

 

whichc one do i delete? these are in the s/l/e folder mind you...

Link to comment
Share on other sites

i have SEVERAL hda enablers....

 

HDAEnabler888.kext

HDAEnabler888b.kext

HDAEnabler889.kext

HDAEnabler889a.kext

HDAEnabler892.kext

 

whichc one do i delete? these are in the s/l/e folder mind you...

 

all, why the hell all of them installed? [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url]?

ok, so do all the commends above, as this is for both folders and not just E/E

Link to comment
Share on other sites

all, why the hell all of them installed? [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url]?

ok, so do all the commends above, as this is for both folders and not just E/E

 

 

yea prolly [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url]... ok so i did that command you gave me and got this:

 

 

/ locked; waiting for lock.

Lock acquired; proceeding.

ACPIMonitor.kext - no dependency found for com.apple.kpi.mach.

ACPIMonitor.kext - no dependency found for com.apple.kpi.unsupported.

ACPIMonitor.kext - no dependency found for com.apple.iokit.IOACPIFamily.

ACPIMonitor.kext - no dependency found for com.apple.kpi.libkern.

ACPIMonitor.kext - no dependency found for com.apple.kpi.iokit.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

ACPIMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

ElliottForceLegacyRTC.kext - no dependency found for com.apple.kpi.libkern.

ElliottForceLegacyRTC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

ElliottForceLegacyRTC.kext - no dependency found for com.apple.kpi.iokit.

ElliottForceLegacyRTC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

EvOreboot.kext - no dependency found for com.apple.kpi.iokit.

EvOreboot.kext - no dependency found for com.apple.kpi.libkern.

EvOreboot.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

F718x.kext - no dependency found for com.apple.kpi.unsupported.

F718x.kext - no dependency found for org.mozodojo.SuperIOFamily.

F718x.kext - no dependency found for com.apple.kpi.iokit.

F718x.kext - no dependency found for com.apple.kpi.mach.

F718x.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

F718x.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

FakeSMC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.unsupported.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.iokit.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.mach.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

IntelCPUMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

IT87x.kext - no dependency found for com.apple.kpi.unsupported.

IT87x.kext - no dependency found for org.mozodojo.SuperIOFamily.

IT87x.kext - no dependency found for com.apple.kpi.iokit.

IT87x.kext - no dependency found for com.apple.kpi.mach.

IT87x.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

IT87x.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

JMicron36xATA.kext - no dependency found for com.apple.kpi.libkern.

JMicron36xATA.kext - no dependency found for com.apple.iokit.IOATAFamily.

JMicron36xATA.kext - no dependency found for com.apple.kpi.iokit.

JMicron36xATA.kext - no dependency found for com.apple.iokit.IOPCIFamily.

JMicron36xATA.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

LegacyAppleRTC.kext - no dependency found for com.apple.kpi.libkern.

LegacyAppleRTC.kext - no dependency found for com.apple.kpi.mach.

LegacyAppleRTC.kext - no dependency found for com.apple.kpi.iokit.

LegacyAppleRTC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

LegacyAppleRTC.kext - no dependency found for com.apple.kpi.bsd.

LegacyAppleRTC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.unsupported.

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.iokit.

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.libkern.

NullCPUPowerManagement.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

PC8739x.kext - no dependency found for com.apple.kpi.unsupported.

PC8739x.kext - no dependency found for org.mozodojo.SuperIOFamily.

PC8739x.kext - no dependency found for com.apple.kpi.iokit.

PC8739x.kext - no dependency found for com.apple.kpi.mach.

PC8739x.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

PC8739x.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

RadeonMonitor.kext - no dependency found for com.apple.kpi.iokit.

RadeonMonitor.kext - no dependency found for com.apple.kpi.libkern.

RadeonMonitor.kext - no dependency found for com.apple.iokit.IOPCIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

RadeonMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

W836x.kext - no dependency found for com.apple.kpi.unsupported.

W836x.kext - no dependency found for org.mozodojo.SuperIOFamily.

W836x.kext - no dependency found for com.apple.kpi.iokit.

W836x.kext - no dependency found for com.apple.kpi.mach.

W836x.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

W836x.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

ACPIMonitor.kext - no dependency found for com.apple.kpi.mach.

ACPIMonitor.kext - no dependency found for com.apple.kpi.unsupported.

ACPIMonitor.kext - no dependency found for com.apple.iokit.IOACPIFamily.

ACPIMonitor.kext - no dependency found for com.apple.kpi.libkern.

ACPIMonitor.kext - no dependency found for com.apple.kpi.iokit.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

ACPIMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

ElliottForceLegacyRTC.kext - no dependency found for com.apple.kpi.libkern.

ElliottForceLegacyRTC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

ElliottForceLegacyRTC.kext - no dependency found for com.apple.kpi.iokit.

ElliottForceLegacyRTC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

FakeSMC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.unsupported.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.iokit.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.mach.

IntelCPUMonitor.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

IntelCPUMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

JMicron36xATA.kext - no dependency found for com.apple.kpi.libkern.

JMicron36xATA.kext - no dependency found for com.apple.iokit.IOATAFamily.

JMicron36xATA.kext - no dependency found for com.apple.kpi.iokit.

JMicron36xATA.kext - no dependency found for com.apple.iokit.IOPCIFamily.

JMicron36xATA.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.unsupported.

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.iokit.

NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.libkern.

NullCPUPowerManagement.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

RadeonMonitor.kext - no dependency found for com.apple.kpi.iokit.

RadeonMonitor.kext - no dependency found for com.apple.kpi.libkern.

RadeonMonitor.kext - no dependency found for com.apple.iokit.IOPCIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.mach.

FakeSMC.kext - no dependency found for com.apple.kpi.unsupported.

FakeSMC.kext - no dependency found for com.apple.iokit.IOACPIFamily.

FakeSMC.kext - no dependency found for com.apple.kpi.libkern.

FakeSMC.kext - no dependency found for com.apple.kpi.iokit.

RadeonMonitor.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)

Created mkext archive /Extra/Extensions.mkext.

216-189-172-015-dhcp:~ 3xL$

Link to comment
Share on other sites

too many things lol

First, remove NullCPUPowerManagement.kext

ACPIMonitor.kext

PC8739x.kext

RadeonMonitor.kext

W836x.kext

IT87x.kext

 

now for those i'm not certain but do you need

ElliottForceLegacyRTC.kext ?

and

JMicron36xATA.kext?

 

other then that, seems to be a problem with creating the mkext

use Mkext Tool (google), drag all the kext to the app, then create it to /Extra

 

 

BUT at this point, i really suggest you to do a clean install, and we go from there

[url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] seem to do lot of troubles for you

Link to comment
Share on other sites

too many things lol

First, remove NullCPUPowerManagement.kext

ACPIMonitor.kext

PC8739x.kext

RadeonMonitor.kext

W836x.kext

IT87x.kext

 

now for those i'm not certain but do you need

ElliottForceLegacyRTC.kext ?

and

JMicron36xATA.kext?

 

other then that, seems to be a problem with creating the mkext

use Mkext Tool (google), drag all the kext to the app, then create it to /Extra

 

too many things lol

First, remove NullCPUPowerManagement.kext

ACPIMonitor.kext

PC8739x.kext

RadeonMonitor.kext

W836x.kext

IT87x.kext

 

now for those i'm not certain but do you need

ElliottForceLegacyRTC.kext ?

and

JMicron36xATA.kext?

 

other then that, seems to be a problem with creating the mkext

use Mkext Tool (google), drag all the kext to the app, then create it to /Extra

 

do i delete my extra folder or just let mkext ovewrite that folder?

 

 

EDIT: i REALLY wish to not clean install... lets hope this works...

Link to comment
Share on other sites

do i delete my extra folder or just let mkext ovewrite that folder?

 

 

EDIT: i REALLY wish to not clean install... lets hope this works...

 

don't delete your extra folder

remove the kext inside extensions in extra folder, leave for now only fakeSMC.kext and rebuild mkext using "mkext tool" (google)

 

EDIT, know what, give me second i will pack it for you

Link to comment
Share on other sites

don't delete your extra folder

remove the kext inside extensions in extra folder, leave for now only fakeSMC.kext and rebuild mkext using "mkext tool" (google)

 

EDIT, know what, give me second i will pack it for you

 

 

what kexts am i installing?

 

EDIT: thanks man i appreciate that. i got the mkext tool but not sure which kexts you are telling me to to rebuild :P

 

EDIT 2: ooooohhhhhh ok i see an "extensions.mkext" file. do i load that into mkext tool?"

Link to comment
Share on other sites

k brb...

 

 

OOMMFFGGGGGGGGGG!!!!!

 

YYEEAAAAAAAAAAAAA!!!!!!!!!!!

 

i can boot from hardrive!!! about this mac says all the appropriative things and correct ram info! i ca finally put this mac to sleep! yeeaaaaa!!!!

 

if you were a broad, i'd marry you lol

 

wow thank you SO F-ing much! if you ever come to miami beach, let me buy you a beer!

 

all i gotta do now is set the bios to boot from hardrive FIRST rather than "cdrom"

i didn't see the chameleon screen tho. weird. just the screen the shows my ssd option to boot the mac. is there a way where i can just boot without having to select anything? just turn on the mac and wait for it to load? i'm not gonna bother with dual booting or anything, i just wanna press the power button and have my mac just boot up (instead of the selection screen).

 

a MILLION thanks man. i'm SO thankful.

 

 

EDIT: so i'm now wondering what caused all this if i did proper installation? weird huh?

Link to comment
Share on other sites

glad it worked, bur we are not finnish yet

audio work for you?

 

for your question

change you boot.plist to this

<?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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>PCIRoot</key>
<string>1</string>
<key>GUI</key>
<string>No</string>
<key>Quiet Boot</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
</dict>
</plist>

Link to comment
Share on other sites

glad it worked, bur we are not finnish yet

audio work for you?

 

for your question

change you boot.plist to this

<?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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>PCIRoot</key>
<string>1</string>
<key>GUI</key>
<string>No</string>
<key>Quiet Boot</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
</dict>
</plist>

 

 

 

k...

 

 

no audio doesnt work. but i'm sure i just need the driver/kext files no?

 

 

EDIT: so looks like i will be adding these items t my list

 

<key>GUI</key>

<string>No</string>

<key>Quiet Boot</key>

<string>Yes</string>

 

 

 

right? cause everything else you typed in is identical to my plist :P

Link to comment
Share on other sites

k...

 

 

no audio doesnt work. but i'm sure i just need the driver/kext files no?

 

yup, i don't know what exactly your audio driver you need, but i just wanted you to be noticed you have some little more work

 

that's it :P (you can try voodooHDA for easy use, or try searching for applehda binary patching. either will work, but second is bit more fun and knowledge...)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...