Stern Posted August 26, 2005 Share Posted August 26, 2005 For my computer not to have problems with lag, i have to explicitly add the kernel option "platform=X86PC" every time I boot. Is it possible to make a change to the kernel or some other file so that this is automatically chosen as the platform? Link to comment https://www.insanelymac.com/forum/topic/1226-setting-automatic-kernel-options/ Share on other sites More sharing options...
HBP Posted August 26, 2005 Share Posted August 26, 2005 For my computer not to have problems with lag, i have to explicitly add the kernel option "platform=X86PC" every time I boot. Is it possible to make a change to the kernel or some other file so that this is automatically chosen as the platform? <{POST_SNAPBACK}> yes, you have to exit the com.apple.boot.plist (I don't remember where it is) but you have to copy it out of the dir, edit it and then SUDO cp it back in over the original. Link to comment https://www.insanelymac.com/forum/topic/1226-setting-automatic-kernel-options/#findComment-7454 Share on other sites More sharing options...
orph3us Posted August 26, 2005 Share Posted August 26, 2005 eh... just sudo -s in console then go to /Library/Preferences/SystemConfiguration/ then use your editor to edit com.apple.Boot.plist i use pico, so i do pico com.apple.Boot.plist then add in <key>Kernel Flags</key> <string>platform=X86PC</key> hope that works as its coming from my memory, but I'm pretty sure its correct. Paul Link to comment https://www.insanelymac.com/forum/topic/1226-setting-automatic-kernel-options/#findComment-7530 Share on other sites More sharing options...
Stern Posted August 26, 2005 Author Share Posted August 26, 2005 for anyone who is reading this, i found how out how to do this. navigate in terminal to /Libraries/Preferences/? (forget the name of the folder). type in sudo pico com.apple.Boot.plist, and enter your user password. go to the section where it says <key>Kernel Flags</key>. underneath should be <string></string>. enter what you want to automatically be set during boot (platform=X86PC, "Graphics Mode", etc.). Link to comment https://www.insanelymac.com/forum/topic/1226-setting-automatic-kernel-options/#findComment-7792 Share on other sites More sharing options...
Cyman Posted August 30, 2005 Share Posted August 30, 2005 I'm pretty much a Unix newbie and don't know much about command line stuff. So can anyone please tell me how to exit Terminal when having changed com.apple.Boot.plist? I used the sudo pico command and don't know how to apply the changes. Sorry for this newbie question, anyway I'd like to get a quick answer. Thx, Cyman EDIT: OK guys, I found a tutorial on how to use nano, so there should be no need for help for now. Link to comment https://www.insanelymac.com/forum/topic/1226-setting-automatic-kernel-options/#findComment-9851 Share on other sites More sharing options...
Recommended Posts