Comment # 10 on bug 1101747 from
YaST touch on 27 Sept on host ab250 removed "#" from GRUB_TERMINAL line start,
and cursor from Grub's edit screen. My intent was a cursory UEFI RAM redo after
having done a temporary disk swap for a temporary installation. Restoring the
original SDD removed the opensusetw entry from the firmware. /etc/default/grub
diff:

--- grub    2018-09-27 13:13:00.000000000 -0400
+++ .grub09    2018-07-24 19:45:41.000000000 -0400
@@ -4,7 +4,7 @@
 #   info -f grub -n 'Simple configuration'

 GRUB_DEFAULT=0
-GRUB_TIMEOUT=14
+GRUB_TIMEOUT=15
 GRUB_DISTRIBUTOR="opensusetw"
 GRUB_CMDLINE_LINUX_DEFAULT=""
 GRUB_CMDLINE_LINUX="net.ifnames=0 ipv6.disable=1 video=1440x900@60 noresume 3
"
@@ -15,12 +15,13 @@
 #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

 # Uncomment to disable graphical terminal (grub-pc only)
-GRUB_TERMINAL="console"
-#The resolution used on graphical terminal
+#GRUB_TERMINAL=console

+# The resolution used on graphical terminal
 # note that you can use only modes which your graphic card supports via VBE
 # you can see them in real GRUB with the command `vbeinfo'
-GRUB_GFXMODE="auto"
+#GRUB_GFXMODE=640x480
+
 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
 #GRUB_DISABLE_LINUX_UUID=true

@@ -31,4 +32,3 @@
 #GRUB_INIT_TUNE="480 440 1"

 GRUB_DISABLE_OS_PROBER="true"
-GRUB_HIDDEN_TIMEOUT="0"

Rerunning 'grub2-mkconfig -o /boot/grub2/grub.cfg' after putting the "#" back
on the GRUB_GFXMODE line did not fix the problem this time. :-(


You are receiving this mail because: