Jump to content

fabiosun

Supervisor
  • Posts

    11,472
  • Joined

  • Days Won

    552

Everything posted by fabiosun

  1. Per questo tipo di configurazione sicuramente no Xeon ma altro tipo di CPU supportata Lo xeon a parità di performance e' sicuramente più' costoso e introduce delle limitazioni nel caso tu voglia spingere la cpu oltre le sue specifiche (Overclock) La piastra valuta I componenti e i dischi che ci dovrai attaccare e scegli di conseguenza...la taichi e' chiaramente ottima ma anche con le altre non avrai problemi
  2. se sei riuscito a scaricarlo e quando lo lanci ti da quel messaggio prova a fare come ti ha scritto Gengik84 le istruzioni della cpu che devono per Mojave mi sembra ci siano..
  3. nn so quale sia il tuo computer, o SMBIOS che stai usando magari non e' supportato Mojave sul tuo Hack?
  4. prova a cliccare su in primo piano e guardare da li Ha scritto dopo 1 minuto 15 secondi: https://postimg.cc/hhzT5rXY">
  5. e allora via di registry e simil cose come sempre ma ultimamente ho sulla mia macchina OSX come boot principale quindi in windows ci vado molto poco lo faro' con comodo :) grazie per le informazioni
  6. no no io intendevo se c'e' anche una ISO Pro 64 bit fatta da microsoft come la Enterprise io che ho 2 licenze pro a 64 bit posso scaricare per sostituire queste aggiornate ieri (che vanno bene tra l'altro) Solitamente disattivo a mano tutto quello che posso fare ma se si parte da nan versione pulita..meglio :)
  7. Ciao Se stiamo parlando d cose originali" La versione Enterprise sicuro si attivi con un codice Pro? Oppure parliamo anche di una ISO Pro 64 Bit ripulita da tutte quelle porcate di cui sopra? Grazie
  8. When I have had your same system I have optimized it using only 3 mandatory patches or KernelXCPM flag (I preferred 3 patches state) 1)fakecpuid 2)Brumbaer IOCPIfamily kext patch 3) Pikeralpha reboot fix kernel patches And this should be valid also for you Obviously with my I9 7980Xe now I have eliminated all of this and system starts pretty vanilla So it is up to you the choice :) Remember all it is possible also to use your actual DDR4 ECC in new X299 (official specific is not true for Asus X299 Sage (not latest bios) and for Gigabyte Designare EX (bios F2 and F3) I have talked with gigabyte technical service and they say with latest bios is not possible to use anymore Rdimm etc DDR4 In these days DDR4 is a pain to buy..and there are no advantages in performance if you use ddr4 @2133 or @4000... Due High TDP you will need of a liquid cooling system to have a nice OC if you want
  9. si rimaneva appena lanciata sulla schermata della app ho provato tutto quello che ho trovato in rete ma niente l'aggiornamento l'ha sistemata avevo anche provato a disinstallarla e ricaricarla dallo store.. niente
  10. misembra 1803 e non 1809 ed ora e' fermo al 93% da un po'..no si e' mosso al 94% :) Ha scritto dopo 7 minuti 2 secondi: comunque ha finito tra un po' spero sapremo :) Ha scritto dopo 3 minuti 10 secondi: Tra parentesi con questo redstone 5 su x79 di mia moglie mi ha risolto un problema con POSTA di windows 10 che non andava più' e ne avevo provati tanti di fix
  11. a me e' andata bene anche con la x79 della moglie ora sto aggiornando il portatile della mamma..e ' un COMPAQ Presario CQ61 Celeron T3000 speriamo bene :) lo sto aggiornando tramite mediacreation tool :) Ha scritto dopo 34 secondi: vediamo dove me lo porta..mi sembra di aver letto 1803...
  12. Ciao KK89 take a look here comment = "_cpuid_set_info_rdmsr"; // PMheart: attempt to add 10.14 compatibility if (os_version >= AsciiOSVersionToUint64("10.12") && os_version - // 10.12 - 10.13 + // 10.12 - 10.14 STATIC UINT8 find[] = { 0xB9, 0xA0, 0x01, 0x00, 0x00, 0x0F, 0x32 }; STATIC UINT8 repl[] = { 0xB9, 0xA0, 0x01, 0x00, 0x00, 0x31, 0xC0 }; applyKernPatch(kern, find, sizeof(find), repl, comment); @@ -1065,9 +1066,10 @@ DBG("KernelIvyBridgeXCPM() return TRUE; } - + DBG("Searching _xcpm_pkg_scope_msr ...\n"); if (os_version >= AsciiOSVersionToUint64("10.12")) { + // 10.12+ patchLocation = 0; // clean out the value just in case for (i = 0; i if (kern[i+0] == 0xBE && kern[i+1] == 0x07 && kern[i+2] == 0x00 && kern[i+3] == 0x00 && @@ -1096,14 +1098,14 @@ STATIC UINT8 find[] = { 0x83, 0xC3, 0xC4, 0x83, 0xFB, 0x22 }; STATIC UINT8 repl[] = { 0x83, 0xC3, 0xC6, 0x83, 0xFB, 0x22 }; applyKernPatch(kern, find, sizeof(find), repl, comment); - } else if (os_version >= AsciiOSVersionToUint64("10.12.6") && os_version - // 10.12.6 - 10.12.x + } else if (os_version + // 10.12.6 STATIC UINT8 find[] = { 0x8D, 0x43, 0xC4, 0x83, 0xF8, 0x22 }; STATIC UINT8 repl[] = { 0x8D, 0x43, 0xC6, 0x83, 0xF8, 0x22 }; applyKernPatch(kern, find, sizeof(find), repl, comment); + // PMheart: attempt to add 10.14 compatibility } else if (os_version - // PMheart: attempt to add 10.14 compatibility - // 10.13.x/10.14.x + // 10.13/10.14 STATIC UINT8 find[] = { 0x89, 0xD8, 0x04, 0xC4, 0x3C, 0x22 }; STATIC UINT8 repl[] = { 0x89, 0xD8, 0x04, 0xC6, 0x3C, 0x22 }; applyKernPatch(kern, find, sizeof(find), repl, comment); and focalize this line : comment = "_cpuid_set_info_rdmsr"; // PMheart: attempt to add 10.14 compatibility if (os_version >= AsciiOSVersionToUint64("10.12") && os_version - // 10.12 - 10.13 + // 10.12 - 10.14 STATIC UINT8 find[] = { 0xB9, 0xA0, 0x01, 0x00, 0x00, 0x0F, 0x32 }; STATIC UINT8 repl[] = { 0xB9, 0xA0, 0x01, 0x00, 0x00, 0x31, 0xC0 }; applyKernPatch(kern, find, sizeof(find), repl, comment); this code is from /rEFIt_UEFI/Platform/kernel_patcher.c inside clover so if you check KERNELXCPM flag it uses all patches it thinks useful for detected cpu Cupid_set_info_rdmsr will be : find B9A00100000F32 Repl B9A001000031C0 I hope this can help to understand ;) Ha scritto dopo 19 minuti 24 secondi: attached c files where you can locate all patches used for Broadwell and other cpu
  13. Aggiornata la mia macchina al primo colpo senza problem particolari..e' stata 5/6 minuti ferma al 42% dopo un paio di riavvii, ma si e' aggiornata regolarmente ora passo ad un pc piu' vecchiotto (chipset x79)
  14. ciao e' uno script in teoria se hai scaricato tutto dalla repo dovrebbe fare da se se non ricordo male c'era pure una app che faceva tutto comunque a grandi linee lo script produce i dati corretti per il PM della tua cpu (sicuramente supportata dallo script) pero' prima dovresti avere la pazienza di ripulire tutto S/L/E System/library/extensions :) mi eri antipatico dopo le prime risposte :) stai migliorando..pero' almeno le basi :P scherzo eh...
  15. If you want you can delete all ssdt for nvme and study to create a ssdt for usb it is pretty simple now I have activated automatic kernel XCPM in clover but you can achieve it also in other ways. with right kernel patches I have no more your kind of cpu so I am limited in helping (no chance to test) :9 Have a nice Hack :) Ha scritto dopo 3 minuti 21 secondi: for vectorfrequency try to use ImacPro 1.1 smbios It is working well and it has FV injected by default Very usefull also for Nvidia Policy problem we have with MacPro 6.1 smbios
  16. bisogna vedere se ha messo anche altro lo script lo lanci da terminale e ti produce un file che metterai in ACPI/patched di clover ma prima ripulire bene
  17. no kingkong I am happily married :) please you have to discover correct patches for you..follow this forum because here there is great people and your EFI need a great help and cleaning :)
  18. No :) parti dalla configurazione base che ti funzionava che mi pare ti abbia fornito Icanaro poi da li provi gli aggiustamenti sempre se vuoi considera pewr la tua cpu puoi usare anche il vecchio script di pikeralpha https://github.com/Piker-Alpha/ssdtPRGen.sh">https://github.com/Piker-Alpha/ssdtPRGen.sh che lanciandolo ti crea un ssdt valido per la tua cpu oppure da clover puoi fare la stessa cosa Generate states o simile e' la voce che devi cercare ora con il NULL che stai usando la tua cpu ha tre stati 1.2 Ghz 3.0 ghz (forse non conosco bene le tu specifiche 4.x Ghz (il massimo clock che puo' raggiungere quindi se sei contento cosi' ben, altrimenti parti da una efi e soprattutto un sistema pulito (il pkg ti ha messo cose in posti dove non hai bisogno che ci sia nulla del genere :P
  19. @iCanaro[/mention] lui ha usato un pkg che probabilmente gli ha installato NULLCPUPM in S/L/E con tutte le conseguenze del caso... io toglierei, ricostruirei i permessi e farei le prove di cui sopra... pero' se e' felice con solo 3 stati per la sua cpu...siamo felici tutti
  20. @jimiz grazie per la notizia (cuda) ma utilizzo di NullCPU power management al giorno d'oggi e' un po' sconsigliato e superato hai provato ad utilizzare con un nuovo clover esclusivamente le KernelXCPM? e magari se non usi un ssdt apposito per la cpu a generare gli stati sempre da clover?
  21. http://www.amazon.it/SAPPHIRE-Nitro-Radeon-4GD5-GDDR5/dp/B0797XLR9Z/ref=sr_1_2?s=pc&ie=UTF8&qid=1538482700&sr=1-2&keywords=rx+580">www.amazon.it/SAPPHIRE-Nitro-Radeon-4GD ... rds=rx+580">www.amazon.it/SAPPHIRE-Nitro-Radeon-4GD5-GDDR5/dp/B0797XLR9Z/ref=sr_1_2?s=pc&ie=UTF8&qid=1538482700&sr=1-2&keywords=rx+580 Ha scritto dopo 45 secondi: qui a Roma arriva domani.. poi se te la regala Icanaro per Natale magari e' meglio :P
  22. Have you used also kext in others and driver64uefi I insert in it? could you post only clover folder (working one in your system with High Sierra)? also you should post where system hangs in verbose (take a photo of it) Thanks Ha scritto dopo 11 minuti 14 secondi: I see also now you have in signature a Vega 64 (Nitro+), I think is not there your hang ;)
  23. emoticon-personaggi_89 remember also for now no Nvidia drivers are available
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.