--- trunk/grubby/grubby.c 2014/07/16 10:47:33 2693 +++ trunk/grubby/grubby.c 2014/07/16 10:48:13 2694 @@ -1199,7 +1199,7 @@ * lines came earlier in the template, make sure to use LT_HYPER * instead of LT_KERNEL now */ - if (entry->multiboot) + if (entry && entry->multiboot) line->type = LT_HYPER; } else if (line->type == LT_MBMODULE) {