Jump to content

Chameleon 2.4svn Official PKG Installer


ErmaC
4,261 posts in this topic

Recommended Posts

 


Hi verdant.
This issue happened also with the precompiled rev posted by Bit Shoveler --> http://www.insanelymac.com/forum/topic/231075-chameleon-23svn-official-pkg-installer-binaries/page-124?p=2074627&do=findComment&comment=2074627 ? Or you try compile yourself from the svn, and noticed the same behaviour?

Fabio

 

 

 

Hi  Fabio

 

Firstly, many thanks for continuing to support the Chameleon boot loader for the many BIOS MOBO owners like myself......:)

 

I used the pkg installer in this link http://www.insanelymac.com/forum/index.php?app=downloads&module=display&section=download&do=version_download&id=286

 

verdant

Link to comment
Share on other sites

 

 

 

Hi  Fabio

 

Firstly, many thanks for continuing to support the Chameleon boot loader for the many BIOS MOBO owners like myself...... :)

 

I used the pkg installer in this link http://www.insanelymac.com/forum/index.php?app=downloads&module=display&section=download&do=version_download&id=286

 

verdant

 

 

Many thanks for people who still contribute.

Long time ago blackosx maid some nice icons to associate to the recovery partition... (I just commit those icons to the main trunk commit 2455)

Recovery_Icons_by_blackosx.zip

I trick a bit the gui source code to "show" that icons and hopefully fix the problem with your red/green "crazy" UI

 

Here the mod binaries...

i386_TEST-2_2455.zip

 

ErmaC

Link to comment
Share on other sites

Thanks Fabio (ErmaC)

 

I will manually install using the mod binaries etc. and report back.....

 

verdant

Link to comment
Share on other sites

Hi ErmaC,

 

I have the following test set up:

 

Asus P5Q-E MOBO with two 1TB WDC WD1003FZEX Advanced Format HDDs as OS X system drives:

 

HDD 1. Partitioned as MBR

 

1:OSX64_Boot    15.1 GB    disk1s1

2:OSX64_1068    150.1 GB   disk1s2
3:OSX64_1075    150.1 GB   disk1s3
4:OSX64_1085    150.1 GB   disk1s5
5:OSX64_1095    150.1 GB   disk1s6
6:OSX64_10xx    150.1 GB   disk1s7 - no OS X yet
7:OSX64_1010    150.1 GB   disk1s8
8:OSX32_1068    84.3 GB    disk1s9

 

HDD 2. Partitioned as GPT

 

1:                        EFI EFI                     209.7 MB   disk4s1
2:OSX64_Boot    15.0 GB    disk4s2
3:OSX64_1068    150.0 GB   disk4s3
4:OSX64_1075    150.0 GB   disk4s4
5:OSX64_1085    150.0 GB   disk4s5
6:OSX64_1095    150.0 GB   disk4s6
7:OSX64_10xx    150.0 GB   disk4s7 - no OS X yet
8:OSX64_1010    149.5 GB   disk4s8
9:OSX64_1010 hidden Apple_Boot Recovery HD             650.0 MB   disk4s9
10:OSX32_1058    83.9 GB    disk4s10

 

I have installed (using Chameleon Wizard) Chameleon v2.3svn r2455 boot0, b00t1h and /boot to the volumes in red shown above.

 

I can boot all the above OS X system volumes normally, EXCEPT for OS X 10.10, i.e. using the Chameleon boot loader installed on each HDD (tested {a} via the BIOS boot menu [F8]) and {b} via the MBR HDD Chameleon boot loader (my 1st boot device)

 

When booting I do not get

 

boot0: GPT
boot0: test
boot0: test
boot0: GPT
boot0: test
boot0: test
boot0: error

 

 

Nevertheless, when I select and boot OSX64_1010 on the MBR HDD and OSX64_1010 / OSX64_1010 hidden Apple_Boot Recovery HD on the GPT HDD, the boot progress of each OS X 10.10 partition hangs at loading AppleKextExcludeList.kext, going to a blank GUI screen before re-booting.....

 

