On Mon, Apr 9, 2012 at 6:20 AM, Arbiel Perlacremaz <[email protected]> wrote: > Thank you Jordan > > It works perfectly after I have added > > set prefix=${2}/boot/grub > export prefix
$prefix is where grub looks for its modules, you should never be changing it yourself in scripts because if you change $prefix to point to an older (or newer) grub's /boot/grub/ directory the modules in that directory will likely be incompatible. The example menu entry I gave should have worked, did it not work? -- Jordan Uggla (Jordan_U on irc.freenode.net) _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
