Jump to content
6 posts in this topic

Recommended Posts

Well technically the plist is just a text file... so you should be able to make a text file, call it "com.apple.Boot.plist", and place the following text inside:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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</string>
 <key>Boot Graphics</key>
 <string>Yes</string>
 <key>Timeout</key>
 <string>10</string>
</dict>
</plist>

 

You will then need to place the file in /Library/Preferences/SystemConfiguration

 

If you also have Windows on that computer you can use something like MacDrive to copy it directly to that folder.

 

Otherwise you can use the Installation DVD to boot the system and copy the file manually via the terminal. You will, of course, have to have the file on a drive that is mountable with the installation DVD.

 

You may have to set the permissions on the file as well. This can also be done using the Disk Utility or in terminal on the Install DVD.

 

Hope this helps! Good luck!

Well technically the plist is just a text file... so you should be able to make a text file, call it "com.apple.Boot.plist", and place the following text inside:

 

You will then need to place the file in /Library/Preferences/SystemConfiguration

 

If you also have Windows on that computer you can use something like MacDrive to copy it directly to that folder.

 

Otherwise you can use the Installation DVD to boot the system and copy the file manually via the terminal. You will, of course, have to have the file on a drive that is mountable with the installation DVD.

 

You may have to set the permissions on the file as well. This can also be done using the Disk Utility or in terminal on the Install DVD.

 

Hope this helps! Good luck!

 

Thanks for an advice. I don't know how to mount FAT32 partition during os x installation. I'll try MacDrive.

 

Are you sure he really deleted it - or did he get the dreaded can't find "com.apple.Boot.plist" error?

 

I definetely deleted this file :-(

 

M.

If you also have Windows on that computer you can use something like MacDrive to copy it directly to that folder.

 

I've tried MacDrive but it doesn't work for me :-( It sees hfs+ partition but doesn't have an access to it. I'll try to copy that file under another osx installation. Thanks for help.

 

M.

Well technically the plist is just a text file... so you should be able to make a text file, call it "com.apple.Boot.plist", and place the following text inside:

 

[...]

 

You will then need to place the file in /Library/Preferences/SystemConfiguration

 

If you also have Windows on that computer you can use something like MacDrive to copy it directly to that folder.

 

Otherwise you can use the Installation DVD to boot the system and copy the file manually via the terminal. You will, of course, have to have the file on a drive that is mountable with the installation DVD.

 

You may have to set the permissions on the file as well. This can also be done using the Disk Utility or in terminal on the Install DVD.

 

Hope this helps! Good luck!

 

Well, I finally put this file in right place, repair permission and... can't boot the system :D See below:

 

I don't know what to do :( Can you help me?

 

M.

×
×
  • Create New...