Vnx-olive-bios

From VNX
Revision as of 23:50, 31 August 2011 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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