Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/2020 in all areas

  1. AMD hacks are now working with beta 7 using new kernel patches, thanks to Algrey from AMD discord server https://github.com/AMD-OSX/AMD_Vanilla/tree/experimental-opencore
    3 points
  2. I reduced some patches and now have speeds about the same as ß6:
    2 points
  3. In my opinion we shouldn't be putting EFIs or snippets in the thread itself but use a GitHub repo so everyone can collaborate with forks and merges or if there is major differences, have configs to specific systems in the repo. This would eliminate anything in the past to present issue. The config structure is the same for all systems and change on OC updates, which can be maintained on the repo itself.
    2 points
  4. Metodo Diretto per mettere Ordine e non solo nella GUI Disabilitiamo la Scansione: - - Verifichiamola sempre Testualmente nel config.plist: - <key>Scan</key> <dict> <key>Entries</key> <false/> <key>Legacy</key> <false/> <key>Linux</key> <false/> <key>Tool</key> <true/> </dict> - In questo modo nella GUI non verrà Scansionato nulla: - - Per praticità prima di disabilitare la Scansione portiamo a termine almeno una Entries, altrimenti non abbiamo nessun Boot o affidiamo il Boot ad altro. Creiamo le Entries indirizzandole sui File di Boot, mettiamole nell'ordine voluto, cambiamo gli attributi delle Icone se le vogliamo diverse dal Default: - - Clover Configurator: - - Config.plist: - - Riavviamo, la nostra GUI visualizzerà sempre e solo quello impostato nelle Entries: - - Semplice, Pulito, Diretto. - Gli UUID nel caso di Windows, Linux e HFS+, sono validi quelli proposti da Clover Configurator: - - Nel caso APFS, da Terminale: bdmesg > ~/Desktop/Avvio.txt Apriamo il file creato sul Desktop e cerchiamo il Volume che ci interessa, vedi esempio: - - - La Recovery necessita anche del Path, come sopra UUID della Recovery, montiamo la Recovery e identifichiamo UUID di percorso: - diskutil list diskutil mount disk1s3 cd /volumes/recovery ls - - Impostiamo la Entries: - - - F3 alla GUI per Visualizzare la Recovery: - -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Entries per APFS Codificato, o semplice percorso - Identificare UUID del Preboot (bdmesg): - Montare il Preboot e identificare UUID di percorso: - diskutil mount disk1s2 cd /volumes/preboot ls - Impostare la Entries: - <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Catalina</string> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Path</key> <string>\2E3CD7CF-260B-4172-9579-0D3B3BB9E85D\System\Library\CoreServices\boot.efi</string> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>93C90D6366B3C541B7204DB283ED7A20</string> <key>VolumeType</key> <string>Internal</string> </dict> Verifichiamo: -
    1 point
  5. detta alla buona, in pratica il corretto framebuffer attiva la grafica, ma questa va poi incanalata nei giusti connettori (cioè uscite video fisiche) qui son tutti concetti e tecniche che per chi non è del settore, ovvero un dev, un programmatore, è tutta roba ostica... io per iniziare a capirci un minimo, ci ho messo 1 anno a smanettare nei miei sistemi e preparare efi altrui.
    1 point
  6. The 4 additional patches worked for me as well. No need to modify DisableLinkeditJettison or add keepsyms to boot args. Getting an average score of 130 fps for Cinebench 15 OpenGL on my RX580, so that is less than previously.
    1 point
  7. se ho tempo e se ho la risposta... si PS: altra cose che meglio studi, i boot-arg https://github.com/acidanthera/WhateverGreen
    1 point
  8. sarebbe? 😁 che io sappia, per clonare BS al momento, solo R-Drive Image funziona egregiamente
    1 point
  9. I did change config slightly. When DisableLinkeditJettison was enabled, ß7 would not boot (as it would into ß6), so I disabled and added keepsysms to boot-arg:
    1 point
  10. Just did the update on the bare metal from beta 6 to beta 7 - several reboots later, it finished just as expected, so thank you from me too. For those who don't know how to back out what changed from the git history, attaching my config plist with working patches (1st 4 patches added based on Pavo's git commit). Note: this covers Big Sur only. config.plist.zip
    1 point
  11. I too tested. It boots Mojave, Catalina and Big Sur. Furthermore, it allowed me to download and update ß6 to ß7 in bare metal (it required 4 re-boots for update). So thanks Pavo (and algrey)!
    1 point
  12. non devi usare virtualSMC insieme a FakeSMC quindi o uno o l'altro inoltre parti con kext minimali, quindi niente sensor etc
    1 point
  13. no non puoi, prova il downloader allegato nel primo post. se quello non la vede, non poso aiutarti in altro modo. in caso puoi scaricare l'ultima ma dovresti usare opneCore e non clover
    1 point
  14. Siamo OT, cmq a me funziona tutto regolare: - <dict> <key>DefaultLoader</key> <string>bootmgfw.efi</string> <key>DefaultVolume</key> <string>A7FCEA9A-1F00-B3BF-8A9D-EDA9A4FC90A7</string> <key>Timeout</key> <integer>5</integer> </dict>
    1 point
  15. Possiamo usare Clover solo per i nostri Sistemi Linux, indipendentemente da un installazione OS X, come ad Esempio: Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04, ElementaryOS 5.1, tutti avviati senza Grub - - - config.plist <?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>Boot</key> <dict> <key>DefaultVolume</key> <string>LastBootedVolume</string> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Arguments</key> <string>initrd=initrd.img quiet splash root=PARTUUID=33E7A243-035E-4198-A42F-EB76E521D373 ro</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Ubuntu 18.04</string> <key>Ignore</key> <false/> <key>Image</key> <string>\EFI\CLOVER\themes\Glassy256\icons\os_ubuntu.icns</string> <key>Path</key> <string>\vmlinuz</string> <key>Type</key> <string>Linux</string> <key>Volume</key> <string>33E7A243-035E-4198-A42F-EB76E521D373</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Arguments</key> <string>initrd=/boot/initrd.img quiet splash root=PARTUUID=F6D4C2B1-3E2B-4572-96F5-BD207D270E98 ro</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Ubuntu 19.10</string> <key>Ignore</key> <false/> <key>Image</key> <string>\EFI\CLOVER\themes\Glassy256\icons\os_ubuntu.icns</string> <key>Path</key> <string>\boot\vmlinuz</string> <key>Type</key> <string>Linux</string> <key>Volume</key> <string>F6D4C2B1-3E2B-4572-96F5-BD207D270E98</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Arguments</key> <string>initrd=/boot/initrd.img quiet splash root=PARTUUID=05A893DF-B1E5-4809-9899-F3BEDEE27DEC ro</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Ubuntu 20.04</string> <key>Ignore</key> <false/> <key>Image</key> <string>\EFI\CLOVER\themes\Glassy256\icons\os_ubuntu.icns</string> <key>Path</key> <string>\boot\vmlinuz</string> <key>Type</key> <string>Linux</string> <key>Volume</key> <string>05A893DF-B1E5-4809-9899-F3BEDEE27DEC</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Arguments</key> <string>initrd=initrd.img quiet splash root=PARTUUID=6AFA4E9C-8D62-4169-B50F-CB2D3C8B7C5C ro</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>ElementaryOS</string> <key>Ignore</key> <false/> <key>Image</key> <string>\EFI\CLOVER\themes\Glassy256\icons\os_linux.icns</string> <key>Path</key> <string>\vmlinuz</string> <key>Type</key> <string>Linux</string> <key>Volume</key> <string>6AFA4E9C-8D62-4169-B50F-CB2D3C8B7C5C</string> <key>VolumeType</key> <string>Internal</string> </dict> </array> </dict> <key>Hide</key> <array> <string>grubx64.efi</string> </array> <key>Language</key> <string>it:0</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <false/> <key>Legacy</key> <false/> <key>Linux</key> <false/> <key>Tool</key> <false/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>Glassy256</string> </dict> </dict> </plist>
    1 point
  16. https://www.macos86.it/topic/17-richiesta-di-supporto-aiuto/
    1 point
  17. apri un topic, allega ioreg e le altre info per controllare è da vedere il come "funziona tutto" Aggiungi anche le specifiche hardware nella tua firma
    1 point
  18. @Vladimiro hai disabilitato SIP sul vero mac e riprovato lo script di ieri?
    1 point
  19. @iCanaro quell'app porta solamente un link... lui non ha un mac supportato per scaricare 10.14
    1 point
  20. mi sembra veramente strano, e pure costì è vuoto?
    1 point
  21. 1 point
  22. Non c'è alcun problema, non scusarti...abbiamo sempre tutti da imparare qualcosa 😉 Adesso devi attendere che abbia terminato, le tempistiche dipendo sia dalla tua connessione sia dai server apple. al termine, se è tutto ok, troverai una dmg nella home, dopo averla aperta troverai l'installer di macos Grazie anche a te
    1 point
  23. 1 point
  24. La puoi usare ma ti sconsiglio di usarla come sistema principale. Attualmente non ha nulla di più di Mojave se non svariati bug.
    1 point
  25. su 10.13 è ok, se parliamo di ancora più datati tipo 10.11 non saprei, probabile di si come di no :D Sinceramente non ho intenzione di scaricare l'installer,fare e installare vecchi osx. imbarazzati32
    1 point
  26. devi scrivere 1 e poi premere invio 1 in questo caso perché corrisponde alla tua USB
    1 point
  27. Ciao... lo script va sempre bene... ma se hai letto per 10.14.4 o successivi va usato la Versione 3.5 se si vuole usare il metodo alternativo Ho rimosso il quote dell'intera guida, nel caso puoi menzionarmi usando @ :)
    1 point
  28. Ci sono molte persone che per preferenze o per motivazioni proprie hanno nvdia e ovviamente sono rimasti su 10.13 Detto sinceramente a 10.13 non manca nulla di fatto rispetto a Mojave se non i web driver stessi o il tema "scuro" :D Per l'altro discorso, si è indiscutibilmente vero che ormai da anni Apple usa AMD.. quindi in caso questo "gioca" a nostro favore soprattuto su 10.14 per il discorso detto prima. Il discorso "nativo" è dato appunto dell' ID delle video che sono contenuti sui kext di sistema.
    1 point
  29. @Luciuxx63 Cortesemente come già stato detto apri un tuo topic nella corretta sezione, successivamente parliamo e affrontiamo i tuoi problemi Questo. topic è una guida per la usb e problemi di installazione. Tutto il resto è Off Topic.
    1 point
  30. ti ripeto... non è come installare windows. EFI non configurata ---> "No party" Quindi il problema è li... e non create install media che è il metodo ufficiale Apple per creare l'installer.
    1 point
  31. La EFI è nascosta.. se non la monti non puoi vederla
    1 point
  32. io comunque non capisco cosa intendevi qui.. FakeID? quella scheda video ha ID nativi
    1 point
  33. Spiega meglio.. schermata nera dove? dopo il verbose?
    1 point
  34. devi aggiungerla sul config aprilo con clover configurator,sezione kernel and kext patches 32 gb... mm che dire...hai KP un po' strani per l'hardware che hai.. prova la patch ma nel caso ti consiglio di partizione la usb per esempio da 8 o 10 gb e creare li l'installer nuovamente
    1 point
  35. La usb da quanti gb è? prova a collegarti su altre porte usb e nel caso aggiungi la patch per port limit..la trovi nel topic Database nella sezione di High Sierra
    1 point
  36. 1 point
  37. ok...domani mattina ti preparo e ti passo una EFI da provare :) Ha scritto dopo 2 minuti 29 secondi: arghhh scheda video in firma? Mojave supporta video AMD da serie 7xxx in poi
    1 point
  38. Aggiornamento Versione 3.4 Metodo alternativo aggiornato per Mojave Installazione diretta in HFS direttamente tramite usb, il disco di destinazione rimarrà con il tipo di formattazione che avete usato, quindi se avete formattato in HFS rimarrà tale e viceversa per APFS Installazione in un solo passaggio come era prima possibile fino a El Capitan... Ovviamente tutto questo è possibile solo usando il metodo alternativo Ringraziamenti a @dosdude per info su installazione su mac non più supportati Nota: il metodo alternativo richiede più spazio di createinstallmedia quindi usati usb o partizioni superiori a 8gb... 10 GB sono di base sufficienti
    1 point
  39. https://www.macos86.it/vbdownloads.php?do=download&downloadid=40
    1 point
  40. Hai formattato bene la usb? La efi non la crea clover,viene creata quando il disco viene formattato in Guid
    1 point
  41. Ho solo messo insieme un po' di sperimentazioni :-)...
    1 point
×
×
  • 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.