Skip to content

Instantly share code, notes, and snippets.

@naterh
Created July 22, 2015 19:45
Show Gist options
  • Save naterh/979632b0496967bac93d to your computer and use it in GitHub Desktop.
Save naterh/979632b0496967bac93d to your computer and use it in GitHub Desktop.
grub2 compile automation
sudo apt-get update && sudo apt-get install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev libfreetype6-dev texinfo ia32_libs build_essential
git clone git://git.savannah.gnu.org/grub.git
cd grub
./autogen.sh
./configure --target=i386 --program-prefix=""
make
cd grub-core
sudo ../grub-install -d . --target=i386 --no-floppy --i-forget-the-flag-to-specify-grub.cfg /dev/sd[a,b]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment