Ubuntu11.10 kvm Fix: failed to find romfile "pxe-rtl8139.bin"

来源:互联网 发布:java编写计算器教程 编辑:程序博客网 时间:2024/06/14 08:41
how to get pxe-rtl8139.bin ? 
While trying to boot image with network interface card "-net nic" with this command
sudo kvm -m 256 -cdrom ubuntu-11.10-server-amd64.iso -drive file=server.img,if=scsi,index=0 -boot d -net nic -net user -nographic -vnc :0


I faced this error,
Could not initialize KVM, will disable KVM support pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin" 

I installed the QEMU-kvm under Ubuntu 11.10 and I think that this problem appears only for Ubuntu.
and here is the fix

wget -O pxe-ne2k_pci.bin http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/pc-bios/pxe-ne2k_pci.bin?root=qemuwget -O pxe-rtl8139.bin http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/pc-bios/pxe-rtl8139.bin?root=qemuwget -O pxe-e1000.bin http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/pc-bios/pxe-e1000.bin?root=qemusudo mv pxe*.bin /usr/share/qemu/


原创粉丝点击