All Projects → nicolinuxfr → backup-EFI

nicolinuxfr / backup-EFI

Licence: other
Sauvegarde du dossier EFI pour les hackintosh

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to backup-EFI

Hackintosh i5-7500 B250 HD630 EFI
Hackintosh i5-7500 B250 RX560 RX570 (OpenCore) Big Sur
Stars: ✭ 44 (+158.82%)
Mutual labels:  hackintosh, efi
NUC8I7BEH
No description or website provided.
Stars: ✭ 48 (+182.35%)
Mutual labels:  hackintosh, efi
ASUS-FL5500L-EFI
华硕fl5500l黑苹果efi文件配置
Stars: ✭ 23 (+35.29%)
Mutual labels:  hackintosh, efi
Lenovo-ThinkPad-T450s-Hackintosh-OpenCore
此仓库可以让你在macos中使用ThinkPad T450s T450 X250 X1C3的所有功能(不包括指纹、VGA),且99%接近于白苹果的完美黑苹果。
Stars: ✭ 234 (+1276.47%)
Mutual labels:  hackintosh, efi
Lenovo-Y9000X-Hackintosh
Lenovo LEGION Y9000X 2020 (Lenovo LEGION S740-15IRH) Hackintosh
Stars: ✭ 57 (+235.29%)
Mutual labels:  hackintosh, efi
x250-hackintosh
Sebuah repositori GitHub yang berisikan file EFI dan prosedur instalasi Hackintosh di Lenovo ThinkPad X250
Stars: ✭ 33 (+94.12%)
Mutual labels:  hackintosh, efi
ryzentosh
OpenCore Configuration for Ryzen 3950x with ASUS Crosshair VIII Hero (Wi-Fi) X570
Stars: ✭ 15 (-11.76%)
Mutual labels:  hackintosh, efi
NUC10EFI
NUC10i5 Hackintosh Catalina10.15.6
Stars: ✭ 30 (+76.47%)
Mutual labels:  hackintosh, efi
EFI-B360m d2v OpenCore dvi uhd630
OC引导 技嘉B360m d2v 核显DVI、VGA, I5-8400
Stars: ✭ 19 (+11.76%)
Mutual labels:  hackintosh, efi
Hackintosh-MSI-B460M-MORTAR-WIFI-i5-10500-iGPU-UHD630
微星B460M迫击炮wifi版主板黑苹果引导文件 MSI-B460M-MORTAR-wifi+i5-10500+iGPU-UHD630
Stars: ✭ 67 (+294.12%)
Mutual labels:  hackintosh, efi
Hackintosh-CVN-b460i-efi
七彩虹CVN b460i的黑苹果引导,基于OC,支持macOS Monterey
Stars: ✭ 64 (+276.47%)
Mutual labels:  hackintosh, efi
Gigabyte-Z490-Vision-G-Hackintosh-OpenCore
Hackintosh OpenCore and Clover EFI folders for running macOS on the Gigabyte Z490 Visison G Board with an Intel i9 10850K Processor. Supported macOS: Mojava, Catalina, Big Sur and Monterey.
Stars: ✭ 71 (+317.65%)
Mutual labels:  hackintosh, efi
Lenovo-ThinkCentre-M93p-Tiny
Hackintosh OpenCore EFI for Lenovo ThinkCentre M93p Tiny
Stars: ✭ 34 (+100%)
Mutual labels:  hackintosh, efi
Asus-P8P67Pro-Hackintosh
Install macOS Monterey on Asus P8P67 Pro/Evo Mainboard (+ Dual-Boot Win 11)
Stars: ✭ 38 (+123.53%)
Mutual labels:  hackintosh, efi
MSI-Modern15-Hackintosh
My MSI Modern 15 Hackintosh repo
Stars: ✭ 16 (-5.88%)
Mutual labels:  hackintosh, efi
hackintosh-gigabyte-x570-aorus-elite
My EFI folder for Ryzen Hackintosh, as known as Ryzentosh.
Stars: ✭ 25 (+47.06%)
Mutual labels:  hackintosh, efi
designaire-z390-intel-i9-9900k-opencore
Gigabyte Designare z390 EFI - OpenCore
Stars: ✭ 154 (+805.88%)
Mutual labels:  hackintosh, efi
OS-X-NUC8i7BEH-Clover
Files needed for installing Mac OSX on Intel NUC8i7BEH (Bean Canyon). SD card reader desoldered/replaced with a supported Wi-Fi/BT! Feel free to contribute!
Stars: ✭ 32 (+88.24%)
Mutual labels:  hackintosh, efi
Hack-Z370-HD3P-i5-8400
My main Hackintosh running Monterey with a i5-8400 and a Gigabyte Z370-HD3P.
Stars: ✭ 56 (+229.41%)
Mutual labels:  hackintosh, efi
Hackintosh MSI B250M EFI
黑苹果EFI OPENCORE/微星B250M/macOS
Stars: ✭ 27 (+58.82%)
Mutual labels:  hackintosh, efi

Script de sauvegarde de la partition EFI

Sur mon hackintosh, je clone le SSD principal toutes les nuits avec Carbon Copy Cloner. Toutefois, cette sauvegarde ignore la partition EFI, où se trouvent des éléments très importants.

Le script EFI.sh sauvegarde la partition EFI sous la forme d'un DMG stocké dans un dossier. Il supprime aussi les sauvegardes les plus anciennes (plus de 10 jours).

Pour l'activer automatiquement, le fichier com.nicolinux.backupEFI.plist est activé comme un LaunchDaemon qui lance le script tous les jours à minuit.

Préparation

  • Modifiez le fichier EFI.sh pour changer le chemin de destination pour les sauvegardes (ligne 2). Choisissez ce que vous voulez, mais de préférence un dossier sauvegardé régulièrement.
  • Ouvrez le fichier com.nicolinux.backupEFI.plist pour modifier le chemin d'accès au script (ligne 12). Vous pouvez placer le fichier EFI.sh n'importe où, mais gardez-le à un endroit où il ne sera supprimé par erreur.

Installation

Note : le script nécessite un accès root pour fonctionner, c'est pourquoi on le place dans la bibliothèque système.

  • Déplacement du plist :
	sudo mv com.nicolinux.backupEFI.plist /Library/LaunchDaemons/
  • Correction des autorisations :
	sudo chown root /Library/LaunchDaemons/com.nicolinux.backupEFI.plist
	sudo chgrp wheel /Library/LaunchDaemons/com.nicolinux.backupEFI.plist
  • Activation :
	sudo launchctl load -w /Library/LaunchDaemons/com.nicolinux.backupEFI.plist

Sources :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].