How To Install ipxe-roms-qemu on Fedora 36
Introduction
In this tutorial we learn how to install ipxe-roms-qemu
on Fedora 36.
What is ipxe-roms-qemu
iPXE is an open source network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. This package contains the iPXE ROMs for devices emulated by QEMU, in .rom format.
We can use yum
or dnf
to install ipxe-roms-qemu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipxe-roms-qemu.
Install ipxe-roms-qemu on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ipxe-roms-qemu
using dnf
by running the following command:
sudo dnf -y install ipxe-roms-qemu
Install ipxe-roms-qemu on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ipxe-roms-qemu
using yum
by running the following command:
sudo yum -y install ipxe-roms-qemu
How To Uninstall ipxe-roms-qemu on Fedora 36
To uninstall only the ipxe-roms-qemu
package we can use the following command:
sudo dnf remove ipxe-roms-qemu
ipxe-roms-qemu Package Contents on Fedora 36
/usr/share/doc/ipxe-roms-qemu
/usr/share/doc/ipxe-roms-qemu/COPYING
/usr/share/doc/ipxe-roms-qemu/COPYING.GPLv2
/usr/share/doc/ipxe-roms-qemu/COPYING.UBDL
/usr/share/ipxe
/usr/share/ipxe.efi
/usr/share/ipxe.efi/10222000.rom
/usr/share/ipxe.efi/10ec8029.rom
/usr/share/ipxe.efi/10ec8139.rom
/usr/share/ipxe.efi/15ad07b0.rom
/usr/share/ipxe.efi/1af41000.rom
/usr/share/ipxe.efi/8086100e.rom
/usr/share/ipxe.efi/808610d3.rom
/usr/share/ipxe.efi/80861209.rom
/usr/share/ipxe/10222000.rom
/usr/share/ipxe/10ec8029.rom
/usr/share/ipxe/10ec8139.rom
/usr/share/ipxe/15ad07b0.rom
/usr/share/ipxe/1af41000.rom
/usr/share/ipxe/8086100e.rom
/usr/share/ipxe/808610d3.rom
/usr/share/ipxe/80861209.rom
/usr/share/ipxe/qemu
/usr/share/ipxe/qemu/efi-e1000.rom
/usr/share/ipxe/qemu/efi-e1000e.rom
/usr/share/ipxe/qemu/efi-eepro100.rom
/usr/share/ipxe/qemu/efi-ne2k_pci.rom
/usr/share/ipxe/qemu/efi-pcnet.rom
/usr/share/ipxe/qemu/efi-rtl8139.rom
/usr/share/ipxe/qemu/efi-virtio.rom
/usr/share/ipxe/qemu/efi-vmxnet3.rom
/usr/share/ipxe/qemu/pxe-e1000.rom
/usr/share/ipxe/qemu/pxe-e1000e.rom
/usr/share/ipxe/qemu/pxe-eepro100.rom
/usr/share/ipxe/qemu/pxe-ne2k_pci.rom
/usr/share/ipxe/qemu/pxe-pcnet.rom
/usr/share/ipxe/qemu/pxe-rtl8139.rom
/usr/share/ipxe/qemu/pxe-virtio.rom
/usr/share/ipxe/qemu/pxe-vmxnet3.rom
References
Summary
In this tutorial we learn how to install ipxe-roms-qemu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).