How to attach an ISO image to VM (KVM)- Screenshots

We mostly attach disk to systems when troubleshooting a boot problem or we want to create a local repository form the iso image. 
This is how we attach the iso image to a virtual machine.

Click on the bulb on your left side and select IDE CDROM 1

Click on connect and Browse

Select Browse Local

Move to directory where you have the iso image and select it. Then click on Open

Your iso image has been connected if you see Disconnect

Move to the terminal and run df -h to see the mounted iso image

NOTE: I tried attaching it a minimal install but it didn't work. You can try it on yours to see. Thank you

Comments