On Nov 18, 2019, at 17:05, Jerry Geis jerry.geis@gmail.com wrote:
I am trying to get going with CentOS 8.
In the past I would run qemu-system-x86_64 -hda myfile.img get a console and off we go.
I dont with to use virt-manager and the gui and all - I just wish to have a similar command line to boot up and run my img. Is there something like that I'm not finding ?
I have found virsh - but I dont see how to make it run with an image file from the command line. Perhaps I'm missing something.
I would suggest virt-install with the —import optionif you want a console to pop up.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/htm...
-- Jonathan Billings