Bugzilla – Bug 1196200
CONFIG_SYSFB_SIMPLEFB=y in .config prevents booting
Last modified: 2022-02-20 08:40:53 UTC
The kernel version 5.16.8-1-default has the option CONFIG_SYSFB_SIMPLEFB=y in the config. On my computer this leads to a black screen and no contact. I have to shut down hard to recover. The journal is showing no information about what happened. The kernel 5.16.4-1-default did work fine. There are some changes in the .config between the two versions kernel. Compiling the 5.16.8 kernel with ' #CONFIG_SYSFB_SIMPLEFB not set' boots the system normally. The full diff between the Thumbleweed kernel and the one compiled by me is below. The 5.16.8-seppe- kernel is working fine and does not have the 'CONFIG_SYSFB_SIMPLEFB=y'. # diff /boot/config-5.16.8-1-default /boot/config-5.16.8-seppe- 8d7 < # CONFIG_CC_IS_CLANG is not set 11d9 < # CONFIG_AS_IS_LLVM is not set 15d12 < # CONFIG_LD_IS_LLD is not set 18d14 < # CONFIG_CC_CAN_LINK_STATIC is not set 21d16 < # CONFIG_TOOLS_SUPPORT_RELR is not set 34c29 < CONFIG_LOCALVERSION="-1-default" --- > CONFIG_LOCALVERSION="-seppe-" 446d440 < # CONFIG_VM86 is not set 596d589 < # CONFIG_ACPI_CUSTOM_DSDT is not set 673d665 < # CONFIG_X86_SPEEDSTEP_LIB is not set 685d676 < # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set 760d750 < # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set 842d831 < # CONFIG_HAVE_ARCH_HASH is not set 847,848d835 < # CONFIG_ARCH_EPHEMERAL_INODES is not set < # CONFIG_CPU_NO_EFFICIENT_FFS is not set 853,854d839 < # CONFIG_ARCH_OPTIONAL_KERNEL_RWX is not set < # CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set 1000d984 < # CONFIG_HAVE_AOUT is not set 1034d1017 < # CONFIG_HUGETLB_PAGE_SIZE_VARIABLE is not set 2285d2267 < # CONFIG_GENERIC_CPU_DEVICES is not set 2333,2334c2315 < CONFIG_SYSFB_SIMPLEFB=y < # CONFIG_CS_DSP is not set --- > # CONFIG_SYSFB_SIMPLEFB is not set 2508d2488 < # CONFIG_MTD_NAND_OMAP_BCH_BUILD is not set 2567d2546 < # CONFIG_PARPORT_GSC is not set 2623d2601 < # CONFIG_BLK_DEV_COW_COMMON is not set 3505d3482 < # CONFIG_SMSC911X_ARCH_HOOKS is not set 4403d4379 < # CONFIG_SERIAL_8250_FSL is not set 4519d4494 < CONFIG_CRASHER=m 4602d4576 < # CONFIG_I2C_PXA_PCI is not set 5426d5399 < # CONFIG_MFD_TMIO is not set 6483d6455 < # CONFIG_DRM_LIB_RANDOM is not set 6591d6562 < # CONFIG_VGASTATE is not set 6657d6627 < # CONFIG_SND_OPL4_LIB_SEQ is not set 7085d7054 < # CONFIG_SND_SOC_RT5514_SPI_BUILTIN is not set 7435d7403 < CONFIG_USB_XEN_HCD=m 8545d8512 < # CONFIG_COMMON_CLK_NXP is not set 8547,8567d8513 < # CONFIG_COMMON_CLK_PXA is not set < # CONFIG_COMMON_CLK_PIC32 is not set < # CONFIG_COMMON_CLK_STM32MP157 is not set < # CONFIG_COMMON_CLK_STM32F is not set < # CONFIG_COMMON_CLK_STM32H7 is not set < # CONFIG_COMMON_CLK_MMP2 is not set < # CONFIG_CLK_IMX1 is not set < # CONFIG_CLK_IMX25 is not set < # CONFIG_CLK_IMX27 is not set < # CONFIG_CLK_IMX31 is not set < # CONFIG_CLK_IMX35 is not set < # CONFIG_CLK_IMX5 is not set < # CONFIG_CLK_IMX6Q is not set < # CONFIG_CLK_IMX6SL is not set < # CONFIG_CLK_IMX6SLL is not set < # CONFIG_CLK_IMX6SX is not set < # CONFIG_CLK_IMX6UL is not set < # CONFIG_CLK_IMX7D is not set < # CONFIG_CLK_IMX7ULP is not set < # CONFIG_CLK_VF610 is not set < # CONFIG_CLK_INTEL_SOCFPGA is not set 8577,8580d8522 < # CONFIG_SH_TIMER_CMT is not set < # CONFIG_SH_TIMER_MTU2 is not set < # CONFIG_SH_TIMER_TMU is not set < # CONFIG_EM_TIMER_STI is not set 8676,8677d8617 < # CONFIG_SUNXI_MBUS is not set < # CONFIG_SUNXI_SRAM is not set 9261d9200 < # CONFIG_ARM_GIC_V3_ITS is not set 9269,9276d9207 < # CONFIG_RESET_ATH79 is not set < # CONFIG_RESET_AXS10X is not set < # CONFIG_RESET_LANTIQ is not set < # CONFIG_RESET_LPC18XX is not set < # CONFIG_RESET_NPCM is not set < # CONFIG_RESET_SIMPLE is not set < # CONFIG_RESET_SOCFPGA is not set < # CONFIG_RESET_SUNXI is not set 9278,9279d9208 < # CONFIG_RESET_ZYNQ is not set < # CONFIG_RESET_TEGRA_BPMP is not set 9577d9505 < # CONFIG_ARCH_SUPPORTS_HUGETLBFS is not set 9840d9767 < # CONFIG_SECURITY_WRITABLE_HOOKS is not set 9933,9934d9859 < # CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN is not set < # CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO is not set 10199c10124 < CONFIG_MODULE_SIG_KEY="/home/abuild/rpmbuild/SOURCES/.kernel_signing_key.pem" --- > CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" 10222d10146 < # CONFIG_HAVE_ARCH_BITREVERSE is not set 10251d10174 < # CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set 10354d10276 < # CONFIG_SG_SPLIT is not set 10356d10277 < # CONFIG_ARCH_NO_SG_CHAIN is not set 10395,10404c10316 < CONFIG_DEBUG_INFO=y < # CONFIG_DEBUG_INFO_REDUCED is not set < # CONFIG_DEBUG_INFO_COMPRESSED is not set < # CONFIG_DEBUG_INFO_SPLIT is not set < # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set < CONFIG_DEBUG_INFO_DWARF4=y < CONFIG_DEBUG_INFO_BTF=y < CONFIG_PAHOLE_HAS_SPLIT_BTF=y < CONFIG_DEBUG_INFO_BTF_MODULES=y < # CONFIG_GDB_SCRIPTS is not set --- > # CONFIG_DEBUG_INFO is not set 10481d10392 < # CONFIG_CC_HAS_KASAN_SW_TAGS is not set 10568d10478 < # CONFIG_PROVE_RCU is not set 10760,10775d10669 < < CONFIG_SUSE_KERNEL=y < < # < # SUSE Release Details < # < # CONFIG_SUSE_PRODUCT_SLE is not set < # CONFIG_SUSE_PRODUCT_OPENSUSE_LEAP is not set < CONFIG_SUSE_PRODUCT_OPENSUSE_TUMBLEWEED=y < CONFIG_SUSE_PRODUCT_CODE=3 < CONFIG_SUSE_VERSION=0 < CONFIG_SUSE_PATCHLEVEL=0 < CONFIG_SUSE_AUXRELEASE=0 < # CONFIG_SUSE_KERNEL_SUPPORTED is not set < CONFIG_SUSE_KERNEL_RELEASED=y < # end of SUSE Release Details The version: # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20220215"
I forgot to give some relevant information about the computer.. # lspci 00:00.0 Host bridge: Intel Corporation Device 4650 (rev 05) 00:01.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 (rev 05) 00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 05) 00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 05) 00:14.0 USB controller: Intel Corporation Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller (rev 11) 00:14.2 RAM memory: Intel Corporation Alder Lake-S PCH Shared SRAM (rev 11) 00:15.0 Serial bus controller: Intel Corporation Alder Lake-S PCH I2C Controller #0 (rev 11) 00:16.0 Communication controller: Intel Corporation Alder Lake-S PCH HECI Controller #1 (rev 11) 00:17.0 SATA controller: Intel Corporation Alder Lake-S PCH SATA Controller [AHCI Mode] (rev 11) 00:1a.0 PCI bridge: Intel Corporation Device 7ac8 (rev 11) 00:1c.0 PCI bridge: Intel Corporation Device 7aba (rev 11) 00:1d.0 PCI bridge: Intel Corporation Device 7ab0 (rev 11) 00:1f.0 ISA bridge: Intel Corporation Z690 Chipset LPC/eSPI Controller (rev 11) 00:1f.3 Audio device: Intel Corporation Alder Lake-S HD Audio Controller (rev 11) 00:1f.4 SMBus: Intel Corporation Alder Lake-S PCH SMBus Controller (rev 11) 00:1f.5 Serial bus controller: Intel Corporation Alder Lake-S PCH SPI Controller (rev 11) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970] 02:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO 03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/PM9A3/980PRO 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
Dup of bug 1195887 or bug 1195885 *** This bug has been marked as a duplicate of bug 1195887 ***