Jump to content

1 Screenshot

About This File

Latest revision of Chameleon bootloader.

 

High Sierra(10.13.x), Sierra(10.12.x) and El Capitan(10.11.x) boot supported.

Yosemite boot support starting from Chameleon revision 2381 (June 2014)

 

Please don't upload it on other servers and don't repack it, thank you.

- Installer PKG

- Binaries format (Manual install)

Please don't upload it on other servers and don't repack it, thank you.

 

Credits to Chameleon Team http://forum.voodooprojects.org

 

Changelog: http://forge.voodoop...e/changes/HEAD/

 

Language Translation:

lang.png

For on-line Chameleon language package resource edit

>> Pootle

 

 

Hi all translators,You can help us to translate the Chameleon Project.You need to have gettext utilities installed.You can install them :* With MacPorts or Finkor* With the package http://dl.dropbox.com/u/112112/Chameleon.Dev/gettext-0.18.1.1.dmgYou need to change your ~/.bashrc or ~/.bash_profile to add the path to the utilities:# MacPorts Installer: adding an appropriate PATH variable for use with MacPorts.export PATH=/opt/local/bin:/opt/local/sbin:$PATH# Finished adapting your PATH environment variable for use with MacPorts.# MacPorts Installer: adding an appropriate MANPATH variable for use with MacPorts.export MANPATH=/opt/local/share/man:$MANPATH# Finished adapting your MANPATH environment variable for use with MacPorts.You must also have a PO editor like Poedit: http://www.poedit.net/download.phpThe files to translate are in package/po directory. Open them with your PO editor and translate <img src='http://www.insanelymac.com/forum/public/style_emoticons//biggrin.png' class='bbc_emoticon' alt=':D' />.If you want to add a new language copy the package/po/chameleon.pot to po/$lang.po where $lang isthe new language you want to add. Example to add belgian language:# cp package/po/chameleon.pot package/po/be.poNow you can start translating the new po file with your PO editor

 

Pls translate/complete it.

 

Link here on InsanelyMac: Chameleon 2.4svn Official PKG Installer

 

Enjoy

 

ErmaC


What's New in Version r2877

Released

  • Released new version after tag bumped to 2.4
  • Like 1
  • Thanks 2
  • Haha 1

User Feedback

Recommended Comments



great job it works thanks

N.B: i have installed with cham.wizard

the installer don't work......

any way thanks i have all my 8Gb of ram....

  • Like 1
  • Haha 1
Link to comment
Share on other sites

Best bootloader I've used. Boots everything easily and fast!

If you install it to a flash drive it will easily allow you to boot the drive from the BIOS.

Link to comment
Share on other sites

That's the best. Simple to use and configurate. All thanks for Chameleon Team.

----------------------------------------

This version using Yosemite sometimes freeze and loose second HDD partitions when restart/sometimes not working keyboard. Necessary to force restart.

Appears as Nvidia issues (mine is a GT640)

Link to comment
Share on other sites

Thanks works great on P6T deluxe with GT 8800 10 8.4. I can switch between web drivers and offical ones.

Link to comment
Share on other sites

How does one make use of the now embedded HDAEnabler? Is there a new boot flag?

Yep!

From the BootHelp

HDAEnabler=Yes|No    Automatic device-properties generation for audio controllers.
    HDEFLayoutID=<value>     Inject alternate value of layout-id for HDEF (HEX).
    HDAULayoutID=<value>     Inject alternate value of layout-id for HDAU (HEX).
So for activate the HDAEnabler use Yes (Like the GraphicsEnabler)

then if a HDEFLayoutID is present the Enabler use it... if not the default HDEFLayoutID will be used...

 

Example... this is for my config (org.chameleon.boot.plist)

...
	<key>HDAEnabler</key>
	<string>Yes</string>
	<key>HDEFLayoutID</key>
	<string>63000000</string>
...
ErmaC
Link to comment
Share on other sites

So for activate the HDAEnabler use Yes (Like the GraphicsEnabler)

then if a HDEFLayoutID is present the Enabler use it... if not the default HDEFLayoutID will be used...

 

Example... this is for my config (org.chameleon.boot.plist)

...
	<key>HDAEnabler</key>
	<string>Yes</string>
	<key>HDEFLayoutID</key>
	<string>63000000</string>
...
ErmaC

 

 

