View Single Post
 
Old 12-13-2009, 07:04 PM
pαuℓzurrr.'s Avatar
pαuℓzurrr. pαuℓzurrr. is offline
 
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
Chameleon 2 RC4 Released!


About the new options

Hide Partition
Using this option you can enumerate all your partitions what you would like to remove from the boot menu, the syntax is similar to the Default Partition option but here you can specify many volumes in your com.apple.Boot.plist:

Code:
<key>Hide Partition</key>
<string>hd(0,1) hd(2,5)</string>
In the above example the booter won’t display partition 1 on BIOS drive 0 and partition 5 on disk 2.

PciRoot
This is a similar option what you can find in PC_EFI, but we’re doing this a bit different: The default value is still 0 but you can set to any arbitrary value like:

Code:
<key>PciRoot</key>
<string>1</string>
About the patches and fixes applied in RC4-r684

Here is a quick Changelog highlight:

Fixed booting the default partition when using timeout. Added Intel Core i5 detection.
Applied rivig’s patch against all stage 1 loaders. Now linear address mapping uses 12 bit offsets. Added DigitalDJ’s SMBIOS CPU detection patch. Applied IntVar’s system-id patch. Applied hnak’s read_lba register saving patch. Added radekg’s HFS filesystem fix to handle 2GB+ file sizes. Backported ATI device injection EFI64 tables and hibernation fix from netkas’ PC_EFI. Thanks and credits goes for them!


Download information

You can get the binaries here: Chameleon-2.0-RC4-r684-bin.tar.gz

Sources: Chameleon-2.0-RC4-r684-src.tar.gz

Mirrors by Bloodiator

Code:
http://rapidshare.com/files/319388659/Chameleon-2.0-RC4-r684-bin.tar.gz
http://rapidshare.com/files/319388661/Chameleon-2.0-RC4-r684-src.tar.gz
MultiUpload :



Code:
Chameleon-2.0-RC4-r684-bin.tar.gz (744.1 KB)	http://www.multiupload.com/1ECAU080UJ
Chameleon-2.0-RC4-r684-src.tar.gz (796.37 KB)	http://www.multiupload.com/ZVDBSQBIBZ

Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD

Last edited by pαuℓzurrr.; 12-14-2009 at 11:51 AM.
Reply With Quote