{# Fragment returned by POST /session/start — analysis result + confirm form #} {% if error %}

Analysis Failed

{{ error }}
Try Again
{% else %}

Analysis Result

File{{ analysis.filename }}
Disk Format{{ analysis.disk_format }}
Disk Size{{ analysis.disk_size_gb }} GB
Operating System{{ analysis.os_type or 'Unknown' }}
EFI Bootable{{ 'Yes' if analysis.efi_detectable else 'Unknown' }}

Is this correct? Configure the VM below and submit the conversion job.

{{ analysis.disk_size_gb }} GB detected. Omit to auto-shrink to 30 GB.
{% endif %}