How can i make a boot disk for running CHKDSK on a sata HDD on a raid ???

Dani AI

Generated

Thread summary and practical next steps.

asked how to make boot media to run CHKDSK on a SATA drive that sits inside a RAID. and both pointed toward boot media and loading the controller driver; those suggestions are correct in principle but miss a few practical options that are safer and easier today.

For modern systems the most reliable method is to boot a Windows Preinstallation Environment (WinPE) image that has the RAID/storage driver injected. High-level workflow: build a WinPE image (Windows ADK + WinPE add-on), use DISM to add the controller INF files to the image, write the image to USB (or ISO) and boot. Once the array is visible as a logical volume run CHKDSK from the WinPE prompt (for example chkdsk /f /r <volume>). Official guidance for WinPE and CHKDSK is here: Windows PE overview and chkdsk command. Rufus is a simple tool to make a bootable USB from an image: Rufus.

For legacy XP-era machines or when WinPE is not available, use a PE-based rescue ISO that already contains useful tools (for example Hiren's BootCD PE) or create an XP install/CD with integrated storage drivers (slipstream). Important cautions and quick troubleshooting notes:

  • Identify whether the RAID is hardware (controller/BIOS), chipset "fakeRAID", or Windows software (dynamic) RAID — CHKDSK must run against the logical volume as presented to Windows, not raw member disks.
  • If boot media does not see the array, inject the exact vendor driver (.inf) for the controller; ensure UEFI vs Legacy/BIOS and SATA mode settings are appropriate.
  • If the array is degraded, prefer controller/vendor array utilities to rebuild/verify before writing with CHKDSK; always have a current backup when performing repairs.

These approaches avoid relying on obsolete floppy methods and make it straightforward to run CHKDSK against RAID-attached SATA volumes.

Recommended Answers

All 2 Replies

How can i make a boot disk for running CHKDSK on a sata HDD on a raid ???

check www.bootdisk.com ,winxp bootdisk there .not sure if matters if it raid or sata ,but im guessing it doesn't .

Use the XP cd and a floppy disk with the SATA controller/motherboard drivers on it

Boot the XP cd and then you use R to get into the recovery console (like DOS) where you can run Chkdsk. I cant rememember where it is, but at some point it will say "HIT F6 TO INSTALL SCSI/RAID DRIVERS"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.