- create a folder in
C:\
as workspace (because download folder is a remote volumn, it won't be accessable in powershell/cmd.exe) - download and unzip qemu pre-built binaries.
- download alpine-extended-x86_64 iso cdrom.
- use qemu-img.exe to create a disk image:
qemu-img create hd.img 10G
. - download and run start.bat to execute qemu, it will boot from an alpine iso and mount an disk we just created.
- login use
root
, then runsetup-alpine
in command line, chooseus
timezone and keyboard layout, setup your root passwd, type enters until:
- enable openssh service for later usage.
- when asked "which disk would you like to use?" enter "sda".
- when asked "How would you like to use it?"