Jump to content

SystemID UUID issues


macattackjack
 Share

2 posts in this topic

Recommended Posts

I have a beloved P5k-VM that I am trying to get 10.12.2 to work on.

I have a EVGA 520 video card, 2 gig of ram, a 1.8 core 2 duo. 120GB PNY XLR8 SSD

 

I have a version of 1011.6 that works. I installed it UEFI on a Asus X79 Sabertooth, then used SuperDuper to copy another drive, and used Clover to do a Legacy install. Turning on all the drivers, it worked.

I after doing the same procedure with 10.12.2, it has run into some issues.

First it was freezing at the Clover ++++++++++++++++++++++++++ display.

I turned KernalCPU to true, and that allowed the boot to continue, But then I got a kernel panic. I removed APPLEHPET.kext (which I needed to do for this motherboard since 10.6.4 to get USB to work properly) but then I get a UUID Kernal panic. I've looked at various places on the web on how to fix this for ichat and other things, but entering a new SystemUUID number in my config file doesn't solve the problem

Below are my screen captures, config file and images of the drivers I have installed.

This first image is of the kernel panic when APPLEHPET was installed, the second when it was removed and I get the UUID kernel panic where I stand now. If you notice there are a number of USB errors. I suspect this might be a USB problem that is affecting the UUID, just because of other experiences I've had, but can't say for sure.

Any Thoughts? 

 

Thanks in advance

 

with true<?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>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>DropOEM_DSM</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddDTGP_0001</key>
<true/>
<key>AddHDMI_8000000</key>
<true/>
<key>AddIMEI_80000</key>
<true/>
<key>AddMCHC_0008</key>
<true/>
<key>AddPNLF_1000000</key>
<true/>
<key>DeleteUnused_400000</key>
<true/>
<key>FIX_ACST_4000000</key>
<true/>
<key>FIX_ADP1_800000</key>
<true/>
<key>FIX_INTELGFX_100000</key>
<true/>
<key>FIX_RTC_20000</key>
<true/>
<key>FIX_S3D_2000000</key>
<true/>
<key>FIX_TMR_40000</key>
<true/>
<key>FIX_WAK_200000</key>
<true/>
<key>FakeLPC_0020</key>
<true/>
<key>FixAirport_4000</key>
<true/>
<key>FixDarwin_0002</key>
<true/>
<key>FixDisplay_0100</key>
<true/>
<key>FixFirewire_0800</key>
<true/>
<key>FixHDA_8000</key>
<true/>
<key>FixHPET_0010</key>
<true/>
<key>FixIDE_0200</key>
<true/>
<key>FixIPIC_0040</key>
<true/>
<key>FixLAN_2000</key>
<true/>
<key>FixRegions_10000000</key>
<true/>
<key>FixSATA_0400</key>
<true/>
<key>FixSBUS_0080</key>
<true/>
<key>FixShutdown_0004</key>
<true/>
<key>FixUSB_1000</key>
<true/>
<key>NewWay_80000000</key>
<true/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
</array>
<key>HaltEnabler</key>
<true/>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<true/>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v nvda_drv=1 kext-dev-mode=1 rootless=0 GraphicsEnabler=Yes IPGEnabler=No</string>
<key>Debug</key>
<false/>
<key>DefaultLoader</key>
<string>boot.efi</string>
<key>DefaultVolume</key>
<string>Mac HDD</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<false/>
</dict>
<key>CPU</key>
<dict>
<key>UseARTFrequency</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>7</string>
<key>ResetHDA</key>
<true/>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>BOOTX64.EFI</string>
<string>Windows</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<true/>
<key>Linux</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>embedded</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<true/>
</dict>
<key>NvidiaSingle</key>
<false/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<false/>
<key>Debug</key>
<false/>
<key>DellSMBIOSPatch</key>
<false/>
<key>KernelCpu</key>
<true/>
<key>KernelHaswellE</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<false/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Expect 4 matches</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
hAjsEA==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Expect 4 matches</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
hQjsEA==
</data>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
gwjsEA==
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
<key>MLB</key>
<string>C02032109R5DC771H</string>
<key>ROM</key>
<string>UseMacAddr0</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>07/02/07</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MP21.88Z.007F.B06.0707021348</string>
<key>Board-ID</key>
<string>Mac-F4208DC8</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>G8815052XYL1375A</string>
<key>BoardType</key>
<integer>11</integer>
<key>ChassisAssetTag</key>
<string>Pro-Enclosure</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>0x06</string>
<key>Family</key>
<string>Mac Pro</string>
<key>LocationInChassis</key>
<string>Part Component</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>ProductName</key>
<string>MacPro2,1</string>
<key>SerialNumber</key>
<string>G8815052XYL</string>
<key>SmUUID</key>
<string>14575229-B561-41AA-894A-E56A128C0433</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Yes</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>

 

post-278136-0-96388700-1486839653_thumb.jpg

post-278136-0-67704700-1486839734_thumb.jpg

post-278136-0-76865300-1486840018_thumb.png

post-278136-0-25292100-1486840032_thumb.png

post-278136-0-42758300-1486840046_thumb.png

Edited by Allan
Spoiler code added
Link to comment
Share on other sites

Yeah, I'll have to see Hervé. Most of the P5k-VM systems I have are the Q6600's, which I guess won't cut it. This one I'm trying to do the build on is a step down from that, possible the E4 or E6. I don't have CPU-X on the machine I have to know which it is. I do have one P5K-Vm that has a higher model CPU than the Q6600, I can use that. Or just look on Ebay for one of the working CPU's, they're probably pretty cheap now. Do you know if there is a better choice between the Wolfdales or the Yorkfields with regard to ease of the OS install?

It wasn't so much ignoring the SSE4 issue as that I had seen other posts online of successful Sierra builds and got all excited. lol. For my work, and at the time, the P5K-VM had such a good set of ports and options between the working ethernet, firewire, and USB, in a MATX form factor, from 10.6 through 10.9.2 it was a relatively easy build. Being able to get Sierra on here would have been cool.

As far as all the kexts, I had tried to get El Capitan working with the recommended kexts from other posts and it wasn't booting, so I threw in everything but the kitchen sink and it worked. I did the same for trying to get Sierra to work. Not always the best approach, but this has been a few days off and on I've been working on this.

Thanks for your input. I will post again once I find a working CPU.

Link to comment
Share on other sites

 Share

×
×
  • Create New...