[Bug 1017558] New: Cannot view timestamp of read-only snapshots in GRUB as names truncated
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 Bug ID: 1017558 Summary: Cannot view timestamp of read-only snapshots in GRUB as names truncated Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.2 Hardware: Other OS: openSUSE 42.2 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader Assignee: jsrain@suse.com Reporter: suse@paulmcauley.com QA Contact: jsrain@suse.com Found By: --- Blocker: --- On the GRUB menu, when you select "Start boot loader from a read-only snapshot" you get a list of snapshots, but you cannot see the full name of the snapshot (crucially the timestamp at the end) because the name is truncated in GRUB. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c1 Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jsrain@suse.com |mchang@suse.com --- Comment #1 from Jiri Srain <jsrain@suse.com> --- Michael, is there any chance to adjust GRUB2 to show the full entry names, or shall we consider changing the naming scheme for the snapshots? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 Michael Chang <mchang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsrain@suse.com, | |kukuk@suse.com Flags| |needinfo?(kukuk@suse.com), | |needinfo?(jsrain@suse.com) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c9 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(kukuk@suse.com) | --- Comment #9 from Thorsten Kukuk <kukuk@suse.com> --- On openSUSE Tumbleweed, you don't need the name/version, as it is not really helpfull there. But on SLES, if you think about the major versions and service packs, the version is much more important than the timestamps. So no change for SLES, for Tumbleweed someboy need to find out what is helpfull there. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c13 --- Comment #13 from Oliver Kurz <okurz@suse.com> --- (In reply to Michael Chang from comment #10)
How about Leap ? Is it also fine to leave out "name version" by which the text is also truncated ?.
(In reply to Thorsten Kukuk from comment #11)
Leap is identical to SLES: you can jump between versions, and here timestamps don't help you to identify the Leap version.
IMHO it's not fine to leave out name+version anywhere as a user might go from one distribution to another so no need to make it any different -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(jsrain@suse.com) | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c16 Oliver Kurz <okurz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno@ioda-net.ch, | |RBrownCCB@opensuse.org --- Comment #16 from Oliver Kurz <okurz@suse.com> --- Adding bugowners of what I think is the openSUSE grub branding package. For SLE I could not find any. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c17 Oliver Kurz <okurz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com --- Comment #17 from Oliver Kurz <okurz@suse.com> --- Ok, found it, according to https://build.suse.de/package/show/SUSE:SLE-15:GA/branding-SLE it's fcrozat. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c18 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org, | |hellcp@mailbox.org --- Comment #18 from Bruno Friedmann <bruno@ioda-net.ch> --- I can see all labels (having hidpi 3840x2160 pixels to display things) beside the fact that I need lens to see something. I'm no more using and graphics grub with my full btrfs luks encrypted system. I'm adding the last commiters of the branding package -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c19 --- Comment #19 from Stasiek Michalski <hellcp@mailbox.org> --- Yeah, when making GRUB theme, I had that issue, but couldn't find any sensible solution. On lower resolution it will always be unreadable, unless naming scheme for snapshots changes :D -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c32 --- Comment #32 from Michael Chang <mchang@suse.com> --- The meun seems not fully utilizing the space, it looks our theme defaults to use hardcoded 400 pixels width. + boot_menu { left = 50%-200 width = 400 top = 33% height = 34% ... } We can try using a larger value, or using specific fraction like 80% as width that is generally larger than 400, even in display with 640x480 resolution. + boot_menu { left = 10% width = 80% top = 33% height = 34% ... } Since those are all branding and theme issue, maybe grub2-branding maintainer should have a look as well? Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c33 --- Comment #33 from Michael Chang <mchang@suse.com> --- Created attachment 793944 --> http://bugzilla.opensuse.org/attachment.cgi?id=793944&action=edit SLE12SP4 with 80% as menu width -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c34 --- Comment #34 from Michael Chang <mchang@suse.com> --- Created attachment 793945 --> http://bugzilla.opensuse.org/attachment.cgi?id=793945&action=edit openSUSE tumblweed with 80% as menu width -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c35 Michael Chang <mchang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(fcrozat@suse.com) --- Comment #35 from Michael Chang <mchang@suse.com> --- Setting the boot_menu.width to 80% can see the full snapshot title at resolution 800x600. + boot_menu { left = 10% width = 80% top = 33% height = 34% ... } Frederic, what do you think about the change to the branding package ? Thanks. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c37 --- Comment #37 from Frederic Crozat <fcrozat@suse.com> --- (In reply to Michael Chang from comment #35)
Setting the boot_menu.width to 80% can see the full snapshot title at resolution 800x600.
+ boot_menu { left = 10% width = 80% top = 33% height = 34% ... }
Frederic, what do you think about the change to the branding package ? Thanks.
I'm fine with it. This will probably require some openQA needle update but that's ok. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(fcrozat@suse.com) | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1017558 http://bugzilla.opensuse.org/show_bug.cgi?id=1017558#c38 --- Comment #38 from Oliver Kurz <okurz@suse.com> --- Updating the openQA needles is a small price to pay for having this in all our products ;) We are happy to do so when we see the change effective in the product but I even doubt that any tests will fail on this because AFAIK we do not rely on needles where the text would be already cut off. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com