MadMax08 Posted February 23, 2008 Share Posted February 23, 2008 Hey all, after HOURS of tweaking, i finally got 10.5.1 up and running, on with "tohkernel" and "cpus=1" in my boot options. is there a way to make those options permanent so i dont have to enter them every time i turn on my computer? Link to comment https://www.insanelymac.com/forum/topic/89686-permanent-boot-options/ Share on other sites More sharing options...
r00ter Posted February 24, 2008 Share Posted February 24, 2008 MadMax, Go to: /Library/Preferences/SystemConfiguration Open up com.apple.Boot.plist in TextEdit. Change: <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> to: <key>Kernel</key> <string>tohkernel</string> (Also - I don't know if that's the kernel flag you use, enter the tohkernel flag between the <string>'s) <key>Kernel Flags</key> <string>cpus=1</string> Then save the file, and reboot! Also, if that doesn't work - just go in single user mode (-s) - and edit the file to say: <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>tohkernel cpus=1</string> Link to comment https://www.insanelymac.com/forum/topic/89686-permanent-boot-options/#findComment-640138 Share on other sites More sharing options...
MadMax08 Posted February 24, 2008 Author Share Posted February 24, 2008 Thanks rooter, just what i was looking for. I'll give this a shot later tonight when i get home. thanks again! Link to comment https://www.insanelymac.com/forum/topic/89686-permanent-boot-options/#findComment-640142 Share on other sites More sharing options...
r00ter Posted February 24, 2008 Share Posted February 24, 2008 You're very welcome. Hopefully this works, I haven't tried it since the 10.4 days - but as I recall, it should be exactly how to do it. The only thing I was afraid of though is just the kernel flag, because I had to use platform=X86PC when booting Tiger, so I only used the one string. So, let me know how it goes! Link to comment https://www.insanelymac.com/forum/topic/89686-permanent-boot-options/#findComment-640154 Share on other sites More sharing options...
Recommended Posts