No flicker free boot since Ignoring BGRT: invalid version 0 (expected 1)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
On eoan dev here:
Flicker free booting doesn't work since I get:
Ignoring BGRT: invalid version 0 (expected 1)
on dmesg on my Thinkpad x230t i7-3520M (Ivy Bridge).
Second, if I add:
GRUB_CMDLINE_
to /etc/default/grub then it doesn't show plymouth but displays the text Ubuntu loading screen and I need to press ALT+F1 so GDM will show up (see video: [1]). If I press escape while it is displaying text Ubuntu loading, it loads plymouth (see video: [2]) and shows the spinner (no lenovo word) and I don't need to press ALT+F1 since GDM shows after plymouth. So I guess there's a bug there, since it should display plymouth and not the Ubuntu loading text and boot directly to GDM.
Now if I patch the kernel:
diff --git a/drivers/
index b07c17643210.
--- a/drivers/
+++ b/drivers/
@@ -42,7 +42,7 @@ void __init efi_bgrt_
}
*bgrt = *(struct acpi_table_bgrt *)table;
- if (bgrt->version != 1) {
+ if (bgrt->version != 1 && false) { /* don't check BGRT version */
And linux-modules and linux-modules-extra is not installed in that kernel, then I have somewhat flicker free boot. It shows the bgrt screen then goes black (probably grub loading), then shows the bgrt screen again with the spinner. Nice! (see video: [3])
So, I guess my Thinkpad is not setting bgrt version properly. So can we have a kernel parameter to disable checking of bgrt version?
Then again, if I install linux-modules and linux-modules-extra then I get the Ubuntu loading text when booting, but if I press esc I get the bgrt screen with spinner. I think it's it's a bug somewhere in the linux-modules package.
[1] https:/
[2] https:/
[3] https:/
ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-
ProcVersionSign
Uname: Linux 5.2.0-8-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
CurrentDesktop: GNOME
Date: Tue Jul 30 23:49:49 2019
EcryptfsInUse: Yes
HibernationDevice: RESUME=
InstallationDate: Installed on 2015-09-28 (1401 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: LENOVO 34361A0
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
linux-
linux-
linux-firmware 1.181
SourcePackage: linux
StagingDrivers: ashmem_linux
UpgradeStatus: Upgraded to eoan on 2019-07-26 (4 days ago)
dmi.bios.date: 06/11/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: GCETB4WW (2.74 )
dmi.board.
dmi.board.name: 34361A0
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.
dmi.modalias: dmi:bvnLENOVO:
dmi.product.family: ThinkPad X220
dmi.product.name: 34361A0
dmi.product.sku: LENOVO_MT_3436
dmi.product.
dmi.sys.vendor: LENOVO
tags: | added: flickerfreeboot |
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
This change was made by a bot.