[Ovirt-devel] [PATCH node-image] workaround for gpxe issue with the virt-preview

Jason Guiditta jguiditt at redhat.com
Thu Aug 6 21:41:44 UTC 2009


On Thu, 2009-08-06 at 21:23 +0200, Alan Pevec wrote:
> Unable to boot using qemu-kvm and gPXE from virt-preview repository
> https://bugzilla.redhat.com/show_bug.cgi?id=512358
> 
> Signed-off-by: Alan Pevec <apevec at redhat.com>
> ---
>  common-blacklist.ks |    9 +++++++++
>  common-pkgs.ks      |    3 +++
>  2 files changed, 12 insertions(+), 0 deletions(-)
ACK, with this change, I am able to pxeboot a vm.
> 
> diff --git a/common-blacklist.ks b/common-blacklist.ks
> index 7c19aa4..2f8842f 100644
> --- a/common-blacklist.ks
> +++ b/common-blacklist.ks
> @@ -25,6 +25,15 @@ RPMS="$RPMS exim perl-version perl-Pod-Simple perl-libs perl-Module-Pluggable \
>  
>  RPMS="$RPMS sysklogd"
>  
> +# workaround for gpxe issue with the virt-preview qemu on F11 host kernel
> +# https://bugzilla.redhat.com/show_bug.cgi?id=512358
> +RPMS="$RPMS gpxe-roms-qemu"
> +ln -snf ../etherboot/e1000-82542.zrom /usr/share/qemu/pxe-e1000.bin
> +ln -snf ../etherboot/ne.zrom          /usr/share/qemu/pxe-ne2k_pci.bin
> +ln -snf ../etherboot/pcnet32.zrom     /usr/share/qemu/pxe-pcnet.bin
> +ln -snf ../etherboot/rtl8139.zrom     /usr/share/qemu/pxe-rtl8139.bin
> +ln -snf ../etherboot/virtio-net.zrom  /usr/share/qemu/pxe-virtio.bin
> +
>  # Things we could probably remove if libvirt didn't link against them
>  #RPMS="$RPMS avahi PolicyKit xen-libs"
>  
> diff --git a/common-pkgs.ks b/common-pkgs.ks
> index 3c0f278..6f0af6e 100644
> --- a/common-pkgs.ks
> +++ b/common-pkgs.ks
> @@ -70,3 +70,6 @@ isomd5sum
>  irqbalance
>  cpuspeed
>  acpid
> +# workaround for gpxe issue with the virt-preview qemu on F11 host kernel
> +# https://bugzilla.redhat.com/show_bug.cgi?id=512358
> +etherboot-zroms-kvm




More information about the ovirt-devel mailing list