Zenith432 Posted November 30, 2014 Share Posted November 30, 2014 (edited) That's not a boot0 hang. The rotating bar hanging is in boot2 (/boot) in scanBootVolumes. I've had this happen to me - it hung when trying to get the OSVersion from a FAT32 partition on a USB stick I had connected. Attached is a patch I use for my hang. Try applying it to r2510, build it and then use patched /boot see if it still hangs. Well... the third part happened. I can barely see boot0: done at startup, then entering the second stage and afterwards, well, the bar rotates and stops. That is the end of my boot sequence. This happens, if I install a built of Chameleon after 2468. 2468 just runs fine, like it always did. patch diff --git a/i386/libsaio/disk.c b/i386/libsaio/disk.c --- a/i386/libsaio/disk.c +++ b/i386/libsaio/disk.c @@ -1596,6 +1596,12 @@ static bool getOSVersion(BVRef bvr, char *str) config_file_t systemVersion; char dirSpec[512]; + /* + * Only look for OS Version on HFS+ + */ + if (bvr->fs_readfile != HFSReadFile) + return valid; + // OS X Recovery sprintf(dirSpec, "hd(%d,%d)/com.apple.recovery.boot/SystemVersion.plist", BIOS_DEV_UNIT(bvr), bvr->part_no); diff --git a/i386/libsaio/sys.c b/i386/libsaio/sys.c --- a/i386/libsaio/sys.c +++ b/i386/libsaio/sys.c @@ -1214,7 +1214,9 @@ static BVRef newBootVolumeRef( int biosdev, int partno ) { // Fetch the volume list from the device. +#if 0 scanBootVolumes( biosdev, NULL ); +#endif bvrChain = getBVChainForBIOSDev(biosdev); // Look for a perfect match based on device and partition number. Edited December 20, 2014 by Zenith432 1 Link to comment Share on other sites More sharing options...
wartomato Posted November 30, 2014 Share Posted November 30, 2014 yep, will do it tomorrow. Right now, my wife wants to eat something (with the rest of the family) ;-) oh, should mention a few things: - Chameleon is booting of a MBR HDD OSX partition and then loads the system (by default) on a SSD. Link to comment Share on other sites More sharing options...
wartomato Posted December 6, 2014 Share Posted December 6, 2014 Hi there Zenith432, tested your patch today, but I get the same result as before. (Still can see "boot0: done", a rotating string that hangs after a half rotation) So back to 2468 again :-( Link to comment Share on other sites More sharing options...
Bungo Posted December 8, 2014 Share Posted December 8, 2014 tested, is better, but now it stuck here 20141125_021111.jpg ..but really intreasting . Thanks for testing. I hope I fixed this time all bugs, can you try boot_r2379_TEST4.zip 1 Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 8, 2014 Share Posted December 8, 2014 Question: I do not remember if it has to do with the bootloader I'm wrong Serial number (slot processor): SOMESRLNMBR Thanks Fabio Link to comment Share on other sites More sharing options...
Zenith432 Posted December 8, 2014 Share Posted December 8, 2014 Serial # is injected from /Extra/smbios.plist, and if this file isn't found I think Chameleon uses "SOMESRLNMBR" as a default. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 8, 2014 Share Posted December 8, 2014 Serial # is injected from /Extra/SMBIOS.plist, and if this file isn't found I think Chameleon uses "SOMESRLNMBR" as a default. Thanks for the answer In Extra I smbios.plist, I added this flag <key>SMBIOS</key> <string>/Extra/SMBios.plist</string> same problem Fabio Link to comment Share on other sites More sharing options...
Zenith432 Posted December 8, 2014 Share Posted December 8, 2014 Run bdmesg and browse the messages about smbios. Maybe the file is malformed. /Extra/smbios.plist is the default path, so you should not have to spell it out in org.chameleon.Boot.plist. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 8, 2014 Share Posted December 8, 2014 Run bdmesg and browse the messages about smbios. Maybe the file is malformed. /Extra/smbios.plist is the default path, so you should not have to spell it out in org.chameleon.Boot.plist. here bdmesg Chameleon 2.3svn (svn-r2510) [2014-11-30 00:58:14] CPUID Raw Values: 00: 0000000b-756e6547-6c65746e-49656e69 01: 000106a5-00100800-0098e3bd-bfebfbff 02: 55035a01-00f0b2e4-00000000-09ca212c 03: 00000000-00000000-00000000-00000000 04: 1c004121-01c0003f-0000003f-00000000 05: 00000040-00000040-00000003-00001120 06: 00000003-00000002-00000001-00000000 07: 80000008-00000000-00000000-00000000 08: 00000000-00000000-00000001-28100000 09: 00003024-00000000-00000000-00000000 cpu freq classic = 0x00000000bf2cc795 msr(522): platform_info 00001800 msr(526): flex_ratio 00000000 Sticking with [bCLK: 133Mhz, Bus-Ratio: 24] --------------------------------------------- ------------------ CPU INFO ----------------- --------------------------------------------- Brand String: Intel® Core i7 CPU 960 @ 3.20GHz Vendor: 0x756e6547 Family: 0x6 ExtFamily: 0x0 Signature: 106a5 Model: 0x1a ExtModel: 0x1 Stepping: 0x5 MaxCoef: 0x0 CurrCoef: 0x18 MaxDiv: 0x18 CurrDiv: 0x18 TSCFreq: 3207MHz FSBFreq: 133MHz CPUFreq: 3207MHz Cores: 4 Logical processor: 8 Features: 0x000002ff --------------------------------------------- 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 Reading GPT partition 4, type EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 Read HFS+ file: [hd(0,3)/com.apple.recovery.boot/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/System/Library/CoreServices/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/Extra/org.chameleon.Boot.plist] 508 bytes. Module 'Symbols.dylib' by 'Chameleon' Loaded. Initialization: 0x318B8 Description: Chameleon symbols for linking Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/FileNVRAM.dylib] 23708 bytes. Module 'FileNVRAM.dylib' by 'Unknown' Loaded. Initialization: 0x84F1548 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/Keylayout.dylib] 13500 bytes. Module 'Keylayout.dylib' by 'Unknown' Loaded. Initialization: 0x84F69D8 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/Keymaps/mac-it.lyt] 464 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/theme.plist] 2787 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/background.png] 160 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/logo.png] 9791 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic.png] 30749 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic_o.png] 31641 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus.png] 33224 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_o.png] 34030 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav.png] 36079 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav_o.png] 36996 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml.png] 29768 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml_o.png] 30578 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion.png] 28223 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion_o.png] 28963 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl.png] 29902 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl_o.png] 30684 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo.png] 28892 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo_o.png] 29666 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger.png] 28400 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger_o.png] 29157 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid.png] 33806 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_o.png] 34633 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav.png] 36575 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav_o.png] 37530 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml.png] 30436 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml_o.png] 31257 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion.png] 28949 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion_o.png] 29725 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl.png] 30605 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl_o.png] 31378 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo.png] 29649 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo_o.png] 30429 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger.png] 29104 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger_o.png] 29917 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3.png] 33010 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3_o.png] 33943 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd.png] 27264 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd_o.png] 28018 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd.png] 28850 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd_o.png] 29596 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs.png] 27817 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs_o.png] 28529 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat.png] 32113 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat_o.png] 33007 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs.png] 34190 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs_o.png] 34992 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom.png] 31453 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom_o.png] 31312 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_selection.png] 148 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_prev.png] 3995 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_next.png] 3898 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_boot.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_memory_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_video_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_help.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_selection.png] 158 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar.png] 292 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar_background.png] 139 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_prev.png] 562 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_next.png] 557 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_console.png] 2931 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_small.png] 3371 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] 508 bytes. boot-uuid: FE3112E1-1BF9-36C4-BE57-FED6B29CD829 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] 15768906 bytes. Decompressing Kernel: Decompressing Kernel Using lzvn OK. Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Using PCI-Root-UID value: 0 Zotac GeForce GTX 470 1280MB NVc0 [10de:06cd]-[19da:1153] :: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0) device number: 1 Read HFS+ file: [hd(0,2)/Extra/SMBios.plist] 701 bytes. Intel Corporation 5520/5500/X58 DRAM Controller [8086:3405] at 00:00.0 Frequency detected: 801 MHz (1603) Triple Channel CAS:9 tRC:9 tRP:9 RAS:24 (9-9-9-24) SMBus CmdReg: 0x103 Scanning SMBus [8086:3a30], mmio: 0xf7ffd004, ioport: 0x400, hostc: 0x1 SPD[0] (size): 146 @0x50 Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x51 Slot: 1 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x52 Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x53 Slot: 3 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x54 Slot: 4 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x55 Slot: 5 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 255 @0x56 SPD[0] (size): 255 @0x57 CPU is Intel® Core i7 CPU 960 @ 3.20GHz, family 0x6, model 0x1a SMBIOS rev.: 2.4, DMI rev.: 2.4 Handle: 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Apple Computer, Inc. Version: MP41.88Z.0081.B08.1001221313 Release Date: 01/22/10 BIOS Revision: 0.1 Handle: 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Apple Computer, Inc. Product Name: MacPro4,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-F221BEC8 Version: Rev 1.xx Serial Number: ** PRIVATE ** Asset Tag: Default Asset Tag# Location In Chassis: To Be Filled By O.E.M. Type: Processor+Memory Module Handle: 0x0003, DMI type 3, 20 bytes Chassis Information Manufacturer: Apple Inc. Type: Tower Version: Chassis Version Serial Number: ** PRIVATE ** Asset Tag: Default Asset Tag# Handle: 0x0004, DMI type 4, 38 bytes Processor Information Socket Designation: LGA1366 Type: Central Processor Family: 0xC6 Manufacturer: Intel ID: 0x106A5 Version: Intel® Core i7 CPU 960 @ 3.20GHz External Clock: 133 MHz Max Speed: 3207 MHz Current Speed: 3200 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: 8 Handle: 0x003d, DMI type 11, 5 bytes OEM Strings String 1: To Be Filled By O.E.M. 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: 0x0042, 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: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum0 Part Number: CMP6GX3M3A1600C8 Handle: 0x0044, 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: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum1 Part Number: CMP6GX3M3A1600C8 Handle: 0x0046, 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: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum2 Part Number: CMP6GX3M3A1600C8 Handle: 0x0048, 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: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum3 Part Number: CMP6GX3M3A1600C8 Handle: 0x004a, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM4 Bank Locator: BANK4 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum4 Part Number: CMP6GX3M3A1600C8 Handle: 0x004c, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM5 Bank Locator: BANK5 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: ** PRIVATE ** Asset Tag: AssetTagNum5 Part Number: CMP6GX3M3A1600C8 Handle: 0x004f, DMI type 131, 6 bytes Apple specific Processor Type Cpu-type: 0x701 Handle: 0x0050, DMI type 132, 6 bytes Apple specific Processor Interconnect Speed QPI = 6400 MT/s Handle 0x0051, DMI type 127, 4 bytes End of Table SMBIOS orig was = fbd10 SMBIOS new is = 2acd000 Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Table /Extra/DSDT.aml read and stored at: 2ad1000 Generating P-States config: NO Generating C-States config: NO ACPI Table not found: SSDT.aml No ACPI version 1 found. Ignoring RSDP version 2 found @fb150. Length=36 RSDT @bf780000, Length 64 TABLE FACP,FADT found @bf780200, Length 132 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bed0bed, New @2ad1000,bed0bed FADT: Using custom DSDT! TABLE APIC,TABLE MCFG,TABLE OEMB,TABLE HPET,TABLE OSFR,TABLE SSDT, RSDT: Original checksum 38, New checksum 96 at 2ad6000 XSDT @0;bf780100, Length=92 FADT found @0bf780290, Length 244 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bf7804b0, New @2ad1000,2ad1000 FADT: Using custom DSDT! copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) RSDP: Original checksum 253, New checksum 37 RSDP: Original extended checksum 164, New extended checksum 173 ACPI version 2 patching finished 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: kext-dev-mode=1 npci=0x2000 kext-dev-mode=1 Fabio Link to comment Share on other sites More sharing options...
Zenith432 Posted December 8, 2014 Share Posted December 8, 2014 Sorry, can't figure out from bdmesg what's wrong with it. But the string SOMESRLNMBR does come from Chameleon i386/libsaio/smbios.c:#define kDefaultSerialNumber "SOMESRLNMBR" so it's failing to read or parse a serial number from smbios.plist and using a default.In the bdmesg dump it keeps saying PRIVATE for the serial number so who knows what's going on behind the PRIVATE. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 Sorry, can't figure out from bdmesg what's wrong with it. But the string SOMESRLNMBR does come from Chameleon i386/libsaio/smbios.c:#define kDefaultSerialNumber "SOMESRLNMBR" so it's failing to read or parse a serial number from smbios.plist and using a default.In the bdmesg dump it keeps saying PRIVATE for the serial number so who knows what's going on behind the PRIVATE.bootloader used Chameleon 2501If you can help test run from usb using Clover is seen in serial number Fabio Link to comment Share on other sites More sharing options...
Slice Posted December 9, 2014 Share Posted December 9, 2014 bootloader used Chameleon 2501 If you can help test run from usb using Clover is seen in serial number Fabio It is another story. Clover create one SN, Chameleon another. Or you have to write it in plist manually. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 It is another story. Clover create one SN, Chameleon another. Or you have to write it in plist manually. I did the test with Clover for comparison.the plist and ' How do I find the serial smbios Thanks Fabio Link to comment Share on other sites More sharing options...
Bungo Posted December 9, 2014 Share Posted December 9, 2014 I did the test with Clover for comparison. the plist and ' How do I find the serial smbios Thanks Fabio Hi Fabio, Use PrivateData=No key in your o.c.B.p if you don't mind revealing your serials, uuid etc.. Comparing bdmesg to original (unpatched) smbios dump may give the answer. Ofcourse check related entry in your smbios.plist. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 Hi Fabio, Use PrivateData=No key in your o.c.B.p if you don't mind revealing your serials, uuid etc.. Comparing bdmesg to original (unpatched) smbios dump may give the answer. Ofcourse check related entry in your smbios.plist. Thanks, tonight I try Fabio Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 Hi Fabio, Use PrivateData=No key in your o.c.B.p if you don't mind revealing your serials, uuid etc.. Comparing bdmesg to original (unpatched) smbios dump may give the answer. Ofcourse check related entry in your smbios.plist. same problem also putting PrivateData=No Fabio Link to comment Share on other sites More sharing options...
ErmaC Posted December 9, 2014 Author Share Posted December 9, 2014 same problem also putting PrivateData=No The key PrivateData is used to "mask" the sensible data like serialnumber in a log (bdmesg)... and only in a log!!!! No side effect to SystemProf... So what Bungo said is to put No to PrivateData to allow the view of the masked data in the bdmesg, in that way you are able to see the "serial" previusly hidden and replaced with "** PRIVATE **" Italian. La chiave PrivateData serve per visualizzare i seriali ed altri dati sensibili non normalmente visualizzabili nel bdmesg, come opzione predefinita chameleon rimpiazza tutti i dati sensibili con "** PRIVATE **", guindi "disabilitando tale flag riuscirai a vedere i "seriali" e altri dati nascosti nel bdmesg. Questa "copertura affetta solo il log non affetta il System Profiler, è stato pensato in questo modo per poter scambiare più facilmente i log senza dover mettersi a cancellare i seriali. ErmaC Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 The key PrivateData is used to "mask" the sensible data like serialnumber in a log (bdmesg)... and only in a log!!!! No side effect to SystemProf... So what Bungo said is to put No to PrivateData to allow the view of the masked data in the bdmesg, in that way you are able to see the "serial" previusly hidden and replaced with "** PRIVATE **" Italian. La chiave PrivateData serve per visualizzare i seriali ed altri dati sensibili non normalmente visualizzabili nel bdmesg, come opzione predefinita chameleon rimpiazza tutti i dati sensibili con "** PRIVATE **", guindi "disabilitando tale flag riuscirai a vedere i "seriali" e altri dati nascosti nel bdmesg. Questa "copertura affetta solo il log non affetta il System Profiler, è stato pensato in questo modo per poter scambiare più facilmente i log senza dover mettersi a cancellare i seriali. ErmaC I did not understand what he meant ITA non avevo capito cosa voleva dire mettendo quel flag in o.c.B.p. posto il risultato, confermi Grazie Fabio Link to comment Share on other sites More sharing options...
ErmaC Posted December 9, 2014 Author Share Posted December 9, 2014 I did not understand what he meant ITA non avevo capito cosa voleva dire mettendo quel flag in o.c.B.p. posto il risultato, confermi Grazie Fabio Yep adding that flag you are able to see the masked "serial" take a look at the showed log before post it here... because the serial are now visible! Italian Si aggiungi la flag all'org.chameleon.Boot.plist (PrivateData=No), e vedrai che i dati nel log non sono più nascosti... prima di postare l'intero bdmesg assicurati di nascondere a "mano" le cose che non vuoi siano viste... Ripeto la finalità della richiesta di Bungo era quella di avere un bdmesg non "mascherato" ErmaC Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 9, 2014 Share Posted December 9, 2014 here bdmesg Chameleon 2.3svn (svn-r2510) [2014-11-30 00:58:14] CPUID Raw Values: 00: 0000000b-756e6547-6c65746e-49656e69 01: 000106a5-00100800-0098e3bd-bfebfbff 02: 55035a01-00f0b2e4-00000000-09ca212c 03: 00000000-00000000-00000000-00000000 04: 1c004121-01c0003f-0000003f-00000000 05: 00000040-00000040-00000003-00001120 06: 00000003-00000002-00000001-00000000 07: 80000008-00000000-00000000-00000000 08: 00000000-00000000-00000001-28100000 09: 00003024-00000000-00000000-00000000 cpu freq classic = 0x00000000bf2b5e20 msr(522): platform_info 00001800 msr(526): flex_ratio 00000000 Sticking with [bCLK: 133Mhz, Bus-Ratio: 24] --------------------------------------------- ------------------ CPU INFO ----------------- --------------------------------------------- Brand String: Intel® Core i7 CPU 960 @ 3.20GHz Vendor: 0x756e6547 Family: 0x6 ExtFamily: 0x0 Signature: 106a5 Model: 0x1a ExtModel: 0x1 Stepping: 0x5 MaxCoef: 0x0 CurrCoef: 0x18 MaxDiv: 0x18 CurrDiv: 0x18 TSCFreq: 3207MHz FSBFreq: 133MHz CPUFreq: 3207MHz Cores: 4 Logical processor: 8 Features: 0x000002ff --------------------------------------------- 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 Reading GPT partition 4, type EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 Read HFS+ file: [hd(0,3)/com.apple.recovery.boot/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/System/Library/CoreServices/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/Extra/org.chameleon.Boot.plist] 496 bytes. Module 'Symbols.dylib' by 'Chameleon' Loaded. Initialization: 0x318B8 Description: Chameleon symbols for linking Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/FileNVRAM.dylib] 23708 bytes. Module 'FileNVRAM.dylib' by 'Unknown' Loaded. Initialization: 0x84F1918 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/Keylayout.dylib] 13500 bytes. Module 'Keylayout.dylib' by 'Unknown' Loaded. Initialization: 0x84F6DA8 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/Keymaps/mac-it.lyt] 464 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/theme.plist] 2787 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/background.png] 160 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/logo.png] 9791 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic.png] 30749 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic_o.png] 31641 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus.png] 33224 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_o.png] 34030 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav.png] 36079 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav_o.png] 36996 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml.png] 29768 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml_o.png] 30578 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion.png] 28223 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion_o.png] 28963 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl.png] 29902 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl_o.png] 30684 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo.png] 28892 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo_o.png] 29666 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger.png] 28400 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger_o.png] 29157 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid.png] 33806 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_o.png] 34633 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav.png] 36575 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav_o.png] 37530 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml.png] 30436 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml_o.png] 31257 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion.png] 28949 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion_o.png] 29725 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl.png] 30605 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl_o.png] 31378 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo.png] 29649 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo_o.png] 30429 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger.png] 29104 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger_o.png] 29917 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3.png] 33010 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3_o.png] 33943 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd.png] 27264 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd_o.png] 28018 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd.png] 28850 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd_o.png] 29596 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs.png] 27817 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs_o.png] 28529 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat.png] 32113 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat_o.png] 33007 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs.png] 34190 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs_o.png] 34992 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom.png] 31453 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom_o.png] 31312 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_selection.png] 148 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_prev.png] 3995 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_next.png] 3898 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_boot.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_memory_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_video_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_help.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_selection.png] 158 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar.png] 292 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar_background.png] 139 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_prev.png] 562 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_next.png] 557 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_console.png] 2931 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_small.png] 3371 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] 496 bytes. boot-uuid: FE3112E1-1BF9-36C4-BE57-FED6B29CD829 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] 15768906 bytes. Decompressing Kernel: Decompressing Kernel Using lzvn OK. Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Using PCI-Root-UID value: 0 Zotac GeForce GTX 470 1280MB NVc0 [10de:06cd]-[19da:1153] :: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0) device number: 1 Read HFS+ file: [hd(0,2)/Extra/smbios.plist] 701 bytes. Intel Corporation 5520/5500/X58 DRAM Controller [8086:3405] at 00:00.0 Frequency detected: 801 MHz (1603) Triple Channel CAS:9 tRC:9 tRP:9 RAS:24 (9-9-9-24) SMBus CmdReg: 0x103 Scanning SMBus [8086:3a30], mmio: 0xf7ffd004, ioport: 0x400, hostc: 0x1 SPD[0] (size): 146 @0x50 Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x51 Slot: 1 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x52 Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x53 Slot: 3 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x54 Slot: 4 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x55 Slot: 5 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 255 @0x56 SPD[0] (size): 255 @0x57 CPU is Intel® Core i7 CPU 960 @ 3.20GHz, family 0x6, model 0x1a SMBIOS rev.: 2.4, DMI rev.: 2.4 Handle: 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Apple Computer, Inc. Version: MP41.88Z.0081.B08.1001221313 Release Date: 01/22/10 BIOS Revision: 0.1 Handle: 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Apple Computer, Inc. Product Name: MacPro4,1 Version: 1.0 Serial Number: UUID: 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-F221BEC8 Version: Rev 1.xx Serial Number: SOMESRLNMBR Asset Tag: Default Asset Tag# Location In Chassis: To Be Filled By O.E.M. Type: Processor+Memory Module Handle: 0x0003, DMI type 3, 20 bytes Chassis Information Manufacturer: Apple Inc. Type: Tower Version: Chassis Version Serial Number: SOMESRLNMBR Asset Tag: Default Asset Tag# Handle: 0x0004, DMI type 4, 38 bytes Processor Information Socket Designation: LGA1366 Type: Central Processor Family: 0xC6 Manufacturer: Intel ID: 0x106A5 Version: Intel® Core i7 CPU 960 @ 3.20GHz External Clock: 133 MHz Max Speed: 3207 MHz Current Speed: 3200 MHz Upgrade: Other Serial Number: To Be Filled By O.E.M. 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: 8 Handle: 0x003d, DMI type 11, 5 bytes OEM Strings String 1: To Be Filled By O.E.M. 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: 0x0042, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum0 Part Number: CMP6GX3M3A1600C8 Handle: 0x0044, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum1 Part Number: CMP6GX3M3A1600C8 Handle: 0x0046, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum2 Part Number: CMP6GX3M3A1600C8 Handle: 0x0048, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum3 Part Number: CMP6GX3M3A1600C8 Handle: 0x004a, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM4 Bank Locator: BANK4 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum4 Part Number: CMP6GX3M3A1600C8 Handle: 0x004c, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM5 Bank Locator: BANK5 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum5 Part Number: CMP6GX3M3A1600C8 Handle: 0x004f, DMI type 131, 6 bytes Apple specific Processor Type Cpu-type: 0x701 Handle: 0x0050, DMI type 132, 6 bytes Apple specific Processor Interconnect Speed QPI = 6400 MT/s Handle 0x0051, DMI type 127, 4 bytes End of Table SMBIOS orig was = fbd10 SMBIOS new is = 2acd000 Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Table /Extra/DSDT.aml read and stored at: 2ad1000 Generating P-States config: NO Generating C-States config: NO ACPI Table not found: SSDT.aml No ACPI version 1 found. Ignoring RSDP version 2 found @fb150. Length=36 RSDT @bf780000, Length 64 TABLE FACP,FADT found @bf780200, Length 132 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bed0bed, New @2ad1000,bed0bed FADT: Using custom DSDT! TABLE APIC,TABLE MCFG,TABLE OEMB,TABLE HPET,TABLE OSFR,TABLE SSDT, RSDT: Original checksum 38, New checksum 96 at 2ad6000 XSDT @0;bf780100, Length=92 FADT found @0bf780290, Length 244 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bf7804b0, New @2ad1000,2ad1000 FADT: Using custom DSDT! copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) RSDP: Original checksum 253, New checksum 37 RSDP: Original extended checksum 164, New extended checksum 173 ACPI version 2 patching finished 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: kext-dev-mode=1 npci=0x2000 kext-dev-mode=1 I have two hidden items with the flag is right Fabio Link to comment Share on other sites More sharing options...
Bungo Posted December 9, 2014 Share Posted December 9, 2014 here bdmesg Chameleon 2.3svn (svn-r2510) [2014-11-30 00:58:14] CPUID Raw Values: 00: 0000000b-756e6547-6c65746e-49656e69 01: 000106a5-00100800-0098e3bd-bfebfbff 02: 55035a01-00f0b2e4-00000000-09ca212c 03: 00000000-00000000-00000000-00000000 04: 1c004121-01c0003f-0000003f-00000000 05: 00000040-00000040-00000003-00001120 06: 00000003-00000002-00000001-00000000 07: 80000008-00000000-00000000-00000000 08: 00000000-00000000-00000001-28100000 09: 00003024-00000000-00000000-00000000 cpu freq classic = 0x00000000bf2b5e20 msr(522): platform_info 00001800 msr(526): flex_ratio 00000000 Sticking with [bCLK: 133Mhz, Bus-Ratio: 24] --------------------------------------------- ------------------ CPU INFO ----------------- --------------------------------------------- Brand String: Intel® Core i7 CPU 960 @ 3.20GHz Vendor: 0x756e6547 Family: 0x6 ExtFamily: 0x0 Signature: 106a5 Model: 0x1a ExtModel: 0x1 Stepping: 0x5 MaxCoef: 0x0 CurrCoef: 0x18 MaxDiv: 0x18 CurrDiv: 0x18 TSCFreq: 3207MHz FSBFreq: 133MHz CPUFreq: 3207MHz Cores: 4 Logical processor: 8 Features: 0x000002ff --------------------------------------------- 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 Reading GPT partition 4, type EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 Read HFS+ file: [hd(0,3)/com.apple.recovery.boot/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/System/Library/CoreServices/SystemVersion.plist] 477 bytes. Read HFS+ file: [hd(0,2)/Extra/org.chameleon.Boot.plist] 496 bytes. Module 'Symbols.dylib' by 'Chameleon' Loaded. Initialization: 0x318B8 Description: Chameleon symbols for linking Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/FileNVRAM.dylib] 23708 bytes. Module 'FileNVRAM.dylib' by 'Unknown' Loaded. Initialization: 0x84F1918 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/modules/Keylayout.dylib] 13500 bytes. Module 'Keylayout.dylib' by 'Unknown' Loaded. Initialization: 0x84F6DA8 Description: Version: 0 Compat: 0 Read HFS+ file: [hd(0,2)/Extra/Keymaps/mac-it.lyt] 464 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/theme.plist] 2787 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/background.png] 160 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/logo.png] 9791 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic.png] 30749 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_generic_o.png] 31641 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus.png] 33224 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_o.png] 34030 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav.png] 36079 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_mav_o.png] 36996 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml.png] 29768 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_ml_o.png] 30578 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion.png] 28223 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_lion_o.png] 28963 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl.png] 29902 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_sl_o.png] 30684 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo.png] 28892 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_leo_o.png] 29666 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger.png] 28400 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsplus_tiger_o.png] 29157 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid.png] 33806 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_o.png] 34633 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav.png] 36575 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_mav_o.png] 37530 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml.png] 30436 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_ml_o.png] 31257 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion.png] 28949 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_lion_o.png] 29725 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl.png] 30605 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_sl_o.png] 31378 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo.png] 29649 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_leo_o.png] 30429 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger.png] 29104 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_hfsraid_tiger_o.png] 29917 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3.png] 33010 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ext3_o.png] 33943 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd.png] 27264 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_freebsd_o.png] 28018 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd.png] 28850 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_openbsd_o.png] 29596 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs.png] 27817 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_befs_o.png] 28529 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat.png] 32113 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_fat_o.png] 33007 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs.png] 34190 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_ntfs_o.png] 34992 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom.png] 31453 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_cdrom_o.png] 31312 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_selection.png] 148 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_prev.png] 3995 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/device_scroll_next.png] 3898 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_boot.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user.png] 137 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_memory_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_video_info.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_help.png] 136 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_verbose_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_ignore_caches_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_single_user_disabled.png] 135 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/menu_selection.png] 158 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar.png] 292 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/progress_bar_background.png] 139 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_prev.png] 562 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/text_scroll_next.png] 557 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_console.png] 2931 bytes. Read HFS+ file: [hd(0,2)/Extra/Themes/Default/font_small.png] 3371 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] 496 bytes. boot-uuid: FE3112E1-1BF9-36C4-BE57-FED6B29CD829 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] 15768906 bytes. Decompressing Kernel: Decompressing Kernel Using lzvn OK. Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Using PCI-Root-UID value: 0 Zotac GeForce GTX 470 1280MB NVc0 [10de:06cd]-[19da:1153] :: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0) device number: 1 Read HFS+ file: [hd(0,2)/Extra/smbios.plist] 701 bytes. Intel Corporation 5520/5500/X58 DRAM Controller [8086:3405] at 00:00.0 Frequency detected: 801 MHz (1603) Triple Channel CAS:9 tRC:9 tRP:9 RAS:24 (9-9-9-24) SMBus CmdReg: 0x103 Scanning SMBus [8086:3a30], mmio: 0xf7ffd004, ioport: 0x400, hostc: 0x1 SPD[0] (size): 146 @0x50 Slot: 0 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x51 Slot: 1 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x52 Slot: 2 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x53 Slot: 3 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x54 Slot: 4 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 146 @0x55 Slot: 5 Type 24 2048MB (DDR3 SDRAM) 1603MHz Vendor=Corsair PartNo=CMP6GX3M3A1600C8 SerialNo=00000000 SPD[0] (size): 255 @0x56 SPD[0] (size): 255 @0x57 CPU is Intel® Core i7 CPU 960 @ 3.20GHz, family 0x6, model 0x1a SMBIOS rev.: 2.4, DMI rev.: 2.4 Handle: 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Apple Computer, Inc. Version: MP41.88Z.0081.B08.1001221313 Release Date: 01/22/10 BIOS Revision: 0.1 Handle: 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Apple Computer, Inc. Product Name: MacPro4,1 Version: 1.0 Serial Number: UUID: 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-F221BEC8 Version: Rev 1.xx Serial Number: SOMESRLNMBR Asset Tag: Default Asset Tag# Location In Chassis: To Be Filled By O.E.M. Type: Processor+Memory Module Handle: 0x0003, DMI type 3, 20 bytes Chassis Information Manufacturer: Apple Inc. Type: Tower Version: Chassis Version Serial Number: SOMESRLNMBR Asset Tag: Default Asset Tag# Handle: 0x0004, DMI type 4, 38 bytes Processor Information Socket Designation: LGA1366 Type: Central Processor Family: 0xC6 Manufacturer: Intel ID: 0x106A5 Version: Intel® Core i7 CPU 960 @ 3.20GHz External Clock: 133 MHz Max Speed: 3207 MHz Current Speed: 3200 MHz Upgrade: Other Serial Number: To Be Filled By O.E.M. 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: 8 Handle: 0x003d, DMI type 11, 5 bytes OEM Strings String 1: To Be Filled By O.E.M. 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: 0x0042, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum0 Part Number: CMP6GX3M3A1600C8 Handle: 0x0044, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum1 Part Number: CMP6GX3M3A1600C8 Handle: 0x0046, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum2 Part Number: CMP6GX3M3A1600C8 Handle: 0x0048, 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: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum3 Part Number: CMP6GX3M3A1600C8 Handle: 0x004a, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM4 Bank Locator: BANK4 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum4 Part Number: CMP6GX3M3A1600C8 Handle: 0x004c, DMI type 17, 27 bytes Memory Device Error Information Handle: No Error Size: 2048 MB Form Factor: DIMM Locator: DIMM5 Bank Locator: BANK5 Memory Type: DDR3 Speed: 1603 MHz Manufacturer: Corsair Serial Number: 00000000 Asset Tag: AssetTagNum5 Part Number: CMP6GX3M3A1600C8 Handle: 0x004f, DMI type 131, 6 bytes Apple specific Processor Type Cpu-type: 0x701 Handle: 0x0050, DMI type 132, 6 bytes Apple specific Processor Interconnect Speed QPI = 6400 MT/s Handle 0x0051, DMI type 127, 4 bytes End of Table SMBIOS orig was = fbd10 SMBIOS new is = 2acd000 Read HFS+ file: [hd(0,2)/Extra/DSDT.aml] 9554 bytes. Table /Extra/DSDT.aml read and stored at: 2ad1000 Generating P-States config: NO Generating C-States config: NO ACPI Table not found: SSDT.aml No ACPI version 1 found. Ignoring RSDP version 2 found @fb150. Length=36 RSDT @bf780000, Length 64 TABLE FACP,FADT found @bf780200, Length 132 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bed0bed, New @2ad1000,bed0bed FADT: Using custom DSDT! TABLE APIC,TABLE MCFG,TABLE OEMB,TABLE HPET,TABLE OSFR,TABLE SSDT, RSDT: Original checksum 38, New checksum 96 at 2ad6000 XSDT @0;bf780100, Length=92 FADT found @0bf780290, Length 244 FADT: ACPI Restart Fix applied! DSDT: Old @bf7804b0,bf7804b0, New @2ad1000,2ad1000 FADT: Using custom DSDT! copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) copied (OEM) RSDP: Original checksum 253, New checksum 37 RSDP: Original extended checksum 164, New extended checksum 173 ACPI version 2 patching finished 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: kext-dev-mode=1 npci=0x2000 kext-dev-mode=1 I have two hidden items with the flag is right Fabio Hi Fabio "SOMESLRNMBR" string is used if you don't provide a serials in your smbios.plist in 3 cases SMserial, SMboardserial, SMchassisserial. Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 10, 2014 Share Posted December 10, 2014 Hi Fabio "SOMESLRNMBR" string is used if you don't provide a serials in your smbios.plist in 3 cases SMserial, SMboardserial, SMchassisserial. Hello How do I find the serial number hank you Fabio Link to comment Share on other sites More sharing options...
Bungo Posted December 10, 2014 Share Posted December 10, 2014 Hello How do I find the serial number hank you Fabio Hi An orignal smbios dumps you can find on internet or use Chameleon Wizard to generate complete smbios.plist 1 Link to comment Share on other sites More sharing options...
Fabio1971 Posted December 10, 2014 Share Posted December 10, 2014 Hi An orignal smbios dumps you can find on internet or use Chameleon Wizard to generate complete smbios.plist but there smbios in Extra Fabio Link to comment Share on other sites More sharing options...
Bungo Posted December 10, 2014 Share Posted December 10, 2014 but there smbios in Extra Fabio Hi Fabio, I don't know what is your Extra, what there is in your Extra, what is your smbios in your Extra and what there is in your smbios in your Extra. Can you show me? Link to comment Share on other sites More sharing options...
Recommended Posts