https://bugs.kde.org/show_bug.cgi?id=520040
Bug ID: 520040
Summary: Grub boot menu width is not sufficient to the length
of a menu entries text (part of the text is hidden)
Classification: KDE Neon
Product: neon
Version First unspecified
Reported In:
Platform: Neon
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Target Milestone: ---
DESCRIPTION
KDE Neon does not seem to allow kernel choice during boot. So I have enabled
the boot menu:
sudo nano /etc/default/grub
replaced:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR='KDE neon User Edition'
by:
GRUB_DEFAULT=0
#GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT_STYLE=menu
#GRUB_TIMEOUT=0
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR='KDE neon User Edition'
so in case OS will fail working under some kernel in the future, i know how to
set older kernel.
but the grub boot menu (which is now displayed for 3 seconds), has a bug where
not all characters/text of a default boot entries is shown. It is as if there
is some frame which does not make the text span multiple lines or overflow,
instead remaining text is hidden. I have FullHD screen, so it does not make
much sense for the menu to be so narrow, or the text should span multiple lines
(it would look pretty bad on a wide screen with a lot of free space).
SOFTWARE/OS VERSIONS
Operating System: KDE neon User Edition
KDE Plasma Version: 6.6.4
KDE Frameworks Version: 6.26.0
Qt Version: 6.10.2
Kernel Version: 6.17.0-23-generic (64-bit)
--
You are receiving this mail because:
You are watching all bug changes.