Contribute
Register

Your device or computer could not be verified. Can't Login to App Store

Status
Not open for further replies.
Joined
Jan 12, 2014
Messages
16
Motherboard
GA-Z97-HD3
CPU
i5 4690K
Graphics
GTX 740
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I have successfully installed 10.10 on my Dell Optiplex 960 with only 1 issue. iMessage, and App Store don't work with the error message "Your device or computer could not be verified. ".

I installed the quick start "easybeast" from multibeast with no issues.

In order to get ethernet working I had to install "AppleIntelE1000e v3.1.0" from multibeast.

This is just for my onboard ethernet, no wifi, no usb, just onboard.

I have tried removing all the network connections, removing the NetworkInterfaces.plist, restarting, no luck.

I have checked my serial number to see if it was "taken" from a mac already and it has not been used.

I have also tried adding the following to my boot list file:

(got the string value from EFI after selecting my ethernet device, see attached photo)

Code:
<key>device-properties</key>
<string>450000000100000001000000390000000100000002010c00d041030a040000000101060000197fff0400160000006200750069006c0074002d0069006e0000000500000001</string>


This is my "org.chameleon.Boot.plist"

Code:
<?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>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Kernel Flags</key>
        <string>kext-dev-mode=1 -v</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
        <key>UseKernelCache</key>
        <string>No</string>
</dict>
</plist>

This is my "NetworkInterfaces.plist"
Code:
<?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>Interfaces</key>
    <array>
        <dict>
            <key>Active</key>
            <true/>
            <key>BSD Name</key>
            <string>en0</string>
            <key>IOBuiltin</key>
            <false/>
            <key>IOInterfaceNamePrefix</key>
            <string>en</string>
            <key>IOInterfaceType</key>
            <integer>6</integer>
            <key>IOInterfaceUnit</key>
            <integer>0</integer>
            <key>IOMACAddress</key>
            <data>
            uKxvmyec
            </data>
            <key>IOPathMatch</key>
            <string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/ethernet@19/AppleIntelE1000e/en0</string>
            <key>SCNetworkInterfaceInfo</key>
            <dict>
                <key>UserDefinedName</key>
                <string>Ethernet Adaptor (en0)</string>
            </dict>
            <key>SCNetworkInterfaceType</key>
            <string>Ethernet</string>
        </dict>
    </array>
    <key>Model</key>
    <string>MacPro5,1</string>
</dict>
</plist>

And a photo of my ethernet card info.

Screen Shot 2014-10-30 at 10.52.13 PM.png

Screen Shot 2014-10-30 at 10.52.55 PM.png

Screen Shot 2014-10-30 at 10.53.28 PM.png

(photos above all regarding my ethernet device)

I have read through many of the forums posts that try to help and have tried many of them with no luck.
 
Status
Not open for further replies.
Back
Top