Genuineintel---intel64-family-6-model-58 - Acpi

Here’s a breakdown of what that string means, followed by content you can use for documentation, a blog post, a system report, or a troubleshooting guide.


Part 5: Common Issues and Debugging

5. Performance and Legacy Status

As of 2024, Family 6 Model 58 (Ivy Bridge) is considered legacy hardware. acpi genuineintel---intel64-family-6-model-58

Part 6: Historical Context and Rarity

The exact triple-dash string is not standard in any major Linux distribution’s clean logs. Searching the internet yields few direct results; those who see it often ask on forums about “strange CPU identifier” or “acpi genuineintel---”. It is likely an artifact of a custom build, an old kernel (2.6.32 era with certain ACPI debug flags), or a poorly written kernel module that prints raw CPUID and ACPI concatenated fields. Here’s a breakdown of what that string means,

Nevertheless, family 6 model 58 is very common in the wild. Millions of Ivy Bridge systems were sold from 2012–2014, and many still run Linux as home servers, media centers, or legacy workstations. Part 5: Common Issues and Debugging 5


Case C: No Such String Found on a Genuine Ivy Bridge System

If you expect to see it but don’t, your kernel might have been compiled with CONFIG_DEBUG_KERNEL=n or CONFIG_ACPI_DEBUG=n. The string is debug-level (KERN_DEBUG), so it may be hidden by default. Run dmesg -l debug to reveal it.

2.1 Processor Objects

Part 7: Relevance to Modern Linux (2025)

As of kernel 6.x, Ivy Bridge (model 58) is considered legacy but still supported:

If you see the malformed string on a modern kernel, it is harmless if no functional issues exist. If you’re maintaining a distribution or embedded system based on Ivy Bridge, you can safely ignore cosmetic printk anomalies.