Jump to content
3 posts in this topic

Recommended Posts

Hi I have this problem:

I have snow leopard on eeepc 1101ha and I find a kext who work good whit my hdd the AppleIntelPXIIATA, I put this on the IOATAFamily.kext. If I boot whit the -f option it works but if I dont use the -f option at the boot time I have a "Still waiting for root device".

Please can you tell me how I can resolve this problem??How I the system can load the kext without the -f???

Thank you

Link to comment
https://www.insanelymac.com/forum/topic/246799-kext-whitout-f/
Share on other sites

Go to Library>Preferences>SystemConfiguration>com.apple.Boot.plist

 

Copy it to your desktop and open it in Text Edit.

 

Locate the following

 

<key>Kernel Flags</key>
<string></string>

 

And add -f in between <string> and </string>

 

It should now look something like this

 

<key>Kernel Flags</key>
<string> -f </string>

 

Save and drag it back into the directory. It will ask you for your password and if you want to overwrite the existing file. Go ahead and click "replace" and enter your password.

×
×
  • Create New...