Sujet unique Installation de macOS Ventura sur les Mac incompatibles

Bonjour j'ai mis à jour car OCLP me l'a demandé.

Ah oui, c'est vrai ...

, Car la ca ne donne rien.

1) Tu n'avais pas essayé de faire la mise à jour de Ventura 13.3.1 en 13.3.1 a ?

2) Sinon, le plus simple serait de refaire (sur un autre Mac) la même clef USB d'installation OCLP avec la même version de Ventura que tu avais utilisée et la même version d'OCLP que tu avais utilisée
 
Qd j'y repense je crois qu'il y avait une mise à jour apple en attente donc qd j'ai rallumé le mac surement que ca planté à cause de ca.
 
Qd j'y repense je crois qu'il y avait une mise à jour apple en attente donc qd j'ai rallumé le mac surement que ca planté à cause de ca.
C’est quasiment sûr que le problème vient de la mise à jour RSR … Je
dois m'absenter quelques heures, suite plus tard , il y a peut-être un moyen de redémarrer…
 
  • J’aime
Réactions: Laguinch
Car la ca ne donne rien.

Dans certains cas et pour certains macs , la procédure suivante peut résoudre le problème mais il faut connaitre au minimum le mode terminal, l'anglais et ne pas se tromper ....

"To recover a broken installation, users will need to boot into Single User Mode and repair the Preboot volume manually. To enter Single User Mode, hold Cmd + S before entering macOS Ventura in OpenCore's Picker. Once loaded into Single User Mode, you'll be presented with a basic terminal allowing you to run basic commands. For this you'll need to run the following:"

Bloc de code:
# Get the APFS Preboot UUID
ls /System/Volumes/Preboot
# This will list a number of folders, look for those matching this format:
#       00000000-0000-0000-0000-000000000000
# If you only have Ventura installed, 1 UUID will be present

# Check each UUID folder to see which is Ventura
cat ls /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/System/Library/CoreServices/SystemVersion.plist

# Look for ProductVersion string
#     <key>ProductVersion</key>
#     <string>13.2</string>

# Once correct UUID found, remove bad KC:
mv /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/BootKernelExtensions.kc /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/BootKernelExtensions.kc.BAD


# Install good KC:
cp /System/Library/KernelCollections/BootKernelExtensions.kc /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/

Si ce n'est pas le cas, je te suggère la procédure plus simpe:

* tu refais (sur un autre Mac) une clef USB d'installation OCLP avec:
- la même version de Ventura que tu avais utilisée ou même la dernière (13.3.1) , ça devrait être OK
- la dernière version d'OCLP 0.6.5

* cette procédure gardera tes fichiers et applications

C'est bizarre que le boot en mode sans échec ne fonctionne pas ... ça aurait pu (peut-être) résoudre aussi le problème:

Work-around for pre-0.6.5 systems: One can simply disable the problematic kexts from loading by booting in Safe Mode (Cmd+S in the boot menu). Once booted, repatch macOS with OpenCore Legacy Patcher and the issue will be resolved.
 
Work-around for pre-0.6.5 systems: One can simply disable the problematic kexts from loading by booting in Safe Mode (Cmd+S in the boot menu). Once booted, repatch macOS with OpenCore Legacy Patcher and the issue will be resolved.
Cmd+s ce n'est pas le safe mode, c'est le single user mode. Pour le safe mode appuyer simplement sur la touche majuscule.
 
Cmd+s ce n'est pas le safe mode, c'est le single user mode. Pour le safe mode appuyer simplement sur la touche majuscule.

Bien vu :up: . On ne peut pas signaler l'erreur sur GitHub, les commentaires publics ne sont pas autorisés :(

J'ai envoyé un mail à Mykola pour lui signaler la petite erreur .
 
Dernière édition:
Dans certains cas et pour certains macs , la procédure suivante peut résoudre le problème mais il faut connaitre au minimum le mode terminal, l'anglais et ne pas se tromper ....

"To recover a broken installation, users will need to boot into Single User Mode and repair the Preboot volume manually. To enter Single User Mode, hold Cmd + S before entering macOS Ventura in OpenCore's Picker. Once loaded into Single User Mode, you'll be presented with a basic terminal allowing you to run basic commands. For this you'll need to run the following:"

Bloc de code:
# Get the APFS Preboot UUID
ls /System/Volumes/Preboot
# This will list a number of folders, look for those matching this format:
#       00000000-0000-0000-0000-000000000000
# If you only have Ventura installed, 1 UUID will be present

