Contribute
Register

There are boot flags that automatically show up in the boot loader that are specifically set to fals

Status
Not open for further replies.
Joined
Dec 20, 2013
Messages
5
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
My org.chameleon.Boot.plist has verbose mode off and kernel cache true, but upon booting the boot loader has two flags by default : -v UseKernelCache=no This makes it boot painstakingly slow unless I manually erase the boot flags before continuing. Why do they keep showing up even though I've erased them 100 times?
 
In Terminal run the command:

Code:
nvram -p

then look for the parameter that has the boot flags and run the command;

Code:
nvram -d name

where name is the parameter name from the previous command
 
Status
Not open for further replies.
Back
Top