Difference between revisions of "Vnx-olive-bios"
(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...") |
(→Additional install steps for Olive support) |
||
Line 1: | Line 1: | ||
− | + | {{Title|How to create a Ubuntu root-file-system for VNX}} | |
An additional step is needed to support Olive (Juniper) routers in VNX scenarios: | An additional step is needed to support Olive (Juniper) routers in VNX scenarios: |
Revision as of 23:50, 31 August 2011
How to create a Ubuntu root-file-system for VNX
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.binSee more details here