# Check each UUID folder to see which is Ventura
cat ls /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/System/Library/CoreServices/SystemVersion.plist

# Look for ProductVersion string
#     <key>ProductVersion</key>
#     <string>13.2</string>

# Once correct UUID found, remove bad KC:
mv /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/BootKernelExtensions.kc /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/BootKernelExtensions.kc.BAD


# Install good KC:
cp /System/Library/KernelCollections/BootKernelExtensions.kc /System/Volumes/Preboot/4E1B280E-8AB5-48DD-94A1-414505E6D576/boot/System/Library/KernelCollections/

Si ce n'est pas le cas, je te suggère la procédure plus simpe:

* tu refais (sur un autre Mac) une clef USB d'installation OCLP avec:
- la même version de Ventura que tu avais utilisée ou même la dernière (13.3.1) , ça devrait être OK
- la dernière version d'OCLP 0.6.5

* cette procédure gardera tes fichiers et applications

C'est bizarre que le boot en mode sans échec ne fonctionne pas ... ça aurait pu (peut-être) résoudre aussi le problème:

Work-around for pre-0.6.5 systems: One can simply disable the problematic kexts from loading by booting in Safe Mode (Cmd+S in the boot menu). Once booted, repatch macOS with OpenCore Legacy Patcher and the issue will be resolved.
je vais recréer une clé usb et réinstaller. Merci
 
j'ai réinstallé, le MacBook redémarre bien mais les ventilos tournent beaucoup par rapport à avant je trouve

Essaye les classiques:
  • reset PRAM / NVRAM : voir ici
  • reset SMC : voir ici
 
Bonjour,

mise à jour OTA de Ventura 13.3.1 en 13.4 sur mon iMac de test 27" mi 2011 avec OCLP 0.6.5, tout est OK:

Capture d’écran 2023-05-19 à 10.13.57.jpeg

avec le classique "Root Patching":

Capture d’écran 2023-05-19 à 10.09.08.png
 
  • J’aime
Réactions: Leauleau
Hello,

Mitou itou



Comme j'avais juste installé OCLP 0.6.5 sans faire le "build & install to disk", au reboot OCLP m'a même précisé que je "run an outdated bootloader" et si je voulais faire l'update.

J'ai accepté et tout roule, mais je me demande si c'est équivalent à "build & install to disk" ?

Quoiqu'il en soit, cela devient un soft vraiment très abouti :)

Par contre Apple, dès qu'une màj sort une béta suit direct derrière ...
 
Hello,

Mitou itou



Comme j'avais juste installé OCLP 0.6.5 sans faire le "build & install to disk", au reboot OCLP m'a même précisé que je "run an outdated bootloader" et si je voulais faire l'update.

J'ai accepté et tout roule, mais je me demande si c'est équivalent à "build & install to disk" ?

Il s'agit de l'update d'OCLP lui-même. Il ne refait pas le "build & Install to disk" automatiquement.

Quoiqu'il en soit, cela devient un soft vraiment très abouti :)

En effet :up:. La version 0.6.6 , qui ne devrait pas tarder à sortir officiellement, a déjà une douzaine de corrections/améliorations :)
 
Les développeurs d'OCLP nous préparent des magnifiques nouveaux menus beaucoup plus clairs pour la prochaine version ,voila quelques exemples:

Capture d’écran 2023-05-22 à 19.25.59.png
Capture d’écran 2023-05-22 à 19.26.09.png
Capture d’écran 2023-05-22 à 19.26.25.pngCapture d’écran 2023-05-22 à 19.26.31.pngCapture d’écran 2023-05-22 à 19.26.46.pngCapture d’écran 2023-05-22 à 19.26.56.pngCapture d’écran 2023-05-22 à 19.27.05.pngCapture d’écran 2023-05-22 à 19.27.17.png

Capture d’écran 2023-05-22 à 19.30.13.png
 
  • J’aime
Réactions: Sly54
Sortie de la version 0.6.6 d'OpenCore Legacy Patcher

