Contribute
Register

HELP!!!!! SIERRA INSTALL STUCK!

Status
Not open for further replies.
to be honest i'm not 100% sure what system definition i'm using. Anyway i can find out?? agajn sorry i'm super new at this so it's all a little bit confusing.

Mount the EFI partition of your USB Installer disk with EFI Mounter and check your config.plist file in EFI/EFI/Clover folder.
 

Attachments

  • config.plist
    4.9 KB · Views: 127
System Definition in your config.plist is iMac14.2

Change Inject Nvidia to false in your config.plist
Code:
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
 

Attachments

  • config.plist
    5 KB · Views: 151
Change
Code:
      <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict></dict>

Into:
Code:
      <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
 
Change
Code:
      <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict></dict>

Into:
Code:
      <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
didn't work:(
 
Make sure USB 3 is disabled in the UEFI, and in the same vein, move your USB stick to a different port. This helped me just now.
 
Make sure USB 3 is disabled in the UEFI, and in the same vein, move your USB stick to a different port. This helped me just now.
Still didn't work. Tried all of my 2.0 slots and no luck. Got super close on one where it got passed where it usually dies then there was a kernel panic. Couldn't get a photo of it tho. Also wanting to make sure my bios are right. here's a link to a vid of them.
 
Anyone have any other ideas? I have tried booting with no GFX card and still doesn't work. If I cant solve this soon I may have to install windows and try to install OS X after my project presentation. Really don't want to install Windows so any fixes or ideas would be super super helpful right now!
 
Status
Not open for further replies.
Back
Top