This runs a shell script to scan each volume for your bootloader configuration files which can be handy when troubleshooting. The files that are found are copied to subfolders (named with the disk/slice ID where they were found), inside the latest dump/Boot Loaders/Configuration Files folder.
The script also scans each volume for Opencore and Clover drivers found in their respective directories from the following paths:
/Volumes/xx/EFI/
/Volumes/xx/EFI/Clover/
/Volumes/xx/EFI/OC/
Where files are found, the directory contents are listed and saved to a file named accordingly and saved inside the latest dump/Boot Loaders/Drivers folder.
Finally, Slice's /usr/local/bin/clover-genconfig tool (installed to the local system by the Clover installer) is searched for and run to grab Clover's config that was used for the current boot (if booting with Clover and with rev1672 or newer). This is useful if the user has made changes at the GUI.
Note | This scan requires root privileges. |
---|