Benutzer-Werkzeuge

Webseiten-Werkzeuge


osx:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
osx:start [2025/01/18 14:00] – [Essential Software] adminosx:start [2025/05/01 13:50] (aktuell) – [OpenCore Legacy Patcher] admin
Zeile 42: Zeile 42:
   screen -ls   screen -ls
 ===== Software ===== ===== Software =====
 +==== OSX Update ====
 +
 +<code bash>
 +#manually download the Full Version of Ventura 13.7.3
 +softwareupdate --fetch-full-installer --full-installer-version 13.7.3
 +#This will create a new Application in applications folder called " Install Venture Application "
 +</code>
 +List of OSX versions: https://support.apple.com/en-us/102662
 ==== Firewalls ==== ==== Firewalls ====
  
Zeile 69: Zeile 77:
 ==== MacPorts ==== ==== MacPorts ====
   * https://www.macports.org/   * https://www.macports.org/
 +
 +<code bash>
 +sudo xcode-select --install
 +sudo port -v selfupdate
 + 
 +sudo port install mpstats
 +sudo port unload mpstats # disables port und uninstalls startup
 +
 +sudo port install python313
 +</code>
  
 ==== Homebrew ==== ==== Homebrew ====
Zeile 156: Zeile 174:
   * http://dosdude1.com/software.html   * http://dosdude1.com/software.html
  
-==== Open Legacy Patcher ====+==== OpenCore Legacy Patcher ====
   * https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html#imac   * https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html#imac
     * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108     * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108
     * https://forums.macrumors.com/threads/any-way-to-use-mba-2011-run-linux-throw-in-garbage.2398537/     * https://forums.macrumors.com/threads/any-way-to-use-mba-2011-run-linux-throw-in-garbage.2398537/
 +
 +=== Macbook 2011 (8.2) ===
 +
 +  * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/522 -- MacBookPro11,3 GMUX issues
 +  * https://dortania.github.io/OpenCore-Legacy-Patcher/ACCEL.html -- Working Around Non-Metal Issues
 +
 +== Updates: ==
 +  - **.Point Updates**: OCLP auf den neuesten Stand bringen (notfalls neu installieren), danach Update einfach über Systemsteuerung\\
 +  - **Versions-Upgrades**: Neuen Installer über OCLP erstellen und damit updaten
 +
 +  * https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1f15dig/hows_the_exact_procedure_to_upgrade_from_an_older/
 +  * https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1gffu7x/recommended_process_for_macos_updates/
 ===== Repair & Fix ===== ===== Repair & Fix =====
  
osx/start.1737208816.txt.gz · Zuletzt geändert: 2025/01/18 14:00 von admin