Forum Discussion
Emanuelom
Apr 26, 2026Brass Contributor
Clonezilla PXE deployment fails because disk name changes (sda vs nvme) – how to fix?
I’m trying to use Clonezilla to mass deploy a Windows image to multiple PCs over the network. Here’s what I did: Created an image using Clonezilla from a Windows machine (via USB) Set up Clon...
Wamkkoimjoin
Apr 28, 2026Iron Contributor
If you're deploying to a mix of SATA and NVMe systems, convert separate copies of your image for each disk type.
On the Clonezilla server (not on the client), run the cnvt-ocs-dev command to modify your image:
sudo cnvt-ocs-dev -d /path/to/your/image/directory YOUR_IMAGE_NAME sda nvme0n1