I am trying to create the Docker images following the tutorial but I'm stuck just before starting to install Windows. The problem seems to be related with the hard disk (or drive), which is not detected in qemu. Here is the list of commands I executed:
System info:
$ uname -a
Linux ubuntu 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ ls -l /dev/kvm
crw-rw---- 1 root kvm 10, 232 mar 27 13:23 /dev/kvm
$ qemu-system-x86_64 -version
QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.11)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
I am trying to create the Docker images following the tutorial but I'm stuck just before starting to install Windows. The problem seems to be related with the hard disk (or drive), which is not detected in qemu. Here is the list of commands I executed:
System info:
Cloning the GitHub project:
Creating the hard disk:
Then I downloaded the Windows 10 images and virtio drivers as described in the tutorial:
And finally I run qemu:
After typing the Windows serial, the wizard can't go forward since the disk is missing:
Do you have any idea of the source of the problem? Thanks in advance.