Hi to all,
I've a problem during the installation from an w2k12_Server_r2 iso: I created a kubevirt
VM with the following disks:
...
devices:
disks:
- bootOrder: 1
cdrom:
bus: sata
name: cdromiso
- disk:
bus: virtio
name: harddrive
- cdrom:
bus: sata
name: virtiocontainerdisk
machine:
type: q35
...
- name: cdromiso
persistentVolumeClaim:
claimName: iso-win-pvc
- name: harddrive
persistentVolumeClaim:
claimName: windowshd
...
then I pushed the iso of the installation CD inside the PVC
named iso-win-pvc; when I run the machine the installation program starts but when come the window of the disk partitioning, the installation program shows the following warning:
<<Windows cannot be installed on the disc, your computer hardware may not support booting from this disc. Verify that the disk controller is enabled in the bios menu of the computer>>.
Before of this message I installed the driver from the "viostor folder" of the kubevirt/virtio-container-disk (virtio-win-0.1.1).
What did I do wrong?
Best Regards
Leonard