=== modified file 'grub-core/gfxmenu/icon_manager.c' --- grub-core/gfxmenu/icon_manager.c 2009-11-21 16:48:05 +0000 +++ grub-core/gfxmenu/icon_manager.c 2011-04-09 13:10:49 +0000 @@ -257,7 +257,7 @@ /* Try each class in succession. */ icon = 0; - for (c = entry->classes->next; c && ! icon; c = c->next) + for (c = entry->classes; c && ! icon; c = c->next) icon = get_icon_by_class (mgr, c->name); return icon; }