However, when I boot the PC from my OS X Yosemite Installer USB flash drive (with Chameleon v2.3svn r2455 boot0, b00t1h and /boot installed) via the BIOS boot menu [F8], I can then select and boot successfully into the Desktop of both OSX64_1010 on the MBR HDD and OSX64_1010 on the GPT HDD........

 

Manual installation of boot1h to the boot sector of each OS X 10.10 partition using

diskutil unmount /dev/rdiskXsY
dd if=boot1h of=/dev/rdiskXsY bs=4096

makes no difference……I have not tried using dd from a live Linux installer…..nor dd if=boot1h of=/dev/diskXsY bs=4096 etc.

 

My /Extra/org.chameleon.Boot.plist for the OS X Yosemite Installer and the OSX64_1010 system on the MBR HDD and OSX64_1010 system on the GPT HDD is:

<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1920x1080x32</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Kernel</key>
<string>/System/Library/Kernels/kernel</string>
<key>Kernel Flags</key>
<string>kext-dev-mode=1 -v</string>
<key>PciRoot</key>
<string>1</string>   
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>   
</dict>

My graphics is enabled via DSDT.

 

The same happens with Chameleon v2.2svn r2401 installed on both my OS X Yosemite Installer USB flash drive and the HDDs / HDD volumes mentioned above…..

 

........BUT not with Chameleon v2.2svn r2401 installed on my Asus P5Q Pro HDDs and my Asus P5N32-E SLI Plus HDDs and the only difference is that I am not using Advanced Format HDDs as system drives in those PCs....I have not tried Chameleon v2.3svn r2455 yet on these PCs......

 

Do you have any suggestions as to what the issue(s) and solution(s) may be......?

 

Thanks in advance

verdant

 

UPDATE: Using

 

sudo dd if=/dev/rdiskXsY of=testfile bs=512 count=2

 

outputs:

 

testfile.tiff

 

indicating I believe that boot1h is installed to the boot sector of my GPT OSX 10.10 system volume.....

Edited by verdant
Link to comment
Share on other sites

Still unknown

attachicon.gif2455.txt.zip

Hi oldnapalm...

I'm not sure... But can you test a "forced" CPU type in SMBIOS with SMcputype?

 

ErmaC

I have a strange behavior on my yosemite installation.

 

As on the screenshot I'm not able to get a serial number:

attachicon.gifserialunavailable.png

 

It's really strange because while booting from HD I can't get a serial number, booting from an USB key bootloader I can get it correctely!

 

any help?

 

thank you

Same as for oldnapalm

Link to comment
Share on other sites

Tried to set SMcputype=1281 but it still shows as "2,4 GHz Desconhecido"

 

msr, CurrDiv, Cores and Logical processor are different from 2401

 

Chameleon 2.2svn (svn-r2401) [2014-10-02 03:24:30]
msr(575): ia32_perf_stat 0x06000926
CurrDiv:                 0x9
Cores:                   4
Logical processor:       4
Cpu-type: 0x501
Chameleon 2.3svn (svn-r2456) [2014-10-30 16:51:55]
cpu freq classic = 0x000000008f60694c
msr(584): ia32_perf_stat 0x06000926
CurrDiv:                 0x0
Cores:                   0
Logical processor:       0
Cpu-type: 0x301
Link to comment
Share on other sites

...

Hi verdant.

 

Could you try the latest revison? 2465 from svn or precompiled

Commit 2465

 


 

 

Tried to set SMcputype=1281 but it still shows as "2,4 GHz Desconhecido"

 

msr, CurrDiv, Cores and Logical processor are different from 2401

 

Chameleon 2.2svn (svn-r2401) [2014-10-02 03:24:30]
msr(575): ia32_perf_stat 0x06000926
CurrDiv:                 0x9
Cores:                   4
Logical processor:       4
Cpu-type: 0x501
Chameleon 2.3svn (svn-r2456) [2014-10-30 16:51:55]
cpu freq classic = 0x000000008f60694c
msr(584): ia32_perf_stat 0x06000926
CurrDiv:                 0x0
Cores:                   0
Logical processor:       0
Cpu-type: 0x301

 

 

