How to get and build/compile your own GRUB?
First, get the GRUB from the GNU site:
ftp://ftp.gnu.org/gnu/grub/grub-2.00.tar.gz
Then copy to your linux machine and unzip it:
- zcat grub-2.00.tar.gz | tar -xvf -cd grub-2.00/
- cd grub-2.00/
- ./configure
- Here will require to install those missing package
- FEDORA: sudo yum install <pkg>
- i.e. bison, flex and more
- After configure passes all criteria
- make install
How to get a GRUB.efi for UEFI Shell launch
- sudo yum install grub-efi
- Copy grub file from: /boot/efi/EFI/redhat/grub.efi
No comments:
Post a Comment