YungRaj Posted July 25, 2014 Share Posted July 25, 2014 Okay it's working now. I had to update iTunes Link to comment Share on other sites More sharing options...
Micky1979 Posted July 25, 2014 Share Posted July 25, 2014 Isn't the App Installer used in a Installer Media from the one provided by BaseSystem.dmg, which is inside the InstallESD.dmg? Not sure about -createinstallmedia but if you make your own usb i'm pretty sure. I feel like updating DP using delta update didn't update IOGraphics as it wasn't required for the update, so when it came to the public beta they provided a new IOGraphics kext, thus breaking the patch. Even tho that might far-fetched to say, this is the only thing I can think of. Sure, you're right. Maybe it's better to wait and see. The only thing is that I found Notices for DP3/4 that some framenwork are missing or incomplete at the developper portal, but this is not visible for the Beta1, or I can not find it (or simply are considered unnecessary information for the general public?). Both are official thing by Apple, so as to think that there are differences. Link to comment Share on other sites More sharing options...
YungRaj Posted July 25, 2014 Share Posted July 25, 2014 Weird how it's working now. I think updating iTunes fixed it? I honestly can't say for sure Link to comment Share on other sites More sharing options...
Doublepranks Posted July 25, 2014 Share Posted July 25, 2014 I created the Yosemite BETA usb stick the same way used in other versions of osx but it fail when trying to install. Any ideas guys? Link to comment Share on other sites More sharing options...
Micky1979 Posted July 25, 2014 Share Posted July 25, 2014 Probably you need to patch the OSInstall.mpkg Distribution files, by deleting one line of code. I'm doing to do that.... Wath is your problem in detail? Link to comment Share on other sites More sharing options...
Doublepranks Posted July 25, 2014 Share Posted July 25, 2014 Probably you need to patch the OSInstall.mpkg Distribution files, by deleting one line of code. I'm doing to do that.... Wath is your problem in detail? It fails to install as soon as I click install ! it says undefined error. I took a shot of the log with my Sony a230 DSLR and that's the only thing i got sorry! it's a .raw file you shouldn't have any problem opening it. ok this forum wouldn't alllow me to upload a 11 MB file which is dumb, here's the link. http://www.mediafire.com/view/l98562ac8i141ut/DSC00387.ARW Link to comment Share on other sites More sharing options...
Micky1979 Posted July 25, 2014 Share Posted July 25, 2014 Later (1,5 h) I'll post the patched file, I'm on "Pizzeria" with my friend now. I've a different problem, but is known.For you I can see if there are any entries in the localizable.strings file (if something similar is defined) to rise the problem. See you later. Its intresting for me. Link to comment Share on other sites More sharing options...
Doublepranks Posted July 25, 2014 Share Posted July 25, 2014 Later (1,5 h) I'll post the patched file, I'm on "Pizzeria" with my friend now. I've a different problem, but is known.For you I can see if there are any entries in the localizable.strings file (if something similar is defined) to rise the problem. See you later. Its intresting for me. ok... well looks like i will have to wait then. I erased the ssd before trying to install and getting stuck at this error and now im running this Kali linux live usb :'( Link to comment Share on other sites More sharing options...
AsusFreak Posted July 25, 2014 Share Posted July 25, 2014 "createinstallmedia" works fine here... No install issues. (Format USB as GUID named Install) sudo /Applications/Install\ OS\ X\ Yosemite\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Install --applicationpath /Applications/Install\ OS\ X\ Yosemite\ Beta.app --nointeraction Link to comment Share on other sites More sharing options...
mendietinha Posted July 25, 2014 Share Posted July 25, 2014 i did it manually but get the still waiting for root device and solve it by changing the pendrive from one port to another even they being 2.0. i change it from a 2.0 to a 3.0 and the installation found its root device Link to comment Share on other sites More sharing options...
Micky1979 Posted July 25, 2014 Share Posted July 25, 2014 ok... well looks like i will have to wait then. I erased the ssd before trying to install and getting stuck at this error and now im running this Kali linux live usb :'( ..EDIT Sorry, (15 h later), now for some reason I can't... However, this is the part of code concerned your problem: function installCheckScript(){ try{ var machineType = system.ioregistry.fromPath('IODeviceTree:/')['compatible']; if (typeof(isFNI) == "undefined" && typeof(hwbeInstallCheck) != "undefined") { if (!hwbeInstallCheck()) { return false; } } if(!is64bit()){ my.result.message = system.localizedStringWithFormat('IC_Unsupported_Processor'); my.result.type = 'Fatal'; return false; } if(!isSupportedPlatform()){ if (system.compareVersions(system.version.ProductVersion, '10.10') >= 0 && system.compareVersions(system.version.ProductVersion, '10.11') < 0) { my.result.message = system.localizedStringWithFormat('IC_cpusw_flavor'); } else { my.result.message = system.localizedStringWithFormat('IC_Unsupported_Platform'); } my.result.type = 'Fatal'; return false; } if(!hasAtLeastRam(minRam)){ my.result.message = system.localizedStringWithFormat('IC_RAM_message'); my.result.type = 'Fatal'; return false; } if (system.compareVersions(system.version.ProductVersion, '10.10') < 0 && system.env.COMMAND_LINE_INSTALL) { my.result.message = system.localizedStringWithFormat('IC_Command_Line_message', '10.10'); my.result.type = 'Fatal'; return false; } if (typeof(redownloadCheck) != "undefined") redownloadCheck(); if (typeof(findBJPrinters) != "undefined") findBJPrinters(); } catch (e) { system.log('installCheckScript threw exception ' + e); } return true; } see you very later, re-sorry Link to comment Share on other sites More sharing options...
Doublepranks Posted July 26, 2014 Share Posted July 26, 2014 "createinstallmedia" works fine here... No install issues. (Format USB as GUID named Install) sudo /Applications/Install\ OS\ X\ Yosemite\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Install --applicationpath /Applications/Install\ OS\ X\ Yosemite\ Beta.app --nointeraction How do you boot this afterwords ? i did it manually but get the still waiting for root device and solve it by changing the pendrive from one port to another even they being 2.0. i change it from a 2.0 to a 3.0 and the installation found its root device no install issue? Link to comment Share on other sites More sharing options...
mendietinha Posted July 26, 2014 Share Posted July 26, 2014 no install issue? none, my friend. i change the usb to another port and the verbose screen continue till the install gui. Link to comment Share on other sites More sharing options...
vusun123 Posted July 26, 2014 Share Posted July 26, 2014 Anyone got HD4600 mobility to work with Yosemite beta ? Link to comment Share on other sites More sharing options...
Micky1979 Posted July 26, 2014 Share Posted July 26, 2014 Legionario, can you try this file? OSInstall.mpkg.zip Link to comment Share on other sites More sharing options...
YungRaj Posted July 26, 2014 Share Posted July 26, 2014 Oh how silly am I. Looked at a few docs, and yea, KextPatch in Clover doesn't actually patch the kext, it patches the kext in the kernel cache. That's why it was not working initally in beta because the kernel cache had to be worked out and all that. Smh I thought it was iTunes Link to comment Share on other sites More sharing options...
oSxFr33k Posted July 26, 2014 Share Posted July 26, 2014 Is it normal that each DP preview comes as a full installer onto USB for example, or some are just Delta updates only? Link to comment Share on other sites More sharing options...
Fabiuzi Posted July 26, 2014 Share Posted July 26, 2014 I upgraded to DP4, starting from DP2. Everything is working: audio, graphics, applications, ... XMP also works for my memory, but the speedstep's aren't working. I put my CPU on 3,7 GHz, but yose still showing 3,5. Sleep is also not working. Probably related to each other. I have nullcpu installed, tried other kexts from installers, but nothing is helping. Can anyone tell me how to fix it, or point me to an url which gives a solution? I installed with MacPWN and post-installed with MacPoison. So for, very satisfied with yose Link to comment Share on other sites More sharing options...
Riley Freeman Posted July 26, 2014 Share Posted July 26, 2014 Is it normal that each DP preview comes as a full installer onto USB for example, or some are just Delta updates only? DP2-4 were also delivered as delta updates via Software Update. Link to comment Share on other sites More sharing options...
Doublepranks Posted July 27, 2014 Share Posted July 27, 2014 Legionario, can you try this file? No good, mate. The error still there :'( @ mendietinha Then you may have done something differently than I. Any additional step you may have taken? Link to comment Share on other sites More sharing options...
Micky1979 Posted July 27, 2014 Share Posted July 27, 2014 No good, mate. The error still there :'( What smbios are you using during Installation? is not supported? ....no other ideas Link to comment Share on other sites More sharing options...
Doublepranks Posted July 27, 2014 Share Posted July 27, 2014 What smbios are you using during Installation? is not supported? ....no other ideas No SMBIOS is being used as clover automatically detects the best possible one. however, I believe it's iMac 13,2. Are you using Beta 1? is it any better than previous DP4? Link to comment Share on other sites More sharing options...
dawntodon Posted July 27, 2014 Share Posted July 27, 2014 aah. So you moved the drive around to another usb port while it was booting. I'll try that out! Link to comment Share on other sites More sharing options...
Doublepranks Posted July 27, 2014 Share Posted July 27, 2014 "createinstallmedia" works fine here... No install issues. (Format USB as GUID named Install) sudo /Applications/Install\ OS\ X\ Yosemite\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Install --applicationpath /Applications/Install\ OS\ X\ Yosemite\ Beta.app --nointeraction how would that work fine for you? it's a hackintosh, your know? it doesn't even boot that way. Link to comment Share on other sites More sharing options...
AsusFreak Posted July 27, 2014 Share Posted July 27, 2014 how would that work fine for you? it's a hackintosh, your know? it doesn't even boot that way. http://www.insanelymac.com/forum/topic/298521-easy-yosemite-1010-usb-installer-updated-public-beta/ Link to comment Share on other sites More sharing options...
Recommended Posts