Xdutchless Posted April 12, 2015 Share Posted April 12, 2015 hello i have a problem installing mac os x yosemite on my notebook its a msi ge70 2OE specs: http://www.msi.com/product/nb/GE70-2OE.html#hero-specification i used this tutorial for creating the usb: http://www.insanelymac.com/forum/topic/298027-guide-aio-guides-for-hackintosh/page-2?do=findComment&comment=2030113 have my bios settings on: boot mode: ACHI vt-d: disabled secure boot: disabled the problems is that it is getting stuck on the loading screen when it is booting into the yosemite installer. this is my plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>SMBIOS</key> <dict> <key>BoardType</key> <integer>11</integer> <key>ChassisType</key> <integer>06</integer> <key>BiosReleaseDate</key> <string>12/06/13</string> <key>Version</key> <string>1.0</string> <key>SerialNumber</key> <string>C02K7L4TF693</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>ChassisAssetTag</key> <string>Pro-Enclosure</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MMP61.88Z.0116.B04.1312061508</string> <key>Board-ID</key> <string>Mac-F60DEB81FF30ACF6</string> <key>Family</key> <string>Mac Pro</string> <key>ProductName</key> <string>MacPro6,1</string> <key>Mobile</key> <false/> <key>Trust</key> <true/> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1 npci=0x2000</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> <key>Secure</key> <false/> </dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>ReuseFFFF</key> <false/> <key>DropOEM_DSM</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>AppleTyMCEDriver</string> <key>Find</key> <data> cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY </data> <key>Replace</key> <data> cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY </data> <key>Comment</key> <string>Disable ECC Memory in MacPro SMBIOS</string> </dict> </array> </dict> <key>GUI</key> <dict> <key>Theme</key> <string>Yosemite</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <false/> </dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <string>Always</string> <key>Disabled</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> can some one help me with this? Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/ Share on other sites More sharing options...
WaldMeister Posted April 12, 2015 Share Posted April 12, 2015 Hi, Boot in verbose mode with the -v option. Take a photo of the output and attach it here. Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127473 Share on other sites More sharing options...
styrian Posted April 12, 2015 Share Posted April 12, 2015 Hello! Not a good idea to use desktop SMBios on a Laptop. Using the one of MBP 11,1/11,2 should perhaps be better matching your device. Disable NVDA temporary with boot argument: nv_disable=1 or in bios. Later on it should be done with DSDT/SSDT, if it could not be disabled in bios. Have fun. Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127479 Share on other sites More sharing options...
anonymousnbs Posted April 13, 2015 Share Posted April 13, 2015 hello i have a problem installing mac os x yosemite on my notebook its a msi ge70 2OE specs: http://www.msi.com/product/nb/GE70-2OE.html#hero-specification i used this tutorial for creating the usb: http://www.insanelymac.com/forum/topic/298027-guide-aio-guides-for-hackintosh/page-2?do=findComment&comment=2030113 have my bios settings on: boot mode: ACHI vt-d: disabled secure boot: disabled the problems is that it is getting stuck on the loading screen when it is booting into the yosemite installer. this is my plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>SMBIOS</key> <dict> <key>BoardType</key> <integer>11</integer> <key>ChassisType</key> <integer>06</integer> <key>BiosReleaseDate</key> <string>12/06/13</string> <key>Version</key> <string>1.0</string> <key>SerialNumber</key> <string>C02K7L4TF693</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>ChassisAssetTag</key> <string>Pro-Enclosure</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MMP61.88Z.0116.B04.1312061508</string> <key>Board-ID</key> <string>Mac-F60DEB81FF30ACF6</string> <key>Family</key> <string>Mac Pro</string> <key>ProductName</key> <string>MacPro6,1</string> <key>Mobile</key> <false/> <key>Trust</key> <true/> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1 npci=0x2000</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> <key>Secure</key> <false/> </dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>ReuseFFFF</key> <false/> <key>DropOEM_DSM</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>AppleTyMCEDriver</string> <key>Find</key> <data> cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY </data> <key>Replace</key> <data> cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY </data> <key>Comment</key> <string>Disable ECC Memory in MacPro SMBIOS</string> </dict> </array> </dict> <key>GUI</key> <dict> <key>Theme</key> <string>Yosemite</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <false/> </dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <string>Always</string> <key>Disabled</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> can some one help me with this? check dual or 1 graphics If Dual Graphics Download : config.plist.zip If 1 graphics : Download config.plist.zip If Installed video not full qe/ci check video https://www.youtube.com/watch?v=ygPE4cdHFl0 Please report with images Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127540 Share on other sites More sharing options...
Xdutchless Posted April 13, 2015 Author Share Posted April 13, 2015 thanks it boots now to install screen. i had to disable the nvidia graphics card i cannot do this in bios. now i have another question i have my windows 8.1 installed in raid 0 i did this in the bios. is it possible to install yosemite on a different disk or is it possible to install it also on the raid 0? Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127599 Share on other sites More sharing options...
anonymousnbs Posted April 13, 2015 Share Posted April 13, 2015 thanks it boots now to install screen. i had to disable the nvidia graphics card i cannot do this in bios. now i have another question i have my windows 8.1 installed in raid 0 i did this in the bios. is it possible to install yosemite on a different disk or is it possible to install it also on the raid 0? ==! remove raid .. Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127612 Share on other sites More sharing options...
Xdutchless Posted April 13, 2015 Author Share Posted April 13, 2015 ok thanks Link to comment https://www.insanelymac.com/forum/topic/305628-msi-ge70-2oe-stuck-on-install-loading-screen/#findComment-2127770 Share on other sites More sharing options...
Recommended Posts