Sorry! for double posting , but my previous reply has a typo, which was totally a misinformation
What I meant to say :-
never encountered such issue!
In that case, must be there were some error message(s), which you are missing
I would make some changes in the script,so user could debug upto some extension.
Anyway,if you had opted for deleting existing Linux-OS, then your only option is, just reinstall Linux-OS(as existing one already deleted by the Script) and then re-run the script.
If you did
NOT opt for Linux-OS deletion, then run below 3 commands :
Code:
umount -l /mnt /media/script
rm -rf /mediabots /floppy /virtio /media/* /tmp/*
rm -f /sw.iso /disk.img
It would remove previous Windows-OS instance.
then run below code :
Code:
for i in $(ps aux | grep -i "qemu-system" | head -2 | cut -f7 -d" ") ; do echo "killing process id : "$i ; kill -9 $i ; done
that would kill all running QEMU-KVM processes
now re-run the script
--------------------------
btw, "Almighty Pull" already sent a PM, that his/her issue has been resolved
Thanks