mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
d90f852ddf
We ran the Microsoft Windows installer in CHV (via network + VNC) and the installation always failed when the installer wanted to write the partition table. Since recently, for very good reason, sector 0 writes are disabled if the image type is not set explicitly and only implicitly auto-detected as raw [0]. To ease troubleshooting, I've added a descriptive log message. It is a little spammy, but it is what is required to help users to troubleshoot. [0] https://github.com/cloud-hypervisor/cloud-hypervisor/pull/7728/changes/6ecdf90e22adeecbaf1ce311b1abd358a4788d48 Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com