I need to find where the problem came from...

so I need your help with a couple of test (I "deleted" from my local repo the original 2401 so I "recreated it)

Let me know the result with this 2401 if is ok I go step by step adding all the latest commit until the actual final release...

If not more step back are needed.

 

-> i386_2401.zip 

 

ErmaC

Link to comment
Share on other sites

Hello !

About this Mac shows unknown processor. Here is my system info. Please help me about this. Thanks.https://www.flickr.com/photos/82511176@N03/14022380396/in/photostream/

 

 

 

Chameleon 2.3svn (svn-r2468) [2014-11-03 20:41:01]
CPUID Raw Values:
00: 0000000d-756e6547-6c65746e-49656e69
01: 0001067a-00040800-0408e3bd-bfebfbff
02: 05b0b101-005657f0-00000000-2cb4307d
03: 00000000-00000000-00000000-00000000
04: 0c000121-01c0003f-0000003f-00000001
05: 00000040-00000040-00000003-00022220
06: 00000001-00000002-00000003-00000000
07: 80000008-00000000-00000000-00000000
08: 00000000-00000000-00000001-20100000
09: 00003024-00000000-00000000-00000000
cpu freq classic = 0x000000009ef24caa
msr(584): ia32_perf_stat 0x06000825
max: 8 current: 8
 
---------------------------------------------
------------------ CPU INFO -----------------
---------------------------------------------
Brand String:            Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz
Vendor:                  0x756e6547
Family:                  0x6
ExtFamily:               0x0
Signature:               1067a
Model:                   0x17
ExtModel:                0x1
Stepping:                0xa
MaxCoef:                 0x8
CurrCoef:                0x8
MaxDiv:                  0x0
CurrDiv:                 0x0
TSCFreq:                 2666MHz
FSBFreq:                 333MHz
CPUFreq:                 2666MHz
Cores:                   0
Logical processor:       0
Features:                0x0000025f
 
---------------------------------------------
Attempting to read GPT
Read GPT
Reading GPT partition 1, type C12A7328-F81F-11D2-BA4B-00A0C93EC93B
Reading GPT partition 2, type 48465300-0000-11AA-AA11-00306543ECAC
Reading GPT partition 3, type 426F6F74-0000-11AA-AA11-00306543ECAC
Read HFS+ file: [hd(0,2)/System/Library/CoreServices/SystemVersion.plist] 477 bytes.
Read HFS+ file: [hd(0,2)/Extra/org.chameleon.Boot.plist] 531 bytes.
Module 'Symbols.dylib' by 'Chameleon' Loaded.
Description: Chameleon symbols for linking
Version: 0
Compat:  0
Read HFS+ file: [hd(0,2)/Extra/modules/Keylayout.dylib] 13464 bytes.
Module 'Keylayout.dylib' by 'Unknown' Loaded.
Description: 
Version: 0
Compat:  0
Read HFS+ file: [hd(0,2)/Extra/modules/klibc.dylib] 44260 bytes.
Module 'klibc.dylib' by 'Unknown' Loaded.
Description: 
Version: 0
Compat:  0
Read HFS+ file: [hd(0,2)/Extra/modules/uClibcxx.dylib] 85200 bytes.
Module 'uClibcxx.dylib' by 'Unknown' Loaded.
Description: 
Version: 0
Compat:  0
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/theme.plist] 2793 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/background.png] 1256196 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/logo.png] 20271 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic.png] 7093 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus.png] 6831 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3.png] 7733 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat32.png] 7601 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs.png] 6380 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom.png] 7093 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_selection.png] 5007 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_prev.png] 5184 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_next.png] 5183 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_boot.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_memory_info.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_video_info.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_help.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose_disabled.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches_disabled.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user_disabled.png] 3067 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_selection.png] 3799 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar.png] 2733 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar_background.png] 2733 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_prev.png] 3917 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_next.png] 3897 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_console.png] 148691 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_small.png] 148691 bytes.
Read HFS+ file: [hd(0,2)/Library/Preferences/SystemConfiguration/com.apple.Boot.plist] 232 bytes.
Read HFS+ file: [hd(0,2)/Extra/org.chameleon.Boot.plist] 531 bytes.
boot-uuid: 2D11CBC8-5FDC-3FE5-96AA-6CAD604E77A2
10.7, 10.8, 10.9 & 10.10 kernel cache file path = /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
Loading kernel cache: '/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache'
Read HFS+ file: [hd(0,2)/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache] 4096 bytes.
Fat Binary found. Reading thin part only...
Read HFS+ file: [hd(0,2)/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache] 15259152 bytes.
Decompressing Kernel: OK.
Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 33996 bytes.
Using PCI-Root-UID value: 0
EVGA GeForce GT 220 1024MB NVa5 [10de:0a20]-[3842:1226] :: PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) device number: 1
LAN Controller [1969:1026] :: PciRoot(0x0)/Pci(0x1c,0x5)/Pci(0x0,0x0)
Setting up lan keys
Read HFS+ file: [hd(0,2)/Extra/smbios.plist] 755 bytes.
Intel Corporation P45/G45 DRAM Controller [8086:2e20] at 00:00.0
Frequency detected: 666 MHz (1333) Dual Channel 
CAS:8 tRC:9 tRP:9 RAS:24 (8-9-9-24)
SMBus CmdReg: 0x3
Scanning SMBus [8086:3a30], mmio: 0xfcffd004, ioport: 0x400, hostc: 0x1
SPD[0] (size): 146 @0x50
Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1333MHz Vendor=takeMS International AG
      PartNo=TMS2GB364D081138KE SerialNo=00000000
