What steps will reproduce the problem?
set VER=03
title Special ISO (Version %VER%) configfile /menu.lst
menu entry is 'Special ISO (Version 03)' = OK
but then when menu is executed, you get the message at the top of the screen 'Special ISO (Version %VER%)' - the variable %VER% is not translated.
What version of the product are you using? On what operating system? 0.4.5c
Or is there a way to suppress the 'Booting ' xxxx message??
Comment #1
Posted on Mar 19, 2013 by Happy Kangaroosorry, message at top is 'Booting Special ISO (Version %VER%)'
Comment #2
Posted on Mar 19, 2013 by Happy HippoCurrent does not translate variables for boot message. grub_putstr (" Booting "); while ((*p) && (ch = *p++) && ch != '\n') grub_putchar (ch, 255);
maybe next...
Comment #3
Posted on Apr 17, 2013 by Happy KangarooHi Chenall - any chance of you looking at this if you have time? It would really help my Easy2Boot Project. http://www.rmprepusb.com/tutorials/72---easyboot---a-grubdos-multiboot-drive-that-is-easy-to-maintain/e2bv1
Comment #4
Posted on Apr 19, 2013 by Happy Hippo(No comment was entered for this change.)
Comment #5
Posted on Apr 20, 2013 by Happy KangarooThanks!
Status: Fixed
Labels:
Type-Defect
Priority-Medium