Jump to content

Nothing happening when I change my plist files under /Extra


Beto Verli
 Share

3 posts in this topic

Recommended Posts

I don't even know what is going on. Here is (i will try to be more clear)

 

- My chameleon files are inside /Extra folder;

- I have no problems booting from the internal HD.

- I am running in 64bits mode. And I am trying to change the com.apple.Boot.plist file, but anything I do there is not making any difference at the time of boot. For example:

 

* I have changed several times the call for another theme, but nothing;

* I have put the call for 32bit mode, but nothing;

* Here is my plist file:

 

<?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>Boot Banner</key>

<string>No</string>

<key>Default Partition</key>

<string>hd(1,2)</string>

<key>Graphics Mode</key>

<string>1024x768x32</string>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Quiet Boot</key>

<string>Yes</string>

<key>Theme</key>

<string>Blackosxblue</string>

<key>arch</key>

<string>i386</string>

</dict>

</plist>

 

 

* Do you notice the ARCH code? Well it keeps booting in 64bits

* The quiet boot, not working.

 

 

So I come to this question? If the chameleon is not reading the .plist file from the /Extra folder, from where it is reading??

 

Again, every change I make to the plist file doesn't make any difference. HELP ME GUYS! progress.gifedit.gif

Link to comment
Share on other sites

it's supposed to look like this:

 

<?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>arch=i386</string>

<key>Timeout</key>

<string>7</string>

</dict>

</plist>

Link to comment
Share on other sites

Thankyou for your reply, but no, it didn't work. Again, anything I change in the plist file doesn't happen at the time of boot. It's like chameleon is bot reading from the /extra folder. (I boot from my internal HD, not a USB stick) and currently nothing is connected to my computer. The question is, from where the chameleon are reading the plist?

Link to comment
Share on other sites

 Share

×
×
  • Create New...