SPD[0] (size): 146 @0x51
Slot: 1 Type 24 2048MB (DDR3 SDRAM) 1333MHz Vendor=takeMS International AG
      PartNo=TMS2GB364D081138KE SerialNo=00000000
SPD[0] (size): 146 @0x52
Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1333MHz Vendor=takeMS International AG
      PartNo=TMS2GB364D081138KE SerialNo=00000000
SPD[0] (size): 146 @0x53
Slot: 3 Type 24 2048MB (DDR3 SDRAM) 1333MHz Vendor=takeMS International AG
      PartNo=TMS2GB364D081139KE SerialNo=00000000
SPD[0] (size): 255 @0x54
SPD[0] (size): 255 @0x55
SPD[0] (size): 255 @0x56
SPD[0] (size): 255 @0x57
CPU is Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz, family 0x6, model 0x17
 
SMBIOS rev.: 2.4, DMI rev.: 2.4
 
Handle: 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: Apple Computer, Inc.
Version: MP31.88Z.006C.B05.0802291410
Release Date: 02/29/08
BIOS Revision: 0.1
 
Handle: 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Apple Computer, Inc.
Product Name: MacPro3,1
Version: 1.0
Serial Number: ** PRIVATE **
UUID: ** PRIVATE **
Wake-up Type: Power Switch
SKU Number: Default SKU#
Family: Mac Pro
 
Handle: 0x0002, DMI type 2, 16 bytes
Base Board Information
Manufacturer: Apple Inc.
Product Name: Mac-F42C88C8
Version: Rev X.0x
Serial Number: ** PRIVATE **
Asset Tag: Default Asset Tag#
Location In Chassis: To Be Filled By O.E.M.
Type: Motherboard
 
Handle: 0x0003, DMI type 3, 20 bytes
Chassis Information
Manufacturer: Apple Inc.
Type: Unknown
Version: Chassis Version
Serial Number: ** PRIVATE **
Asset Tag: Default Asset Tag#
 
