rbvmomi icon indicating copy to clipboard operation
rbvmomi copied to clipboard

Add support for CD-ROMs / ISOs

Open nirvdrum opened this issue 11 years ago • 2 comments

A common approach to creating a new VM is to mount an ISO from a datastore and mark it as connected at power on. There's a few places where direct support for this would be handy. E.g., if VirtualMachine had utility method a la disks for CD-ROMs.

nirvdrum avatar Oct 22 '13 15:10 nirvdrum

Sounds good. I don't have much time to work on this, but would be happy to merge a pull request

cdickmann avatar Oct 22 '13 21:10 cdickmann

We solved this same problem by explicitly adding the VirtualCdrom device info in the new VM hash.

What we're struggling with now is programmatically detaching these VirtualCdrom devices after the machine has booted. Our attempts so far all result in the guest crashing hard. :cry:

skpy avatar Oct 30 '15 18:10 skpy