Answer the question
In order to leave comments, you need to log in
How to run KVM from LIVE CD in Ubuntu?
To reduce the size of the KVM image, it was necessary to run it from another Ubuntu 20.04
live image . I did
the
following on the host machine:
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/home/folder1/subfolder1/ubuntu-20.04.4-live-server-amd64.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/home/folder1/subfolder2/main_dev.img'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question