There is shell script to create/start VM. Run ./libvirt.sh.
setfont ter-p22n # increase font sizepress F11 to enter fullscreen in virt-viewer
in virt-viewer:
passwd # set password for root userthen, on host:
ssh -o 'UserKnownHostsFile=/dev/null' -o 'StrictHostKeyChecking=no' -p 22222 root@localhostmkdir /src
mount -t 9p base_path /src
cd /srcPress "e" in systemd-boot menu and add these kernel parameters:
- Reserve more virtual disk space for archiso -
cow_spacesize=2G - Set videomode to fhd -
video=1920x1080@60m
reflector -c KZ, -p http --completion-percent 99 -f 5 --save /etc/pacman.d/mirrorlistpacman --noconfirm -Sy archinstall ansiblepacman --noconfirm -S tmuxarchinstall --script only_hd... or using shell script
bash partition.shansible-playbook -i hosts.yml install.yml -e 'part_selector=PARTUUID=<root partition uuid>' --ask-vault-passYou can get PARTUUID of root partition by running
lsblk -no path,partuuid
set -o viwipefs -a <block device path>parted <root block device path> rm <partition number>virsh destroy arch-ansiblevirsh undefine --nvram arch-ansiblevirsh vol-delete --pool default arch-ansible.qcow2