Hi Dustin, Thanks for your advice. - snip -
Or you can edit the /etc/init.d/kvm or /etc/init.d/qemu-kvm init script and add the "-b" option to the modprobe calls in there.
$ cat /etc/init.d/kvm | grep modprobe No printout $ cat /etc/init.d/qemu-kvm | grep modprobe if modprobe "$module" ..... if modprobe "$module" then log_end_msg 0 else log_end_msg 1 exit 1 fi ;; .... Where shall I add "-b" option? Thanks B.R. Stephen -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html