Jump to content

praestolatio

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by praestolatio

  1. Hey guys. Yesterday I installed Yosemite on my Dell Inspiron 5437 and found some problems and solutions I'd like to share with you. Step 3b: createinstallmedia is working fine with the final version of Yosemite. - Download Yosemite Install app from AppStore. - Launch terminal and run the following script: sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction Step 16: After applying the first patch on DSDT.dsl and compiling, I got the usual "syntax error, unexpected PARSEOP_ZERO" errors, but I also got two "syntax error, unexpected PARSEOP_IF" errors. This is what I did to solve this: - Firstly, I took care of the "Zero" errors. After that, there was only one PARSEOP_IF error left. - Then I checked the code and saw that a closing brace was missing: Scope (\) { Method (WMIA, 1, NotSerialized) { // nothing } - I added the missing brace: Scope (\) { Method (WMIA, 1, NotSerialized) { // nothing } } And the PARSEOP_IF error was gone. I'd like to thank pokenguyen and everyone who made it possible for us to install OS X on our non-Mac computers.
×
×
  • Create New...