00Diabolic, on Apr 17 2008, 02:06 PM, said:
-F = Not sure could be the same as lower case -f flag.
-F forces OSX to ignore com.apple.boot.plist so any options you have set in the file will be ignored.
00Diabolic, on Apr 17 2008, 02:06 PM, said:
-f = Tells the machine to reload all kext and dump the boot configuration cache, (kext cache found in: /System/Library/Extensions.mkext, you can delete it manually and the system will recreate it).
I believe there are only two ways to force OSX to rebuild the Extensions.mkext cache file:
1. Manually deleting the file
sudo rm -Rf /System/Library/Extensions.mkext
2. Using the touch command on the extensions folder.
sudo touch /System/Library/Extensions/
I still prefer to manually remove the cache file.