However, I now stopped and restarted the VM-client before installing the OS. Restarting the client didn't mount the ISO anymore. Hm.
Thanks to the instructions on Mounting and umounting a CD-ROM iso in KVM guests (by Alexander Bendo), fixing this issue was a breeze:
1) Open "virsh" on the commandline
2) Use the following command to mount your ISO:
Code: Select all
virsh # attach-disk your_domain_name /path/to/your.iso hdc --type cdrom --mode readonly
[Links]