Difference between revisions of "Vnx-olive-bios"

From VNX
Jump to: navigation, search
(Created page with "=== Additional install steps for Olive support === An additional step is needed to support Olive (Juniper) routers in VNX scenarios: <ul> <li>Create a special bios for Olive w...")
(No difference)

Revision as of 00:50, 1 September 2011

Additional install steps for Olive support

An additional step is needed to support Olive (Juniper) routers in VNX scenarios:

  • Create a special bios for Olive with the CONFIG_SMBIOS option disabled:
  • wget http://www.linuxtogo.org/~kevin/SeaBIOS/seabios-0.6.2.tar.gz
    tar xfvz seabios-0.6.2.tar.gz
    cd seabios-0.6.2
    make
    sed -i -e 's/#define CONFIG_SMBIOS 1/#define CONFIG_SMBIOS 0/' out/autoconf.h
    make
    cp out/bios.bin /usr/share/kvm/bios-olive.bin
    
    See more details here