Beaucoup de petites corrections ou améliorations et une nouvelle interface graphique (vous avez des copies d'écran ici) :)

Informations de l'équipe:
"Avec la WWDC2023 dans 2 semaines, nous attendons avec impatience l'annonce de macOS 14 ! Gardez à l'esprit que la prise en charge des nouvelles versions de macOS est un processus intensif, nous ne pouvons donc pas prédire quand (ou potentiellement si) la prise en charge sera ajoutée à OpenCore Legacy Patcher. Quoi qu'il en soit, nous sommes ravis d'essayer de voir nos anciens Mac exécuter le dernier système d'exploitation ! "

Les principales nouveautés:
  • New UI layout (vous avez des copies d'écran ici)
  • In-App update installation
    • Easier for users to update from 0.6.6 to newer Patcher releases
  • Quicker root patching on older hardware
    • Reduced extraction times for PatcherSupportPkg
  • Resolves low power mode support for 2013 Mac Pro
  • Resolve AMD TeraScale 1 Graphics Corruption in macOS Ventura

Les release notes complètes :
  • Implement option to disable ColorSync downgrade on HD 3000 Macs
    • Allows for Display Profiles support on some units
      • Note: black box rendering issues will likely appear
    • Thanks @jazzzny
  • Rename payloads.dmg volume name to "OpenCore Patcher Resources (Base)"
    • Allows for better identification when mounted (ex. Disk Utility while app is running)
  • Implement DMG-based PatcherSupportPkg system
    • Reduces both app size and root patching time
  • Resolve incorrect remote KDK matching for macOS betas
    • ex. Beta 4 KDK being recommended for Beta 3 install
  • Resolve low power mode on MacPro6,1
  • Resolve PCI eject menu appearing on unsupported hardware
  • Resolve kernel panic on wake for AMD TeraScale 1 and Nvidia Tesla 8000 series GPUs
  • Resolve loss of Ethernet after wake on MacPro3,1 in Ventura
  • Resolve graphics corruption on wake for TeraScale 1
    • Patch currently limited to Ventura and newer
  • Restore Function Keys on MacBook5,2 and MacBook4,1
  • Update non-Metal Binaries:
    • Resolves cryptexd and sshd crashes
    • Resolves screen recording regression
    • Resolves Photo Booth on macOS Monterey and later
      • May require tccplus for permissions
  • Resolve Application alias not being created with AutoPatcher
  • Backend changes:
    • Rename OCLP-Helper to OpenCore-Patcher
      • Allows for better identification when displaying prompts
    • Reimplement wxPython GUI into modularized system:
      • Allows for easier maintenance and future expansion
      • Changes include:
        • Reworked settings UI
        • Unified download UI with time remaining
        • Implement in-app update system
          • Guides users to update OpenCore and Root Patches once update's installed
        • Expand app update checks to include nightly users
          • ex. 0.6.6 nightly -> 0.6.6 release
        • Implement macOS installer verification after flashing
        • Implement proper UI call backs on long processes
          • ex. Root patching
        • Implement default selections for disks and installers
        • Set about and quit items
    • Utilize py-applescript for authorization prompts
      • Avoids displaying prompts with osascript in the title
      • Due to limitations, only used for installer creation and OpenCore installation
    • Resolve exception handler not logging to file
    • Display raised exceptions from main thread to users
  • Increment Binaries:
    • PatcherSupportPkg 1.1.0 - release
    • OpenCorePkg 0.9.2 - release
    • Lilu 1.6.6 - rolling (d8f3782)
    • RestrictEvents 1.1.1 - release
    • FeatureUnlock 1.1.4 - release
    • BlueToolFixup 2.6.6 - release
Le site officiel est ici
 
Bonjour,

en ce qui concerne les problèmes AMFI , voir ici pour la description de ce qu'est l'AMFI (en anglais), OCLP propose , pour la première fois je pense , une version beta (il y a depuis longtemps les versions de développement , appelées nightly, mais pas de version beta) .

Si vous voulez participer , voir la page officielle ici . Il est quasiment indispensable de connaitre l'anglais car les discussions sont dans un salon discord en anglais et de connaitre "un peu" OCLP

Voila les informations principales , en anglais donc:


AMFIPass Public Beta Test​

READ THE WHOLE THING FIRST

Hello testers!

I am proud to announce that we will now be opening a public beta test for a build of OCLP that adds AMFIPass¹ - a way to use your Mac without having to disable AMFI or library validation. This is for all macOS versions that OCLP supports - Big Sur, Monterey, and Ventura.

How do I test this?​

In order to ensure that there are no issues with breaking existing installs, OCLP takes a safe approach when it comes to enabling AMFI.

  • You must be building OpenCore on the host (so you cannot be building the EFI for another device)
    • If you build from another machine, we cannot automatically ensure that the target machine has root patches compatible with AMFIPass
  • If you currently have root patches installed, they must be at least v0.6.6 or newer
Thus, for new OCLP users, there is nothing special to do besides building OpenCore on the host.

For existing users, follow these steps:

  1. Download the OCLP version linked below
  2. Build and install OpenCore in order to add AMFIPass to your EFI.
  3. Reboot
  4. Install the new root patches
  5. Reboot
  6. Build and install OpenCore again to disable AMFI
  7. Reboot
  8. You should now be booting with AMFI enabled!

What is the roadmap?​

As this is a major change, we want to ensure that there are no issues with AMFIPass or OCLP's handling of it. Thus, I am looking for extensive testing across as many (supported) hardware configurations and macOS versions as possible.

After all the issues have been worked out, we will merge this code into mainline OCLP. There is no ETA on when this will happen.

Are there any important notes?​

This current build does not affect SIP requirements. If SIP was disabled with previous OCLP releases, it will still need to be disabled on this test build.

Although care was taken to ensure a safe approach to enabling AMFI, there is still a chance that this could break your install. Please ensure that you have a backup of your data and are prepared to reinstall macOS if necessary.

Where do I download?​

The latest version (beta 2) is available at the bottom of this page.

This build is not notarized, so Gatekeeper will complain. Right click the app in Finder and click "Open" to open it.

Changelog​

  • Beta 1: Initial release
  • Beta 2: Fix typo causing root patches to not work

Where do I report bugs/issues/feedback?​

A new channel in the Discord server has been set up for discussion about this beta test. Please keep bug reports, and feedback to this channel - other places may not be monitored.
 

Sortie de la version 0.6.7 d'OpenCore Legacy Patcher

Les principales améliorations:
  • App Crash Reporting
  • Reworked logging system
    • Per-run logs in ~/Library/Logs/Dortania
  • Restoration of Live Text on certain Metal 1 GPUs
    • ie. Intel Ivy Bridge and Haswell, Nvidia Kepler

Les remarques habituelles:

"Comme on pouvait s'y attendre, bon nombre de ces fonctionnalités sont encore en développement actif. Il s'agit d'un projet communautaire, et en tant que tel, nous demandons aux utilisateurs de garder les attentes sous contrôle et d'utiliser des systèmes d'exploitation plus anciens si vous rencontrez des problèmes qui vous affectent."

Les release notes complètes:

0.6.7 Changelog

  • Resolve partition buttons overlapping in Install OpenCore UI
    • ex. "EFI" and additional FAT32 partitions on a single drive
  • Re-enable mediaanalysisd on Ventura
    • Allows for Live Text support on systems with3802 GPUs
      • ie. Intel Ivy Bridge and Haswell, Nvidia Kepler
    • Previously disabled due to high instability in Photos with Face Scanning, now resolved
  • Work-around crashing after patching with MenuBar2 implementation enabled
    • Setting must be re-enabled after patching
  • Update non-Metal Binaries:
    • Resolve window placement defaulting past top of screen for some apps
      • ex. OpenCore-Patcher.app during root patching
    • Resolve indeterminate progress bars not rendering with wxWidgets in Monterey and later
      • ex. OpenCore-Patcher.app
  • UI changes:
    • Add "Show Log File" button to menubar
  • Avoid listing unsupported installer to download by default
    • ex. macOS 14 InstallAssistant.pkg
  • Resolve crash when fetching remote macOS installers offline
  • Avoid displaying root patches on unsupported macOS versions
    • ex. macOS 14
  • Backend changes:
    • Call setpgrp() to prevent app from being killed if parent process is killed (ie. LaunchAgents)
    • Rework logging handler:
      • Implement formatted logging
        • Allowing easier debugging
      • Implement per-version, per-run file logging
        • ex. OpenCore-Patcher (0.6.7) (2021-12-31-12-34-56-666903).log
      • Keep only 10 latest log files
      • Reveal log file in Finder on main thread crash
      • Avoid writing username to log file
    • Resolve SharedSupport.dmg pathing error during macOS Installer Verification
      • Applicable to systems with 2 (or more) USB Installers with the same name plugged in
    • Resolve payloads path being mis-routed during CLI calls
    • Add UI when fetching root patches for host
    • Remove progress bar work-around for non-Metal in Monterey and later
      • Requires host to have been patched with PatcherSupportPkg 1.1.2 or newer
  • Increment Binaries:
    • PatcherSupportPkg 1.1.2 - release