File stage2-gfx-cmdline-len-fix.diff of Package grub
--- stage2/stage2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/stage2/stage2.c +++ b/stage2/stage2.c @@ -1001,7 +1001,7 @@ /* setup command line edit buffer */ - gfx_data->cmdline_len = 256; + gfx_data->cmdline_len = 2048; /* FIXME! should be configuratble? */ gfx_data->cmdline = heap; heap += gfx_data->cmdline_len;