Jump to content

Edkroket

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Edkroket

  1. Thanks so only this instead of x99.aml and same configfile?
  2. Here is download link as the size is bigger then 2.93 MB https://www.applesupported.nl/nextcloud/index.php/s/PpKQbY9Pqs3YKN7 and IOreg https://www.applesupported.nl/nextcloud/index.php/s/QXGTzfyq7mX96Yf These links expire in two days. Let me know what you can find out. And right now from today the machine starts to reboot randomly?
  3. I made a mistake with CPU. I have this hardware: Asus X99-E 10G WS MB Xeon E5-2697 v4 2,3GHz 18core 256GB RAM AMD Radeon™ PRO W6600 8GB HighPoint SSD7101A-1 I can run Monterey with Broadwell-E X99 EFI folder but only if I put this Cpuid1Data: D7060200 00000000 00000000 00000000 Cpuid1Mask: FFFFFFFF 00000000 00000000 00000000 At the kernel section. But internal drives are shown as external (Yellow) and if I install drivers for the HighPoint PCI cards I end up with black screen. I have attached my config file. Can you pleas check if I make mistake here? Hope someone can tell me what is wrong here. Thanks Ed config.plist.zip
  4. I have tested that EFI folder as well but not even KP and nothing happens.
  5. I have tried them both and both give me KP? I have Xeon 1620 v2 CPU so I guess I need other CPUmask? Also I have booted with a modified EFI folder of Broadwell-E and put this in CPU section: Cpuid1Data: D7060200 00000000 00000000 00000000 Cpuid1Mask: FFFFFFFF 00000000 00000000 00000000 Also I put the SSDT-X99.aml This way I can boot at least but it's slow and internal drives are shown as external?. So am I missing something here?
  6. Hi, I have Asus X99 E 10G BIOS updated to latest and Xeon E5 1620 v2 CPU running High Sierra with Clover. Now I want to make fresh install of Monterey and OpenCore. I have used different of Your EFI folders but none of them match exactly as the CPU is Ivy Bridge E in fact while board is X99. So after a few hours with no luck I'm unable to start from any of your EFI folders. EFI folder to test would be nice. So could you help me out here? I will donate more then just a beer.?
  7. Did you manage to get your system running without crashes? I have same board, 10900 CPU and a Radeon VII and 128 GB RAM. My problem is after 3 hours of REMBER test my system gets KP? I already changed RAM and used different EFI folders but can't get it stable. If your system runs fine would you mind sharing your EFI? Thanks.
  8. Forget my DSDT as I'm on OpenCore and all these issues are gone now. Thanks!
  9. Hi, I have a x299x Aorus master motherboard and facing BIOS resets after every reboot. This issue comes from the RTC part not being very good in BIOS so I extracted all DSDT files and try to fix it this but get "syntax error, unexpected PARSEOP_RETURN" at line 44476 and at line 55031. I changed this code: Device (RTC) { Name (_HID, EisaId ("PNP0B00")) // _HID: Hardware ID Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) IO (Decode16, 0x0074, // Range Minimum 0x0074, // Range Maximum 0x01, // Alignment 0x04, // Length ) }) Method (_STA, 0, NotSerialized) // _STA: Status { If (LOr (0xFF, 0xFFFF)) { One Return (0x0F) } Else { Return (0x00) } } } To This: Device (RTC) { Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */) // _HID: Hardware ID Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x01, // Alignment 0x08, // Length ) IRQNoFlags () {8} }) Method (_STA, 0, NotSerialized) // _STA: Status { If ((STAS == One)) { Return (0x0F) } Else { Return (Zero) } } } And the first error is gone but the second I can't fix. Could you take a look at this file and fix my error? Many thanks. DSDT-pa0.aml
  10. I'm tring to compile a DSDT file and get this error. Here are the lines where it happens Method (ADBG, 1, Serialized) { If (CondRefOf (MDBG)) { Return (MDBG) Arg0 } Return (Zero) } I've looked anywhere and find similar problems but not in this context. So if anyone knows how to change this. This is a DSDT.aml unedited from a Clevo i7 4750 HQ CPU ME FW Version: 9.0.20.1447 MB Series: W740SU Bios Version: 1.03.04 KBC/EC Firmware Revision: 1.0.3.02 It has Intel Iris Pro 5200 Graphics with HDMI and Display port. In fact I need a working DSDT to run OSX in this machine. Any help or directions would be fine! Regards Ed dsdt.aml.zip
  11. I have tried the options but still only bootable with -f -x What else could I try? Ed
  12. What smbios definition do you suggest? I found out that when I change that sometimes System Profiler shows 0 MB Video Ram. Maybe that is important as well? Ed
  13. Thanks I will try that tonight! I will let you know ed
  14. Hi There, I don't speek Portuguës so I hope you do understand English. I have a Dell 17R Inspiron 5720 with Intel Core i5-3210M and Intel HD 4000 graphics card. I installed ML on a Hack via USB and I'm able to boot but than with black screen. I followed these instruction and found that 01660004 ID works and I made my EFI string and put in ....com.plist I'm able to boot but only if I boot with -x -f Graphics Mode=1600x900x32 and than about this mac/ system profiler show Intel HD 4000 386MB video RAM. In System Info it is shows as Unknown Device with VenID 8086 and DevID 0166 But no kext are loaded. Can you point me to a direction to be able to boot in normal mode? And if I put the ID in DSDT.aml can I use GraphicsEnabler=Yes? So any help would be fine. Ed
×
×
  • Create New...