I've installed a ScoUnix5.07 kvm guest. The problem is that if I enable de extboot the vm cannot boot. What proxmox does is:
If I launch the same command but without de boot=on option it works perfect.
Is there a way tell proxmox not to use this option?
Code:
/usr/bin/kvm -monitor unix:/var/run/qemu-server/169251.mon,server,nowait -vnc unix:/var/run/qemu-server/169251.vnc,password -pidfile /var/run/qemu-server/169251.pid -daemonize -usbdevice tablet -name ryouken-brs -smp sockets=1,cores=1 -boot dc -vga cirrus -tdf -no-kvm -k es -drive file=/var/lib/vz/images/169251/vm-169251-disk-1.qcow2,if=ide,index=0[COLOR="Red"],boot=on[/COLOR] -drive file=/dev/cdrom,if=ide,index=2,media=cdrom -m 128 -net tap,vlan=0,ifname=vmtab169251i0,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=0,model=pcnet,macaddr=28:28:28:00:AB:CD -id 169251 -cpuunits 1000
If I launch the same command but without de boot=on option it works perfect.
Code:
-drive file=/var/lib/vz/images/169251/vm-169251-disk-1.qcow2,if=ide,index=0
Is there a way tell proxmox not to use this option?