- Dec 10, 2024
- 12
- 8
- 3
- CPU:
- AMD Ryzen 9 7900X 12-Core Processor
I would like to contribute to the development of the Hackintosh community.
These scripts for automating the collection of diagnostic logs and hardware info from the MacOS.
Written specifically for topic where I need to fix a bug in my Hackintosh.
You need enter your yousername and the script will do everything for you.
hackintosh-diagnostic-logger.sh and hackintosh-hardware-info.sh
These are two scripts.They complement each other well for Hackintosh system diagnostics and hardware information gathering.
This archive will make it easier for experts to sort things out and understand the essence of the problem.
1. hackintosh-diagnostic-logger.sh (Main Diagnostic Tool)
Key Features:
* Boot logs
* Kernel information
* System diagnostics
* Power management
* Hardware information
Generates a detailed summary report
2. hackintosh-hardware-info.sh (Hardware Information Tool)
Key Features:
- Multiple operation modes:
* Interactive menu
* Command-line arguments
* Direct commands for specific components
- Comprehensive hardware checks:
* CPU information
* Memory details
* GPU information
* Storage devices
* Network interfaces
* USB devices
* PCI devices
* Full system reports

These scripts for automating the collection of diagnostic logs and hardware info from the MacOS.
Written specifically for topic where I need to fix a bug in my Hackintosh.
You need enter your yousername and the script will do everything for you.
hackintosh-diagnostic-logger.sh and hackintosh-hardware-info.sh
These are two scripts.They complement each other well for Hackintosh system diagnostics and hardware information gathering.
This archive will make it easier for experts to sort things out and understand the essence of the problem.
1. hackintosh-diagnostic-logger.sh (Main Diagnostic Tool)
Key Features:
- Creates organized directory structure (PRFiles)
- Collects and organizes various system logs:
* Boot logs
* Kernel information
* System diagnostics
* Power management
* Hardware information
Generates a detailed summary report
2. hackintosh-hardware-info.sh (Hardware Information Tool)
Key Features:
- Multiple operation modes:
* Interactive menu
* Command-line arguments
* Direct commands for specific components
- Comprehensive hardware checks:
* CPU information
* Memory details
* GPU information
* Storage devices
* Network interfaces
* USB devices
* PCI devices
* Full system reports

Structure of PRFiles archive files:x0r-PR-Files├── acpi│ └── dsdt.aml├── boot│ └── boot.log├── crash├── full_system_report.log├── kernel│ ├── kext_cache.log│ ├── kext_sbus-mchc.log│ └── kext_status.log├── pcidevice│ ├── pcidevices.dsl│ ├── pcidevices.json│ ├── pcidevices.plist│ └── pcidevices.txt├── summary.log├── system│ ├── power_assertions.log│ ├── power_settings.log│ ├── power_sleep.log│ ├── trim_status.log│ └── trim_status_nvme.log├── x0r-EFI.zip├── x0r-IORegistryExplorer.ioreg└── x0r-SysReport.spx6 directories, 17 filesAttachments
Last edited:
