Acpi Genuineintel---intel64-family-6-model-58 Updated -
If you are currently troubleshooting a specific crash, let me know:
As of 2025, Ivy Bridge (Family 6 Model 58) is over a decade old. However, millions of legacy servers, industrial PCs, and embedded systems still run this hardware. Linux kernel maintainers have the debug print because it costs nothing and helps diagnose power regression for old platforms.
Understanding the ACPI GenuineIntel: Intel64 Family 6 Model 58 Processor
Intel64 is Intel’s implementation of the x86-64 architecture (AMD64 originally, but fully compatible). It confirms that the CPU runs in (IA-32e mode in Intel terms). On Linux, this typically means the kernel was compiled with CONFIG_X86_64 , and the ACPI subsystem is dealing with a 64-bit capable processor.
– specifically the Ivy Bridge microarchitecture. More precisely: acpi genuineintel---intel64-family-6-model-58
If you have ever dug through your Windows Device Manager, checked your system registry, or analyzed a Blue Screen of Death (BSOÐ) crash dump, you might have stumbled upon a cryptic hardware identifier string: .
If you compile your own kernel and enable CONFIG_ACPI_PROCESSOR and CONFIG_X86_CPU_DEBUG , these verbose strings will appear. Some distribution kernels (like Arch or Gentoo) leave these debug prints enabled by default.
Because these chips are aging, the thermal paste between the CPU and the cooler has likely dried out, leading to high temperatures and system crashes.
Ivy Bridge was the first generation to use a different "TIM" (Thermal Interface Material) under the heat spreader, which can dry out over a decade. If you see performance throttling, it might be time for fresh thermal paste. 📋 Common Compatible CPUs If you are currently troubleshooting a specific crash,
[ Device Manager ] └─► ⚠️ Unknown Device └─► Properties ─► Details ─► Hardware IDs ─► ACPI\GenuineIntel___Intel64_Family_6_Model_58
Once finished, type this command to repair the system image: DISM /Online /Cleanup-Image /RestoreHealth Use code with caution. Restart your computer. Step 4: Adjust Windows Power Management Settings
While you can bypass the requirements, you will likely continue to experience ACPI errors, driver failures, and potential system instability because the underlying chipset drivers are no longer updated.
Transfer the file to a USB drive and use the BIOS built-in flashing utility (e.g., EZ Flash or M-Flash) to update it. Step 2: Disable C-States in BIOS Understanding the ACPI GenuineIntel: Intel64 Family 6 Model
: The vendor identification string hardcoded into the processor's silicon, returned when executing the CPUID instruction.
Sometimes, deep sleep states (C-states) on older processors can trigger ACPI stability bugs in modern versions of Windows. Open the and go to Power Options .
The string follows the standardized format utilized by the Windows Plug and Play (PnP) manager and the subsystem. Breaking down the string reveals how the operating system classifies the physical processor: