search for: debian10virt

Displaying 2 results from an estimated 2 matches for "debian10virt".

2019 Nov 07
0
Re: Understanding the use of virt-install from the CLI (Linux)
...ote: > And it reports: > > 'Size must be specified for non existent volume 'arch01.qcow2'' > > But the size is already specified as one of the options. At least the following works on Debian 10: virt-install \ --connect "qemu:///session" \ --name "debian10virt-install" \ --ram "1024" \ --vcpus "1" \ --disk "size=20,path=$HOME/.local/share/libvirt/images/debian10virt-install.qcow2,bus=scsi,cache=none,discard=unmap" \ --controller "type=scsi,model=virtio-scsi" \ --initrd-inject "preseed.cfg"...
2019 Nov 07
4
Understanding the use of virt-install from the CLI (Linux)
Hello, I've created several VMs using virt-manager and am using them. This time around though, I'd like to use the CLI approach. The problem resides in defining a storage space. This is using virt-install 1.5.1 on Xubuntu 18.04. For the occasion I created a new directory to store images. So I specify this new directory: virt-install \ --name=arch01 \ --disk