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



vitozo

Posted

I already have the chamelon 2020 installed, can i overwrite with this?

BALDY_MAN

Posted

As always nice work

  • Like 1
philcebutv

Posted

Hello does this support eufi bios?

beton3009

Posted

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
Maf3r0

Posted

best bootloader ever

naiclub

Posted

Thank you so good I tried both 10.8x 10.9 very good use

joe_black

Posted

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.

Sphinx777

Posted

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)

styrian

Posted

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

xiaocai1005

Posted

where can I get the installer for windows??????

mr. west

Posted

Does not work with new Ivy Bridge-E chips.  OS does not load.  Please contact me if I can provide any help.

chris1111

Posted

Works perfect with Haswell i7 4770k HD 46000 Thanks !!

 

116.jpg

Bansaku

Posted

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

ErmaC

Posted

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
Bansaku

Posted

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.

ErmaC

Posted

...

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
The Real Deal

Posted

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.

ghanukedar

Posted

How to use Chameleon...i am running 10.7.2 having chameleon vers. 2.0.0 RC5 installed....

hazemjaki

Posted

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

snakeman

Posted

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, 

vanmoo

Posted

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

santa1

Posted

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.

santa1

Posted

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

todesto

Posted

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


×
×
  • Create New...