2009/9/20 carlopmart <[email protected]>: > Sharpe, Sam J wrote: >>> carlopmart wrote: >>>> 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??
>> 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 $@ > Thanks Sam, I have tried your script but virt-manager returns me this error: > too many option ROMS?? > > Any hints?? Are you using an e1000 ROM? If so, check out comments #13 and #14 in this bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=509208 (They don't explain why that's expected behaviour - but apparently it is - possibly it's bigger than 60kb?) -- Sam _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
