CSR installation failing with bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory error
Posted: Sat Jun 30, 2018 8:25 pm
Trying to install CSR but it's failing with the following error bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory. Can someone guide me on what I'm doing wrong?
root@eve-ng:~/abc# tar -xvf csr1000v-universalk9.03.16.05.S.155-3.S5-ext.ova
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.ovf
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.mf
csr1000v_harddisk.vmdk
bdeo.sh
README-OVF.txt
README-BDEO.txt
cot.tgz
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso
root@eve-ng:~/abc# /opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 8G
Formatting 'virtioa.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
root@eve-ng:~/abc# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072
bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory
root@eve-ng:~/abc# cd ~
root@eve-ng:~# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072
bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory
root@eve-ng:~# cd /opt/qemu-2.2.0/bin/
root@eve-ng:/opt/qemu-2.2.0/bin# ls -lrt
total 14756
-rwxr-xr-x 1 root root 18424 May 20 02:13 vscclient
-rwxr-xr-x 1 root root 39112 May 20 02:13 virtfs-proxy-helper
-rwxr-xr-x 1 root root 5944888 May 20 02:13 qemu-system-i386
-rwxr-xr-x 1 root root 878488 May 20 02:13 qemu-nbd
-rwxr-xr-x 1 root root 953680 May 20 02:13 qemu-io
-rwxr-xr-x 1 root root 902456 May 20 02:13 qemu-img
-rwxr-xr-x 1 root root 346824 May 20 02:13 qemu-ga
-rwxr-xr-x 1 root root 6012152 May 20 02:13 qemu-system-x86_64
root@eve-ng:/opt/qemu-2.2.0/bin#
root@eve-ng:~/abc# tar -xvf csr1000v-universalk9.03.16.05.S.155-3.S5-ext.ova
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.ovf
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.mf
csr1000v_harddisk.vmdk
bdeo.sh
README-OVF.txt
README-BDEO.txt
cot.tgz
csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso
root@eve-ng:~/abc# /opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 8G
Formatting 'virtioa.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
root@eve-ng:~/abc# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072
bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory
root@eve-ng:~/abc# cd ~
root@eve-ng:~# /opt/qemu-2.2.0/bin/qemu-system-x86_64 -nographic -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none -machine type=pc-1.0,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -cdrom csr1000v-universalk9.03.16.05.S.155-3.S5-ext.iso -boot order=dc -m 3072
bash: /opt/qemu-2.2.0/bin/qemu-system-x86_64 : No such file or directory
root@eve-ng:~# cd /opt/qemu-2.2.0/bin/
root@eve-ng:/opt/qemu-2.2.0/bin# ls -lrt
total 14756
-rwxr-xr-x 1 root root 18424 May 20 02:13 vscclient
-rwxr-xr-x 1 root root 39112 May 20 02:13 virtfs-proxy-helper
-rwxr-xr-x 1 root root 5944888 May 20 02:13 qemu-system-i386
-rwxr-xr-x 1 root root 878488 May 20 02:13 qemu-nbd
-rwxr-xr-x 1 root root 953680 May 20 02:13 qemu-io
-rwxr-xr-x 1 root root 902456 May 20 02:13 qemu-img
-rwxr-xr-x 1 root root 346824 May 20 02:13 qemu-ga
-rwxr-xr-x 1 root root 6012152 May 20 02:13 qemu-system-x86_64
root@eve-ng:/opt/qemu-2.2.0/bin#