Jump to content
8 posts in this topic

Recommended Posts

So I was mucking around with my boards overclock and stuffed something up.

Even with the board set back to defaults.

I can now only boot with the -f at darwin.

Otherwise it sits at the gear, not addressing the drive until the no smoking sign.

If I replace a kext it boots once then next boot same, I get the no smoking sign.

Link to comment
https://www.insanelymac.com/forum/topic/63467-dang/
Share on other sites

It's a forbidden sign, otherwise it would have a cigarette inside it ;)

 

 

Did you try to add the "-f" as a kernel flag to the /Library/Preferences/System Configuration/com.apple.boot.plist file? This would automatically type the "-f" at every reboot... that means the extensions cache is trashed every treboot.

 

Example:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Boot Graphics</key>

<string>Yes</string>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string>-f</string>

</dict>

</plist>

Link to comment
https://www.insanelymac.com/forum/topic/63467-dang/#findComment-449771
Share on other sites

Lol, thanks Voxxdigital, I do like a pedant!

 

Yes, that's exactly what I have done, it's the only way I could get the machine booting without nursing it everytime.

I still can't figure out why it can't boot without rebuilding the cache, I guess I have damaged some extensions or something?

 

In any case it doesn't look like I can repair this without a fresh install....

Link to comment
https://www.insanelymac.com/forum/topic/63467-dang/#findComment-449876
Share on other sites

  • 1 month later...
×
×
  • Create New...