Handle: 0x0004, DMI type 4, 38 bytes
Processor Information
Socket Designation: LGA775
Type: Central Processor
Family: 0xC2
Manufacturer: Intel            
ID: 0x1067A
Version: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz         
External Clock: 333 MHz
Max Speed: 2666 MHz
Current Speed: 2666 MHz
Upgrade: Other
Serial Number: ** PRIVATE **
Asset Tag: To Be Filled By O.E.M.
Part Number: To Be Filled By O.E.M.
Core Count: 4
Core Enabled: 4
Thread Count: 4
 
Handle: 0x002f, DMI type 11, 5 bytes
OEM Strings
String 1: 90E6BA6C9CEE
String 2: To Be Filled By O.E.M.
String 3: To Be Filled By O.E.M.
String 4: To Be Filled By O.E.M.
 
Handle: 0x0035, DMI type 17, 27 bytes
Memory Device
Error Information Handle: No Error
Size: 2048 MB
Form Factor: DIMM
Locator: DIMM0
Bank Locator: BANK0
Memory Type: DDR3
Speed: 1333 MHz
Manufacturer: takeMS International AG
Serial Number: ** PRIVATE **
Asset Tag: AssetTagNum0
Part Number: TMS2GB364D081138KE
 
Handle: 0x0037, DMI type 17, 27 bytes
Memory Device
Error Information Handle: No Error
Size: 2048 MB
Form Factor: DIMM
Locator: DIMM1
Bank Locator: BANK1
Memory Type: DDR3
Speed: 1333 MHz
Manufacturer: takeMS International AG
Serial Number: ** PRIVATE **
Asset Tag: AssetTagNum1
Part Number: TMS2GB364D081138KE
 
Handle: 0x0039, DMI type 17, 27 bytes
Memory Device
Error Information Handle: No Error
Size: 2048 MB
Form Factor: DIMM
Locator: DIMM2
Bank Locator: BANK2
Memory Type: DDR3
Speed: 1333 MHz
Manufacturer: takeMS International AG
Serial Number: ** PRIVATE **
Asset Tag: AssetTagNum2
Part Number: TMS2GB364D081138KE
 
Handle: 0x003b, DMI type 17, 27 bytes
Memory Device
Error Information Handle: No Error
Size: 2048 MB
Form Factor: DIMM
Locator: DIMM3
Bank Locator: BANK3
Memory Type: DDR3
Speed: 1333 MHz
Manufacturer: takeMS International AG
Serial Number: ** PRIVATE **
Asset Tag: AssetTagNum3
Part Number: TMS2GB364D081139KE
 
Handle: 0x003d, DMI type 131, 6 bytes
Apple specific Processor Type
Cpu-type: 0x301
 
Handle 0x003e, DMI type 127, 4  bytes
End of Table
 
SMBIOS orig was = fc280
SMBIOS new is = 29a1000
Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 33996 bytes.
Table /Extra/DSDT.aml read and stored at: 29a5000
Generating P-States config: NO
Generating C-States config: NO
ACPI Table not found: SSDT.aml
RSDP version 1 found @fb9d0. Length=20
RSDT @bff80000, Length 64
TABLE FACP,FADT found @bff80200, Length 132
FADT: ACPI Restart Fix applied!
DSDT: Old @bff80440,ffffffff, New @29a5000,ffffffff
FADT: Using custom DSDT!
TABLE APIC,TABLE MCFG,TABLE OEMB,TABLE HPET,TABLE OSFR,TABLE SSDT,
RSDT: Original checksum 225, New checksum 14 at 29b0000

RSDP: Original checksum 127, New checksum 153
ACPI version 1 patching finished

No ACPI version 2 found. Ignoring
Read HFS+ file: [hd(0,2)/Extra/Extensions/JMicron36xSATA.kext/Contents/Info.plist] 7226 bytes.
Read HFS+ file: [hd(0,2)/Extra/Themes/Default/boot.png] 20271 bytes.
Starting Darwin/x86_64 [Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64]
Boot Args: darkwake=0

 

