Hi!
I'm a bit embarrassed but I'm stuck, not able to get rid of a screen flickering during boot, between the screens of GRUB2 and plymouth. Both GRUB2 and plymouth are OK.
It has this sequence:
... GRUB menu > black screen > text ("Booting openSUSE Tumbleweed Slowroll ... loading initial ramdisk ...") > text (fresh screen) > black screen > text > black screen > text > plymouth screen ...
The GPU is an integrated Intel, the OS is openSUSE Slowroll, the DE is KDE.
For early kernel mode setting I have tried/ascertained so far:
necessary commands are in
Some web pages mentioned a possible need to add
Am I following a wrong lead with
Is there something else that can eliminate the flicker of text and blacking out between GRUB2 and plymouth? Ideally, the background of the GRUB2 menu would stay until login.
Thanks for ideas -- or some tasty google bait!
Operating System: openSUSE Tumbleweed-Slowroll 20241103
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0
Kernel Version: 6.11.6-2-default (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Pentium® CPU 4417U @ 2.30GHz
Memory: 15,5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 610
Manufacturer: HP
Product Name: HP 250 G7 Notebook PC
System Version: Type1ProductConfigId
I'm a bit embarrassed but I'm stuck, not able to get rid of a screen flickering during boot, between the screens of GRUB2 and plymouth. Both GRUB2 and plymouth are OK.
It has this sequence:
... GRUB menu > black screen > text ("Booting openSUSE Tumbleweed Slowroll ... loading initial ramdisk ...") > text (fresh screen) > black screen > text > black screen > text > plymouth screen ...
The GPU is an integrated Intel, the OS is openSUSE Slowroll, the DE is KDE.
For early kernel mode setting I have tried/ascertained so far:
i915
is present in initramfs
Code:
# lsinitrd | egrep -i 'i915'
drwxr-xr-x 2 root root 0 Nov 4 13:15 usr/lib/firmware/i915
-rw-r--r-- 1 root root 11736 Oct 21 09:36 usr/lib/firmware/i915/adlp_dmc.bin.xz
-rw-r--r-- 1 root root 10896 Oct 21 09:36 usr/lib/firmware/i915/adlp_dmc_ver2_16.bin.xz
...
necessary commands are in
/etc/default/grub
Code:
GRUB_TIMEOUT_STYLE="menu"
GRUB_TIMEOUT="3"
# tried with and without 'i915.support=1'
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet mitigations=auto security=apparmor"
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL="gfxterm"
GRUB_GFXMODE="auto"
# GRUB_GFXMODE="1366x768"
GRUB_THEME="/boot/grub2/themes/tuxtaz/theme.txt"
GRUB_CMDLINE_XEN_DEFAULT="vga=gfx-1024x768x16"
Some web pages mentioned a possible need to add
intel_agp
to initramfs
, but it's neither installed nor available from openSUSE or its associated software sources.
Code:
find / -xdev -iname '*agp*' | egrep -v '.*/(emacs|texmf|licenses|doc|lib)/*'
/usr/share/man/man3/glEdgeFlagPointer.3gl.gz
/usr/include/X11/extensions/agproto.h
/usr/include/linux/agpgart.h
Am I following a wrong lead with
intel_agp
?Is there something else that can eliminate the flicker of text and blacking out between GRUB2 and plymouth? Ideally, the background of the GRUB2 menu would stay until login.
Thanks for ideas -- or some tasty google bait!
Operating System: openSUSE Tumbleweed-Slowroll 20241103
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0
Kernel Version: 6.11.6-2-default (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Pentium® CPU 4417U @ 2.30GHz
Memory: 15,5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 610
Manufacturer: HP
Product Name: HP 250 G7 Notebook PC
System Version: Type1ProductConfigId