7 This is not GRUB2. It is Fedora's grub-legacy fork compiled for UEFI systems with UEFI and GPT Patches from Intel.
8 It includes support for reading ext4 filesystem.
9 This package does not include any of the patches used in Archlinux Official GRUB package.
11 The grub uefi app is installed at /boot/efi/efi/grub-legacy/grub-legacy.efi (assuming the UEFI SYSTEM PARTITION is mounted at /boot/efi).
13 The grub menu config file is "grub-legacy.conf", not "menu.lst" and not "grub.conf" .
15 Copy your grub.conf or menu.lst to /boot/efi/efi/grub-legacy/grub-legacy.conf and launch grub-legacy.efi from the UEFI shell.
17 The syntax for splashimage is (for example) :-
19 splashimage (hd0,0)/boot/grub/image.xpm.gz
22 For further info on splashimage usage see https://forums.fedoraforum.org/showthread.php?t=1243 .
24 You can also generate a working splashimage xpm.gz file using :-
26 convert -resize 640x480 -colors 14 image.jpg image.xpm && gzip image.xpm