On Fri, May 30, 2008 at 4:10 PM, Freddie Cash <[EMAIL PROTECTED]> wrote: > Am I missing something simple, or can you only boot off virtual IDE > drives?
add 'boot=on' to the drive specification: /usr/bin/kvm -name webmail -daemonize -localtime -usb -usbdevice tablet -smp 1 -m 2048 -vnc :05 -pidfile /var/run/kvm/webmail.pid -net nic,macaddr=00:16:3e:00:00:05,model=rtl8139 -net tap,ifname=tap05 -boot c -drive index=1,media=disk,if=scsi,file=/dev/mapper/vol0-webmail--storage -drive index=0,media=disk,if=scsi,file=/dev/mapper/vol0-webmail,boot=on that got me for a long time too. -- Javier -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
