Jump to content

How to recognize all RAM?


xj0hnx
 Share

29 posts in this topic

Recommended Posts

So I looked in the com.apple.Boot.plist I attached, and there's not much of anything in it ...

 

<?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 Flags</key>
<string></string>
</dict>
</plist>

 

Shouldn't there's be ..."stuff" in there?

Link to comment
Share on other sites

This the way that file should look like. It's untouched (though one line is missing).

<?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></string>
</dict>
</plist>

This means that the confic file your bootloader uses is located somewhere else.

Link to comment
Share on other sites

I've been trying to find it, but to no avail. I tried reinstalling with even with MB using the 4.1, but it had zero effect. I'm at a loss.

Link to comment
Share on other sites

 Share

×
×
  • Create New...