https://bugzilla.novell.com/show_bug.cgi?id=774560 https://bugzilla.novell.com/show_bug.cgi?id=774560#c23 --- Comment #23 from Roman Bysh <rb03884@gmail.com> 2012-08-13 17:39:34 UTC --- Okay GRUB_FS=ext2 Is this for /boot partitions? While watching 00_header, this block takes some time to complete: terminal_output gfxterm Found theme: /boot/grub2/themes/openSUSE/theme.txt insmod part_msdos insmod ext2 set root='hd0,msdos7' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 --hint='hd0,msdos7' 751f53d6-564b-4025-8d22-c72c8baf632b else search --no-floppy --fs-uuid --set=root 751f53d6-564b-4025-8d22-c72c8baf632b fi insmod gfxmenu loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2 loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2 loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2 loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2 insmod png set theme=($root)/boot/grub2/themes/openSUSE/theme.txt export theme if sleep --interruptible 0 ; then set timeout=4 fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.