Clonezilla Base: 20260301-questing-amd64 | Kernel: 6.17.0-14-generic Modern Dell, HP, and Lenovo business desktops and workstations ship with Intel RST (Rapid Storage Technology) RAID enabled via Intel VMD (Volume Management Device) controllers. Clonezilla Live currently cannot detect NVMe drives behind VMD controllers due to six issues in the boot chain. We have developed and tested a complete workaround — this document provides the full technical details, the working scripts, and our recommended...
The Problem Your broken menuentry has the kernel parameters split across two lines: linux (loop)/live/vmlinuz ... username=u> ocs_live_run="ocs-live-general" ... The > characters are line truncation artifacts (likely from a text editor hitting a line length limit). GRUB then sees ocs_live_run="ocs-live-general" as a standalone command on the next line, which is invalid GRUB syntax — hence the errors: error: syntax error. error: Incorrect command. Syntax error at line 180 Everything after linux must...
The Problem Your broken menuentry has the kernel parameters split across two lines: linux (loop)/live/vmlinuz ... username=u> ocs_live_run="ocs-live-general" ... The > characters are line truncation artifacts (likely from a text editor hitting a line length limit). GRUB then sees ocs_live_run="ocs-live-general" as a standalone command on the next line, which is invalid GRUB syntax — hence the errors: error: syntax error. error: Incorrect command. Syntax error at line 180 Everything after linux must...
The Problem Your broken menuentry has the kernel parameters split across two lines: linux (loop)/live/vmlinuz ... username=u> ocs_live_run="ocs-live-general" ... The > characters are line truncation artifacts (likely from a text editor hitting a line length limit). GRUB then sees ocs_live_run="ocs-live-general" as a standalone command on the next line, which is invalid GRUB syntax — hence the errors: error: syntax error. error: Incorrect command. Syntax error at line 180 Everything after linux must...
Modern Dell, HP, and Lenovo business desktops and workstations ship with Intel RST (Rapid Storage Technology) RAID enabled via Intel VMD (Volume Management Device) controllers. Clonezilla Live currently cannot detect NVMe drives behind VMD controllers due to six issues in the boot chain. We have developed and tested a complete workaround — this document provides the full technical details, the working scripts, and our recommended path for upstream integration. 2. Problem Description 2.1 Hardware...
Modern Dell, HP, and Lenovo business desktops and workstations ship with Intel RST (Rapid Storage Technology) RAID enabled via Intel VMD (Volume Management Device) controllers. Clonezilla Live currently cannot detect NVMe drives behind VMD controllers due to six issues in the boot chain. We have developed and tested a complete workaround — this document provides the full technical details, the working scripts, and our recommended path for upstream integration. 2. Problem Description 2.1 Hardware...
While this allowed to image to the raid it does show as md126 in clonezilla but windows and was able to rebuild the raid successfully
Modern Dell, HP, and Lenovo business desktops and workstations ship with Intel RST (Rapid Storage Technology) RAID enabled via Intel VMD (Volume Management Device) controllers. Clonezilla Live currently cannot detect NVMe drives behind VMD controllers due to three issues in the boot chain: a kernel module bus offset limitation, module signature enforcement, and the AHCI driver competing for the VMD PCI device. This document outlines the technical details and proposed changes to enable native VMD...