Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


virt-install unable to retrieve install.img
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

virt-install unable to retrieve install.img

sanmax88sanmax88 Member
edited October 2016 in Help

nevermind, i missed it. bridge is not working correctly haha (forgot bridge line on ifcfg-eth0) :( please close.

and i can't seem to find where the problem is.. this is kvm installation by the way.


virt-install --connect qemu:///system --name=t601 --ram=4098 --vcpus=2 \
--disk path=/dev/vg_ssd1/t600,bus=virtio,cache=none,format=raw,io=native \
--network bridge=br0,model=virtio \
--extra-args="serial console=tty0 console=ttyS0,115200" \
--location http://mirror.atlanticmetro.net/centos/6.8/os/x86_64/ \
--graphics none \
--accelerate --hvm

i have ipforward in sysctl configured, bridge is working, selinux disabled, firewall disabled for extra measure, downloaded the file to see if it's there - yes it works.

any recommendation where else to check?

host and guest using centos 6.8.

thanks :)

Sign In or Register to comment.