Contribute
Register

Small question: Yellow disk image icons at desktop?

Status
Not open for further replies.
Joined
Feb 20, 2015
Messages
269
Motherboard
Asus P6T SE
CPU
2.81 GHz Intel Core i7
Graphics
Nvidia GTX 650 ti 1024 MB
Mac
  1. iMac
  2. MacBook Pro
Mobile Phone
  1. iOS
Hey,

To solve a kernel panic I applied some Clover configs to my main HDD:

http://www.tonymacx86.com/attachmen...x58a-ud3r-screen-shot-2015-10-02-18.15.11.png

It booted fine, which is great of course, but at my desktop I now have several yellow disk icons that look like this:

Schermafbeelding 2015-10-08 om 21.30.01.png

They randomly appeared at startup. I got a message from Time Machine as well, telling me to configure TM.

Anyone has a clue why this happens and how to solve it?

Thanks, Thijmen.
 

Attachments

  • Pasted Graphic.tiff
    298.2 KB · Views: 357
Hey,

To solve a kernel panic I applied some Clover configs to my main HDD:

http://www.tonymacx86.com/attachmen...x58a-ud3r-screen-shot-2015-10-02-18.15.11.png

It booted fine, which is great of course, but at my desktop I now have several yellow disk icons that look like this:

View attachment 155122

They randomly appeared at startup. I got a message from Time Machine as well, telling me to configure TM.

Anyone has a clue why this happens and how to solve it?

Thanks, Thijmen.
If these are your internal drives, add the orange icon fix in Clover. If they are external USB drives, then this is normal appearance.

Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
 
Hi,

After installed clover 3292 the orange icons dissapear.
 
The same trouble on my El Capitan
Where exactly it must be written in? What's file, kext or else... Can somebody explain in details?

If these are your internal drives, add the orange icon fix in Clover. If they are external USB drives, then this is normal appearance.

Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
 
Thanks, but it didn't help.
And one more trouble occured - El Capitan doesn't shut down…it restarts the machine :shifty:
 
Status
Not open for further replies.
Back
Top