2009/9/20 carlopmart <[email protected]>: > carlopmart wrote: >> >> Hi all, >> >> I need to boot several kvm guests form iSCSI storage (windows 2008/3, >> sles, debian, etc). To accomplish this I have read about using gPXE rom >> files that supports boot an OS from iSCSI storage. Bu I didn't find how can >> I specifiy which rom file to use under xml guest configuration file. Can >> somebody helps me?? >> >> Many thanks. > > According to RHEL5.4 technical notes this is possible: > http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Technical_Notes/Known_Issues-kvm.html, > but how can I configure xml kvm guest?? which param do I need to insert??
I don't think you can - see this Bug: https://bugzilla.redhat.com/show_bug.cgi?id=488879 However, in the distant past I have done something like: <emulator>/usr/bin/qemu-sam</emulator> Where qemu-sam is: #!/bin/bash EXTRAOPTS="-option-rom /path/to/gpxe/rom" /usr/bin/qemu-kvm $EXTRAOPTS $@ Hope that helps, Sam _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