Link to comment
Share on other sites

Hello !

About this Mac shows unknown processor. Here is my system info. Please help me about this. Thanks

Pls Larx, try the rev I post in my previus post (2401) like oldnapalm and you share the same issue...

 

ErmaC

  • Like 1
Link to comment
Share on other sites

Hi ErmaC

 

Unfortunately no change with r2468 - Chameleon still does not boot OS X 10.10 direct from the Advanced Format HDD - only indirectly via a USB flash drive with Chameleon installed on it.

Link to comment
Share on other sites

<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1920x1080x32</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Kernel</key>
<string>/System/Library/Kernels/kernel</string>
<key>Kernel Flags</key>
<string>kext-dev-mode=1 -v</string>
<key>PciRoot</key>
<string>1</string>   
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>   
</dict>

 

verdant...

have you already try to completly remove

Kernel

/System/Library/Kernels/kernel

from yours org.chameleon.Boot.plist?

 

ErmaC

Link to comment
Share on other sites

....also UseKernelCache if is equal To YES must be removed because is already injected, based on SLE, kernelcache time.

Usefull only if you want your old kernelcache load, and see how the new kexts just installed that does not work :hysterical: 

Fabio, but /Library/Extensions time is not monitorized?

Link to comment
Share on other sites

Ok :P

 

Here we go...

 

attachicon.gifkext-dev-mod.png

 

NOTE: actually chameleon don't check if the flag already exist in the org.chameleon.Boot.plist. (I mean duplicated… more fine tuning is needed)

attachicon.gifi386_2469_Test2_kextDevFlag.zip

Cordially

ErmaC

Fabio, it work as expected!

 

Enoch_InstallLog.webarchive.zip

 

bdmesg_from_10.10.txt.zip (booted using UseKernelCache=No to see if all unsigned kexts works---> Ok)

 

bdmesg_from_10.9.5.txt.zip (too se if the kext-dev-mode=1 was injected on a Old OS --> no trace---> Ok)

 

Thanks.... can I have a build for Pandora with this implementation? :lol:

 

Micky 

Link to comment
Share on other sites

 

verdant...

have you already try to completly remove

from yours org.chameleon.Boot.plist?

 

ErmaC

 

 

No not yet, but will do now....

 

....also UseKernelCache if is equal To YES must be removed because is already injected, based on SLE, kernelcache time.

Usefull only if you want your old kernelcache load, and see how the new kexts just installed does not work :hysterical: 

 

Fabio, but /Library/Extensions time is not monitorized?

 

OK, thanks for heads up....

 

 

Using r2468 with

<dict>

<key>EthernetBuiltIn</key>

<string>Yes</string>

<key>GenerateCStates</key>

<string>Yes</string>

<key>GeneratePStates</key>

<string>Yes</string>

<key>Graphics Mode</key>

<string>1920x1080x32</string>

<key>GraphicsEnabler</key>

<string>No</string>

<key>Kernel Flags</key>

<string>kext-dev-mode=1 -v</string>

<key>PciRoot</key>

<string>1</string> 

<key>Timeout</key>

<string>5</string>

</dict>

 

boots OX 10.10 successfully on my Advanced Format HDDs.....

 

 

Many thanks for solving my problem, BUT why does using

 

<key>Kernel</key>

<string>/System/Library/Kernels/kernel</string>

 

and

 

<key>UseKernelCache</key>

<string>Yes</string>

 

in org.chameleon.Boot.plist prevent booting of OS X 10.10 on my Advanced Format HDDs BUT NOT on my non-Advanced Format HDDs.....?

 

 

UPDATE: Also, 2469_Test2_kextDevFlag injects kext-dev-mode=1 into OS X 10.10 on my Advanced Format HDDs, using

 

<key>Kernel Flags</key>

<string>-v</string>

 

and again with no

 

<key>Kernel</key>

<string>/System/Library/Kernels/kernel</string>

 

and

 

<key>UseKernelCache</key>

<string>Yes</string>

