TadeusTentakel Posted May 15, 2008 Share Posted May 15, 2008 Hi! I tried to add some boot options to my com.apple.Boot.plist, after that leopard isnt booting anymore. I have the original file, but i cant replace the new one...macdrive isnt working, cause i use vista 64 bit. is there any way to replace the original file located on C with the new one located on my leo partition using darwin? Thanks everybody! btw: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>-v -legacy -force64 -idlehalt=0 -cpus=2 "quick boot"=yes</string> <key>Timeout</key> <string>5</string> </dict> </plist> thats my file, can somebody tell me how to add -idlehalt=0, -force64 and cpus=2??? Link to comment https://www.insanelymac.com/forum/topic/105014-cant-boot-leo-anymore/ Share on other sites More sharing options...
Gujal Posted May 16, 2008 Share Posted May 16, 2008 You should still be able to boot with -f -s Follow onscreen instruction to mount the HFS Volume as read write and then you can edit the file. -legacy and -force64 are conflicting. You can have only one or the other, also get rid of "quick boot"=yes Link to comment https://www.insanelymac.com/forum/topic/105014-cant-boot-leo-anymore/#findComment-748003 Share on other sites More sharing options...
Recommended Posts