grub2
To build the latest Grub2 source code and install
This build is needed on the host build machine.
Pre-req's to Install
$ sudo apt-get install libdevmapper-dev freetype2-demos bison automake autoconf flex
Steps
$ git clone git://git.savannah.gnu.org/grub.git
$ cd grub
~/grub $ ./autogen.sh
~/grub $ ./configure
~/grub $ make
~/grub $ sudo make install
~/grub $ grub-install -V
Make sure its at least 2.02~rc1
~/grub $ which grub-install /usr/local/sbin/grub-install
ppc64el/grub2 (last edited 2017-03-24 00:04:41 by debmc)