Search found 5 matches

by corsairetc
Wed Mar 10, 2021 3:14 pm
Forum: Help and Support
Topic: Nems in KVM
Replies: 1
Views: 1633

Re: Nems in KVM

Hello, for all I find solution working for KVM. 1. .qcow2 image must be convert to .raw format like this: qemu-img convert /lib/kvm/img/nems.qcow2 /lib/kvm/img/nems.raw I take some time when it's done. 2. Here is the import settings for KVM: virt-install --name nems-vm --memory 2048 --os-variant deb...
by corsairetc
Wed Mar 10, 2021 12:05 pm
Forum: Help and Support
Topic: Nems in KVM
Replies: 1
Views: 1633

Nems in KVM

Hello, I just download qcow2 img by torrent. Could any one help me how can I imported to KVM. Itrying this: virt-install --name nems-vm --memory 2048 --vcpus 2 --disk /mnt/wd1TBraid1/kvm/img/NEMS\ Linux\ 1.5\ QCOW2\ Build\ 2.qcow2,bus=sata --import --os-variant debian10 --network bridge=br0 --graphi...
by corsairetc
Thu Dec 10, 2020 11:21 pm
Forum: Help and Support
Topic: Import to KVM
Replies: 6
Views: 3950

Re: Import to KVM

Hello, I mean by serial access console=ttyS0 there is no dhcp server for my kvm network. Whole machines has own static IP address. I try this command for import.: sudo virt-install --name lvs02 --memory 2048 --vcpus 2 --import --disk /mnt/wd1TBraid1/kvm/nems2.qcow2,device=disk,bus=virtio --os-varian...
by corsairetc
Thu Dec 10, 2020 10:54 am
Forum: Help and Support
Topic: Import to KVM
Replies: 6
Views: 3950

Re: Import to KVM

Hello, thank you for your advice os debian10 is work fine. But I found much more bigger problem. I am able import the qcow disk but serial access to it not working and I am not sure how to get in for fisrt init :-)
by corsairetc
Fri Dec 04, 2020 3:31 am
Forum: Help and Support
Topic: Import to KVM
Replies: 6
Views: 3950

Import to KVM

Hello,
I have Qcow2 image and I prepare to import it to KVM with virt-install command. I am not sure what should I type to os-variant directive. Is it generic virtio26 ? Thank you for any help.