http://bugzilla.opensuse.org/show_bug.cgi?id=1174166 http://bugzilla.opensuse.org/show_bug.cgi?id=1174166#c1 --- Comment #1 from Michel Normand <normand@linux.vnet.ibm.com> --- Created attachment 839725 --> http://bugzilla.opensuse.org/attachment.cgi?id=839725&action=edit grub.cfg this grub.cfg is the one I retrieved from /var/petitboot/mnt/dev/sda2/boot/grub2/grub.cfg so the grub.cfg previously generated at install time. === extract of grub.cfg ### BEGIN /etc/grub.d/95_textmode ### if [ "${grub_platform}" = "efi" ]; then # On EFI systems we can only have graphics *or* serial, so allow the user # to switch between the two hiddenentry 'Text mode' --hotkey 't' { <== this is failing line 241 set textmode=true terminal_output console } fi ### END /etc/grub.d/95_textmode ### === -- You are receiving this mail because: You are on the CC list for the bug.