Edited by verdant
Link to comment
Share on other sites

No not yet, but will do now....

 

 

OK, thanks for heads up....

 

 

Using r2468 with

EthernetBuiltIn

Yes

GenerateCStates

Yes

GeneratePStates

Yes

Graphics Mode

1920x1080x32

GraphicsEnabler

No

Kernel Flags

kext-dev-mode=1 -v

PciRoot

1 

Timeout

5

 

boots OX 10.10 successfully on my Advanced Format HDDs.....

 

 

Many thanks for solving my problem, BUT why does using

 

Kernel

/System/Library/Kernels/kernel

 

and

 

UseKernelCache

Yes

 

in org.chameleon.Boot.plist prevent booting of OS X 10.10 on my Advanced Format HDDs BUT NOT on my non-Advanced Format HDDs.....?

Hi, can you try to install chameleon (Enoch r2471) using Zeus.app? I've made modification to the install method of Chameleon based on the boot sector size detected... (if you want... please install that also in a USB stick before..)

...and you can show me a pict of the first windows?

This is an example:

 

Zeus.png

Link to comment
Share on other sites

Hi Micky1979

 

Here are screen shots of:

 

Zeus with OS X system 10.10  on AF HDD selected : AF HDD.tiff

 

and

 

Zeus with USB Installer flash drive selected : USB Installer.tiff

  • Like 1
Link to comment
Share on other sites

in org.chameleon.Boot.plist prevent booting of OS X 10.10 on my Advanced Format HDDs BUT NOT on my non-Advanced Format HDDs.....?

 

Only differences should be the /S/L/E, /L/E, kernelcache and/or kernel time that are no good..

 

Have you try to do that:

sudo -s
 
touch /System/library/Extensions

touch /Library/Extensions

rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

kextcache -prelinked-kernel 

on your "normal" hard disk?

...for the moment I can not imagine another issue..

 

EDIT

 

..because Yosemite has some kexts installed in /Library/Extensions  too...

Link to comment
Share on other sites

Only differences should be the /S/L/E, /L/E, kernelcache and/or kernel time that are no good..

 

Have you try to do that:

sudo -s
 
touch /System/library/Extensions

touch /Library/Extensions

rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

kextcache -prelinked-kernel 

on your "normal" hard disk?

...for the moment I can not imagine another issue..

 

EDIT

 

..because Yosemite has some kexts installed in /Library/Extensions  too...

 

Yes I have....

 

And as I say, nothing in /S/L/E and /L/E and /System/Library/Caches/com.apple.kext.caches/Startup/ is different between OS X10.10 system on AF HDD and non-AF HDD

 

And nothing in /S/L/E and /L/E and /System/Library/Caches/com.apple.kext.caches/Startup/ in OS X10.10 system on AF HDD is changed between successfully booting off a USB flash drive with Chameleon and unsuccessfully trying to boot off the AF HDD with Chameleon, both using the same org.chameleon.Boot.plist with

 

<key>Kernel</key>

<string>/System/Library/Kernels/kernel</string>

 

and

 

<key>UseKernelCache</key>

<string>Yes</string>

 

that successfully boots 10.10 off any non-AF HDD....

Link to comment
Share on other sites

 

Tried to set SMcputype=1281 but it still shows as "2,4 GHz Desconhecido"

 

msr, CurrDiv, Cores and Logical processor are different from 2401

 

Still unknown ErmaC... Thank you !

 

Hi,

Can you try my branch v2469 with (IMHO) fix "Unknown Processor"? boot_v2469_bungo_branch.zip

Also:

- all (found) acpi tables loading - may help with native Power Management - needs testing

- saving all (found) factory acpi tables into IODT:/chosen/acpi

- final procedure for system-type (PM Profile) determining

- added new path for custom acpi tables storing /Extra/ACPI

- loading custom acpi tables if named SSDT-X.aml (X-number < 30)

- few minor changes in log (bdmesg) displaying

 

THX, Bungo

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...