No, no more steps, I guess you have it all set up and can play to your heart's content

Ask away - not sure if I will have the answers though

EDIT Although consider starting a new thread as this is already off topic.
barjac wrote:The theme was applied to the master-grub2 menu, it should now have the Mageia background and say "Master Boot Menu" in red at the top to distinguish it from the normal Mageia menus. As we set it up originally it should have had a plain blue background and all monospaced text like the text that appears in the terminal under grub2 when you hit 'c' at the menu.
# Delay in seconds before booting default option
set timeout=10
# Default option to boot counting from 0.
set default="0"
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
if loadfont unicode; then
load_video
set gfxmode=1024x768
insmod png
insmod gfxterm
fi
terminal_output gfxterm
insmod gfxmenu
insmod gettext
set menu_color_normal=cyan/blue
set menu_color_highlight=yellow/blue
loadfont ($root)/boot/grub2/themes/maggy/DejaVuSans-Bold-14.pf2
loadfont ($root)/boot/grub2/themes/maggy/DejaVuSans-Bold-18.pf2
loadfont ($root)/boot/grub2/themes/maggy/DejaVuSans-Bold-24.pf2
set theme=($root)/boot/grub2/themes/maggy/theme.txt
export theme
################################################
#Add menu items here
ls -l /master-grub2/boot/grub2 /master-grub2/boot/grub2/themes /master-grub2/boot/grub2/themes/maggy /master-grub2/boot/grub2/fonts
hd0,msdos1
Users browsing this forum: No registered users and 1 guest