What software is needed for a bootable PC diagnostics tool?
What software is needed for a bootable PC diagnostics tool?
Someone has recommended a bootable PC diagnostics package that's current and supports bigger drives, memory, etc. I've tried UBCD and Hirem's Boot CD, but the tools in those sets are outdated. They don't recognize my 32 Gb memory or disks, including an SSD RAID and an 8 Tb SATA backup. Even Seagate's Seatools can't read their own 8 Tb Barracuda disk. It's really frustrating. I've looked for alternatives, but all I find works only on Windows, which isn't ideal since I want to rule out Windows issues first. Once hardware checks pass, I'll focus on software fixes. A free option would be great, but I'd prefer one with a reasonable upgrade path and solid features. Any suggestions would be appreciated.
You can utilize a Linux Live boot disk. Additionally, many computers include built-in hardware diagnostics within their BIOS that effectively identify problems. There are also vendor-specific boot disks available, such as Lenovo's system check boot disk, which I have used previously.
You can utilize a Linux Live boot disk. Additionally, many computers include built-in hardware diagnostics within their BIOS that effectively identify problems. There are also vendor-specific boot disks available, such as Lenovo's system check boot disk, which I have used previously.
And I will note there are numerous PowerShell cmdlets (Get) that can also serve as concise one-liners for retrieving system and hardware details. For instance:
From the PowerShell prompt, execute the Get-ComputerInfo cmdlet.
Additional references include:
https://www.tutorialspoint.com/how-to-ge...powershell
https://www.improvescripting.com/how-to-...owershell/