Jump to content
7 posts in this topic

Recommended Posts

Hello, I managed to have a fully working install of Snow Leopard and sucessfully updated it to 10.6.2, but the chamaleon bootloader, try to boot the iATKOS partition first, so I want to know how do I make chamaleon boot my Snow partition.

 

And, I have to boot always with -f flag to have video working, how do I make chamaleon to auto-load with this flag?

 

Thanks in advance!

Add these to com.apple.boot.plist in extra partition

 

 

<key>Default Partition</key>

<string>hd(x,x)</string>

where x,x is snow partition (find with disc utility)

 

<key>Kernel Flags</key>

<string>-f</string>

 

 

Hello, I managed to have a fully working install of Snow Leopard and sucessfully updated it to 10.6.2, but the chamaleon bootloader, try to boot the iATKOS partition first, so I want to know how do I make chamaleon boot my Snow partition.

 

And, I have to boot always with -f flag to have video working, how do I make chamaleon to auto-load with this flag?

 

Thanks in advance!

Thanks for the help, but the:

 

<key>Default Partition</key>

<string>hd(0,3)</string>

 

Its not working, my SNOW partition is disk0s3, so I put hd(0,3) but now the boot menu appears to select one of the partitions, and the partition that is selected first is SNOW but its not automatic booting it with those 5 seconds before booting the partition.

<?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 -x32 -f</string>

<key>SMBIOSdefaults</key>

<string>No</string>

<key>Rescan</key>

<string>Yes</string>

<key>Instant Menu</key>

<string>Yes</string>

<key>Legacy Logo</key>

<string>Yes</string>

<key>GraphicsEnabler</key>

<stirng>Yes</string>

<key>Graphics Mode</key>

<string>1440x900x32</string>

</dict>

</plist>

×
×
  • Create New...