Thanks for your reply! Could you please point me in the right direction in regards to an HDEFLayoutID list? Having trouble finding info regarding ALC898 and what ID I should use.

Link to comment
Share on other sites

...

I put some short example there isn't a list!

Note if HDAEnabler is set to Yes and a HDEFLayoutID isn't set the injector set by default the layout-id 12 0C000000 (HEX)

otherwise for the HDAULayoutID (If a HDMi controller will be found) and a HDAULayoutID is not specified the default id is set yo 1 01000000 (HEX)

 

some correspondences:

 

layout-id = 1
001 (0x01, 0x00, 0x00, 0x00) so... HDEFLayoutID=01000000
 
layout-id = 2
002 (0x02, 0x00, 0x00, 0x00) so... HDEFLayoutID=02000000
 
layout-id = 3
003 (0x03, 0x00, 0x00, 0x00) so... HDEFLayoutID=03000000
 
layout-id = 12
00C (0x0C, 0x00, 0x00, 0x00) so... HDEFLayoutID=0C000000
 
layout-id = 32
020 (0x20, 0x00, 0x00, 0x00)
 
layout-id = 40
028 (0x28, 0x00, 0x00, 0x00)
 
layout-id = 65
041 (0x41, 0x00, 0x00, 0x00)
 
layout-id = 99
063 (0x63, 0x00, 0x00, 0x00) so... HDEFLayoutID=63000000
 
layout-id = 269
10D (0x0D, 0x01, 0x00, 0x00)
 
layout-id = 387
183 (0x83, 0x01, 0x00, 0x00)
 
layout-id = 388
184 (0x84, 0x01, 0x00, 0x00)
 
layout-id = 389
185 (0x85, 0x01, 0x00, 0x00)
 
layout-id = 392
188 (0x88, 0x01, 0x00, 0x00)
 
layout-id = 398
18E (0x8E, 0x01, 0x00, 0x00)
 
layout-id = 662
296 (0x96, 0x02, 0x00, 0x00)
 
layout-id = 663
297 (0x97, 0x02, 0x00, 0x00)
 
layout-id = 664
298 (0x98, 0x02, 0x00, 0x00)
 
layout-id = 885
375 (0x75, 0x03, 0x00, 0x00)
 
layout-id = 887
377 (0x77, 0x03, 0x00, 0x00)
 
layout-id = 888
378 (0x78, 0x03, 0x00, 0x00)
 
layout-id = 889
379 (0x79, 0x03, 0x00, 0x00)
 
layout-id = 892
37C (0x7C, 0x03, 0x00, 0x00)
 
layout-id = 898
382 (0x82, 0x03, 0x00, 0x00)
 
layout-id = 1981
7BD (0xBD, 0x07, 0x00, 0x00)

 

Fabio

 

  • Like 2
Link to comment
Share on other sites

Thanks. About the embedded HDAEnabler. Hex is working but not dec. I thought we could use "1" or "12",etc,. as a value as well.

Link to comment
Share on other sites

the latest update 2266 broke my sleep, it's now taking up to 10s to sleep it as go to sleep in 1s in 2254 please fix this problem it's very slow to go to sleep

Link to comment
Share on other sites

same here, very slow to sleep on my machine, although it functions properly it takes a least 10s to sleep but wakes quickly,

 

 

intel gcnl E6400 core 2 duo

 

nothing exotic.

 

 

Cheers, 

Link to comment
Share on other sites

ASK: why i can't boot to the OS X partition, it shows boot0:error then booting windows, :(

 

 

EDIT : It worked now, yay my bootloader now boot OS X boot screen at 1366x768 resulution, verry thanks :) =D

Link to comment
Share on other sites

it work fine (for me) but it seems to be principal culprit for not to be able to update on iwork and ilife, posts on this forum sugest this idea.

Link to comment
Share on other sites

same here, very slow to sleep on my machine, although it functions properly it takes a least 10s to sleep but wakes quickly,

 

 

intel gcnl E6400 core 2 duo

 

nothing exotic.

 

 

Cheers, 

long time to sleep is from writing on hdd, so your hdd is in discussion

Link to comment
Share on other sites

I have two sticks of 8GB and in system profiler shows total of 16GB, but still shows 3 slots being available and shows 8G b only

Link to comment
Share on other sites


×
×
  • Create New...