Virtual Machine
, QEMU
, Alpine
The vmlinuz-lts and initramfs-lts of Alpine's net installer https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/aarch64/netboot/
Prepare the virtual disk qemu-img create -f qcow2 disk.qcow2 8G
Use the net installer to install Alpine into the virtual disk
setup-alpine
PS. Get the alpine_repo
and modloop
with HTTP, instead of HTTPs. Because, the crypto of secured HTTPs is not supported during boot time.
Note:
rootfstype=ext4
to kernel's boot command. Otherwise, kernel does not know how to mount the loop.eth1
, not eth0
. So, check the ethernet interface before use internet.stable
for generic idea http://ftp.debian.org/debian/dists/stable/main/installer-arm64/current/images/netboot/debian-installer/arm64/