Hello,
Can i get some help?
[TABLE="class: menubg lightcolbd, width: 747"]
[TR]
[TD]CD-ROM drives[/TD]
[TD="align: right"] [/TD]
[/TR]
[/TABLE]
no devices
How can i put cd-rom option back to that vm?
Thanks
Finaly found the solution:
open proxmox with root aceess
Find where your vms configs located example: /etc/qemu-server/
locate vm ware filename example: 111.conf
edit file with WinSCP or use command line in Putty:
name: win2k8-private
ide2: local:iso/ubuntu-12.04-desktop-amd64.iso,media=cdrom
vlan0: rtl8139=xx:xx:xx:xx
bootdisk: ide0
ostype: w2k8
ide0: large-hd:vm-111-disk-1
memory: 4028
onboot: 1
sockets: 2
cores: 2
description: What ever you like
boot: cdn
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
Now look at the 2nd line!!!
When i add new ISO image my virtual cd-rom was no longer working
Look at the file name when i add this : qm 5670 VM 111 change cdrom 'ide2' to 'local:iso/ubuntu-12.04-desktop-amd64 (1).iso' ubuntu-12.04-desktop-amd64 (1).iso' Had some spaces and cd-rom was no longer available.
By removing spaces at 2nd cd-rom starte working like a new.
Thanks and good luck