Jump to content
1521 posts in this topic

Recommended Posts

Is DP 4 (as DP3) as an Update by Sotwareupate (Lion DP3 running) available or only as an full install ?

Yesterday night i tried SW Up but said "No updates available" running DP3.

Being no developer I experienced the same - no luck via software update - that was only possible for me with dp2.

Took the "stormy" way - 3.72 dmg.

no softwareupdate ... so you have to install again by using/clone the BaseSystem partition ... and copy packages etc. ...

 

but while installing DP4, you have the choice to install/update to your old Lion Preview, keeping all your programs and settings ... works fine ...

 

Tip: Chameleon did not work with BaseSystem for me ... I used XPC (usb stick) to install ... after install, Chameleon-Lion did boot without any issues ... and one more thing ... do not forget to copy the mach_kernel from InstallESD to your new BaseSystem ... :D

Yes, i did it via a clone installation.. works good.. but screen brightness is very low, even if i turn it up it dosent do much change.

 

Booting verbose, i can see that it happends somewhere in between fakesmc and a error message about being unable to generate c-states...

 

 

Sorry, what do you mean a clone installation? I have Lion DP3 installed, what do I do from there?

OK, but more work for me, because i am MBR type user. So i had to install it by XPC USB Stick on second USB Stick GPT Type formatted and after that clone to my MBR Lion volume.

 

I don't understand why no one is using the latest [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url], works for both lion and snow leopard!!!!

 

 

Being no developer I experienced the same - no luck via software update - that was only possible for me with dp2.

Took the "stormy" way - 3.72 dmg.

 

 

 

Boy! You guys are making this out to be way harder than it actually is!

New build , 11A480b !!! New wallpaper too !!! :)

 

Capture_d___e__cran_2011_06_08_a___11.23.04.png Capture_d_____cran_2011_06_08____12.13.17.png

 

 

AppleRTL8139Ethernet.kext missing from IONetworkingFamily.kext

 

 

Install is done like DP1, no need patching OSInstall.mpkg ! I restored BaseSystem.dmg on my usb stick ( 16go ) ,

 

