Blog: 2024-01-30

From razwiki
Revision as of 15:18, 30 January 2024 by Razzi (talk | contribs)
Jump to navigation Jump to search

After much fussing with homebrew dependencies including a 6hr llvm 17 install, I got the source of virt-manager and it's installing alpine linux:

virt-manager $ ./virt-install --name='alpine1' --memory 2048 --vcpus 2 --disk size=8 --cdrom $HOME/Downloads/alpine-virt-3.19.1-x86_64.iso --os-variant alpinelinux3.19
WARNING  KVM acceleration not available, using 'qemu'
WARNING  Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt-viewer' package.
WARNING  No console to launch for the guest, defaulting to --wait -1

Starting install...
Allocating 'alpine1.qcow2'                                                     | 8.0 GB  00:00:00     
Creating domain...                                                             |         00:00:00     

Domain is still running. Installation may be in progress.
Waiting for the installation to complete.

Well that's been going for half an hour but no output. Might see if there's a verbose mode. Meanwhile HN is hyping up https://github.com/quickemu-project/quickemu - seems like kinda what I'm trying to do with ronin, huh.