Displaying 1 result from an estimated 1 matches for "printshopinstall".
2010 Apr 08
2
Multiple cdrom file-based drives in windows xp hvm?
...vm2 config i have:
disk = [
''phy:/dev/volumes/vm2-disk,hda,w'',
''phy:/dev/volumes/vm2-swap,hdb,w'',
''phy:/dev/volumes/vm2-data,hdc,w'',
''file:/xen/images/office2007basic.iso,hdd,r'',
''file:/xen/images/printshopinstall.iso,hde,r'',
''file:/xen/images/printshopprog.iso,hdf,r'',
]
However only one disk will show up. If I comment 2 out and pick any
one, it will show up singly, but I cannot get these to all show up as
3 cdrom drives. Am I doing something wrong, or is xen somehow limited
t...