copied Packages folder and mach_kernel ( error message on start " no found mach_kernel ) that are in DP4 !

 

then I installed chameleon R750 and copied my Extra folder and that's all !! :)

Ok, i tried same methode (has success with DP1...3).

But always blocked by "not installable on this computer", after language selection.

I removed all occurences of the PlatformSupport.plist, what worked to install DP1...3 but also "not installable"?

 

Any hints?

Ok, i tried same methode (has success with DP1...3).

But always blocked by "not installable on this computer", after language selection.

I removed all occurences of the PlatformSupport.plist, what worked to install DP1...3 but also "not installable"?

 

Any hints?

 

 

MBR ? Use patched OSInstall ...

OSInstall.mpkg.zip

Does DP4 have any new 64-bit GMAX3100 video kexts?

No, since Apple gives up 64bit support of this graphics, it only can work in the 32bit. So do not to expect that news.BTW I have installed DP4, and no 64-bit drivers.

 

Another one, does anyone have USB mouse problem? I get the boring stuff right now, can't control the mouse well, when move it a little quick, it jumps. I doubt that it is that graphics drivers bug ?

For MBR you also need patched OSInstall binary

http://blog.nawcom.com/?p=751

YEP, the old way in the .mpkg edit didnt work anymore.

 

I also found out , that in OSInstall.mpgk other things changed between DP3 and DP4!

 

It seems that some part of the hardware features / board id check may fail (not installable) on some CPU / system type like my C2D E7300 CPU.

 

 

It seems that now not only in the SupportedPlatform.plist (we remove) the list is fixed , also in the .mpkg!

 

function is64bit() {
   var is64bit =system.sysctl('hw.cpu64bit_capable');
return is64bit;
}

function isVirtualMachine(){

var cpuFeatures = system.sysctl( 'machdep.cpu.features' );
		cpuFeatures=cpuFeatures.split(" ");
		for( var i = 0; i < cpuFeatures.length; i++ ){
		 	if( cpuFeatures[i] == "VMM" ){
					return true;
		  	}	
		}
		return false;			

}

function isSupportedPlatform(){

if( isVirtualMachine() ){
	return true;
}

var platformSupportValues=["Mac-F2268DC8","Mac-F22C86C8","Mac-F22587C8","Mac-F2218FA9","Mac-F2218EA9","Mac-F42D86A9","Mac-F22C8AC8","Mac-F22586C8","Mac-942B59F58194171B","Mac-F226BEC8",
"Mac-F4218FC8","Mac-942459F5819B171B","Mac-7BA5B2794B2CDB12","Mac-F4218EC8","Mac-F2208EC8","Mac-F22C89C8","Mac-F22587A1","Mac-F221DCC8","Mac-F42388C8","Mac-F223BEC8","Mac-F4238CC8","Mac-F222BEC8",
"Mac-F227BEC8","Mac-F4208AC8","Mac-F22788A9","Mac-F4238BC8","Mac-F221BEC8","Mac-C08A6BB70A942AC2","Mac-8ED6AF5B48C039E1","Mac-F2238AC8","Mac-F4208EAA","Mac-F22788C8","Mac-F2268EC8",
"Mac-F2218EC8","Mac-F22589C8","Mac-F4228EC8","Mac-F22788AA","Mac-F42C86C8", "Mac-F4208CA9","Mac-942C5DF58193131B","Mac-F2238BAE","Mac-F42289C8","Mac-F2268CC8",
"Mac-F4208DC8","Mac-F2218FC8"," Mac-742912EFDBEE19B3","Mac-F4208DA9","Mac-F42D89C8","Mac-F4208CAA","Mac-F42D89A9","Mac-F2268AC8","Mac-F42C89C8","Mac-942452F5819B1C1B"
,"Mac-F42786A9","Mac-F42D88C8","Mac-F42187C8",
"Mac-94245B3640C91C81","Mac-F42D86C8","Mac-4BC72D62AD45599E","Mac-F2268DAE","Mac-F42C8CC8","Mac-F42C88C8","Mac-94245A3940C91C80","Mac-F42386C8","Mac-942B5BF58194151B","Mac-F42189C8"];
var boardID = system.ioregistry.fromPath('IOService:/')['board-id'];

if( !boardID || platformSupportValues.length ==0 ) {
	return false
}
for( var i = 0; i < platformSupportValues.length; i++ ){
 	if( boardID == platformSupportValues[i] ){
			return true;
  	}	
}

return false;
}

function installCheckScript(){

		try{
			var machineType = system.ioregistry.fromPath('IODeviceTree:/')['compatible'];

			if (typeof(isFNI) == "undefined" && typeof(hwbeInstallCheck) != "undefined") {
				if (!hwbeInstallCheck()) {
					return false;
				}
			} 

			if(!hasAtLeastRam(minRam)){
				my.result.message = system.localizedStringWithFormat('IC_RAM_message');
				my.result.type = 'Fatal';
				return false;
			}

			if(!is64bit()){
				my.result.message = system.localizedStringWithFormat('IC_Unsupported_Processor');
				my.result.type = 'Fatal';
				return false;
			}

			if (system.compareVersions(system.version.ProductVersion, '10.7') < 0 && system.env.COMMAND_LINE_INSTALL) {
				my.result.message = system.localizedStringWithFormat('IC_Command_Line_message', '10.7');
				my.result.type = 'Fatal';
				return false;
			}

			if(!isSupportedPlatform()){
				my.result.message = system.localizedStringWithFormat('IC_Unsupported_Platform');
				my.result.type = 'Fatal';
				return false;
			}


			if (typeof(findBJPrinters) != "undefined") findBJPrinters();

		} catch (e) {
			system.log('installCheckScript threw exception ' + e);
		}

		return true;
}

 

Attached: OSInstall.mpgk patched for an install without any of HW check and Board-ID (Mac-...) .

Also added, for information of the install process my install.log - WAS now with sucess after using my modded .mpkg.

OSInstall.mpkg.zip

Installationsprotokoll_8_Jun_2011.txt.zip

Little Problem: I get very early in the boot process an "ACPI not 2.0 - Press any key to boot" (using -v, not excat but similar.

After pressing an key the DP4 boots + run normaly.

Never had that before. Some Chameleon or BIOS/DSDT problem?

Little Problem: I get very early in the boot process an "ACPI not 2.0 - Press any key to boot" (using -v, not excat but similar.

After pressing an key the DP4 boots + run normaly.

Never had that before. Some Chameleon or BIOS/DSDT problem?

 

 

me too !! i think this is because of the latest version of chameleon , r994 !!! before installing this version, no problem !!! ;)

Hi,

 

After installation of DP4 are the same error messages with the other DP.

 

My kernel.log

 

Jun  9 00:07:50 localhost kernel[0]: zone leak detection enabled
Jun  9 00:07:50 localhost kernel[0]: standard timeslicing quantum is 10000 us
Jun  9 00:07:50 localhost kernel[0]: mig_table_max_displ = 72
Jun  9 00:07:50 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
Jun  9 00:07:50 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
Jun  9 00:07:50 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=130 Disabled
Jun  9 00:07:50 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=131 Disabled
Jun  9 00:07:50 localhost kernel[0]: calling mpo_policy_init for Sandbox
Jun  9 00:07:50 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
Jun  9 00:07:50 localhost kernel[0]: calling mpo_policy_init for Quarantine
Jun  9 00:07:50 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
Jun  9 00:07:50 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Jun  9 00:07:50 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Jun  9 00:07:50 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993
Jun  9 00:07:50 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Jun  9 00:07:50 localhost kernel[0]: MAC Framework successfully initialized
Jun  9 00:07:50 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
Jun  9 00:07:50 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
Jun  9 00:07:50 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3)
Jun  9 00:07:50 localhost kernel[0]: PFM64 0xf10000000, 0xf0000000
Jun  9 00:07:50 localhost kernel[0]: [ PCI configuration begin ]
Jun  9 00:07:50 localhost kernel[0]: PCI configuration changed (bridge=2 device=1 cardbus=0)
Jun  9 00:07:50 localhost kernel[0]: [ PCI configuration end, bridges 6 devices 19 ]
Jun  9 00:07:50 localhost kernel[0]: RTC: Only single RAM bank (128 bytes)
Jun  9 00:07:50 localhost kernel[0]: FakeSMC: Opensource SMC device emulator by netkas © 2009
Jun  9 00:07:50 localhost kernel[0]: FakeSMC: Monitoring plugins support by mozodojo © 2010
Jun  9 00:07:50 localhost kernel[0]: FakeSMC: Original idea of plugins and code sample by usr-sse2 © 2010
Jun  9 00:07:50 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:51:42 May 29 2011) initialization complete
Jun  9 00:07:50 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
Jun  9 00:07:50 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
Jun  9 00:07:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
Jun  9 00:07:50 localhost kernel[0]: Vendor ID 50505050 50505050
Jun  9 00:07:50 localhost kernel[0]: Device ID 50505050 50505050
Jun  9 00:07:50 localhost kernel[0]: 50505050505050505050505050505050
Jun  9 00:07:50 localhost kernel[0]: PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
Jun  9 00:07:50 localhost kernel[0]: FireWire runtime power conservation disabled. (2)
Jun  9 00:07:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
Jun  9 00:07:50 localhost kernel[0]: JMicronATA: JMB363 (CMD 0xdc00, CTR 0xd880, IRQ 16, BM 0xd400)
Jun  9 00:07:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
Jun  9 00:07:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
Jun  9 00:07:50 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
Jun  9 00:07:50 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 PCI now active, GUID 0011d80001637997; max speed s400.
Jun  9 00:07:50 localhost kernel[0]: ATAPI Device checked
Jun  9 00:07:50 localhost kernel[0]: JMicronATA: JMB363 (CMD 0xd800, CTR 0xd480, IRQ 16, BM 0xd408)
Jun  9 00:07:50 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5e3 0x716 0x9727
Jun  9 00:07:50 localhost kernel[0]: From path: "uuid", 
Jun  9 00:07:50 localhost kernel[0]: Waiting for boot volume with UUID FE14B25B-3802-31A8-A88D-936AAA57D8F0
Jun  9 00:07:50 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
Jun  9 00:07:50 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/SAMSUNG HM160HI Media/IOGUIDPartitionScheme/Mac OS X Lion 10.7@2
Jun  9 00:07:50 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
Jun  9 00:07:50 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 3720192 to: 8075776 (joffset 0x258000)
Jun  9 00:07:50 localhost kernel[0]: jnl: unknown-dev: journal replay done.
Jun  9 00:07:50 localhost kernel[0]: Kernel is LP64
Jun  9 00:07:50 localhost kernel[0]: AppleYukon2: Marvell Yukon Gigabit Adapter 88E8056 Singleport Copper SA
Jun  9 00:07:50 localhost kernel[0]: AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RX_MAX_LE 1024, TX_MAX_LE 768, ST_MAX_LE 3328
Jun  9 00:07:50 localhost kernel[0]: hfs: Removed 8 orphaned / unlinked files and 33 directories 
Jun  9 00:07:51 localhost kernel[0]: yukon: Ethernet address 00:1b:fc:e1:74:95
Jun  9 00:07:51 localhost kernel[0]: AppleRTL8169Ethernet: Ethernet address 00:1b:fc:e1:66:42
Jun  9 00:07:56 localhost kernel[0]: Waiting for DSMOS...
Jun  9 00:07:56 localhost kernel[0]: macx_swapon SUCCESS
Jun  9 00:07:58 localhost kernel[0]: NVDANV50HAL loaded and registered.
Jun  9 00:07:58 localhost kernel[0]: VoodooPS2SynapticsTouchPad loaded
Jun  9 00:07:59 localhost kernel[0]: Sound assertion "false == codecFound" failed in AppleHDADriver at line 1449 goto handler
Jun  9 00:07:59 localhost kernel[0]: Sound assertion "0 == pathMap_aDriverInstance" failed in AppleHDADriver at line 2037 goto Exit
Jun  9 00:07:59 localhost kernel[0]: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in AppleHDADriver at line 207 goto Exit
Jun  9 00:07:59 localhost kernel[0]: Sound assertion "false == me->completeStart ()" failed in AppleHDADriver at line 996 goto Exit
Jun  9 00:07:59 localhost kernel[0]: No interval found for . Using 8000000
Jun  9 00:07:59 localhost kernel[0]: ApplePS2Trackpad: ALPS GlidePoint v0.0
Jun  9 00:07:59 localhost kernel[0]: IntelThermal: CPU family 0x6, model 0x17, stepping 0xa
Jun  9 00:07:59 localhost kernel[0]: IntelThermal: Found 2 cores 0 threads
Jun  9 00:07:59 localhost kernel[0]: IntelThermal: CPU Tjmax 100
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Probing NSC
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Probing ITE
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Probing Fintek
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Fintek: Found unsupported chip ID=0xa0 REVISION=0x23
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Probing SMSC
Jun  9 00:07:59 localhost kernel[0]: SuperIO: Probing Winbond
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Detected Winbond W83627DHG on 0x290
Jun  9 00:08:00 localhost kernel[0]: DSMOS has arrived
Jun  9 00:08:00 localhost kernel[0]: PTKawainVi: started
Jun  9 00:08:00 localhost kernel[0]: Vendor ID: 10de, Device ID: 622
Jun  9 00:08:00 localhost kernel[0]: Architecture: 200000
Jun  9 00:08:00 localhost kernel[0]: G94 [GeForce 9600 GT]
Jun  9 00:08:00 localhost kernel[0]: BIOS successfully read
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Binding key TN0P
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Binding key VC0C
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Fan 0 name is associated with hardware Fan1
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Binding key F0Ac
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Fan 1 name is associated with hardware Fan2
Jun  9 00:08:00 localhost kernel[0]: SuperIO: Binding key F1Ac
Jun  9 00:08:03 localhost kernel[0]: jnl: disk0s3: replay_journal: from: 7335424 to: 145408 (joffset 0xe6000)
Jun  9 00:08:03 [0]: jnl: disk0s3: 2: extra replay stopped @ 145408 / 0x23800 (seq 16258717 < 16258852)
Jun  9 00:08:05 [0]: jnl: disk0s3: journal replay done.
Jun  9 00:08:06 [0]: jnl: disk0s4: replay_journal: from: 3195392 to: 3643392 (joffset 0x16d000)
Jun  9 00:08:07 [0]: nstat_lookup_entry failed: 2

 

 

 

RTC: Only single RAM bank (128 bytes),why ?

 

Thanks.

×
×
  • Create New...