SCOUnix kvm boot problem

juaserco

New Member
Sep 29, 2009
14
0
1
Valencia - España
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:

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?
 
Really I don't know why it doesn't work with that option, but if it is enabled the sco cannot boot the disk. I've made an script that boots the vm without boot=on so I can make it work.
Thank you.