You are not logged in.

#1 2022-10-13 03:23:10

bubbless
Member
Registered: 2022-01-23
Posts: 15

[SOLVED] New installation boots into black screen

ISO used was the October 2022 one and PC specs are NVIDIA RTX 3090, AMD Ryzen 9 5950X, ASUS X570E Gaming mobo updated to newest available BIOS. Tried booting into linux-lts and after displaying the message

Starting version 251.5-1-arch
/dev/mapper/volgroup0-lv_root: recovering journal
/dev/mapper/volgroup0-lv_root: clean, 306462/1966080 files,
_

the screen just turns black. Ctrl + Alt + F# to switch tty didn't work, and chrooting into the install, journalctl has some output like so:

hostname kernel: Linux version 5.15.72-1-lts (linux-lts@archlinux) (gcc (GCC) 12.2.0, GNU 1d (GNU Binutils) 2.39.0) #1 SMP Wed, 05 Oct 2022 12:15:15 +0000
...
hostname kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
hostname kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-lts", will be passed to user space.
...
hostname kernel: Key type blacklist registered
...
hostname kernel: kvm: disabled by bios
hostname kernel: kvm: disabled by bios
hostname kernel: kvm: disabled by bios
hostname kernel: kvm: disabled by bios
...
hostname kernel: nvidia: loading out-of-tree module taints kernel.
hostname kernel: nvidia: module license 'NVIDIA' taints kernel.
hostname kernel: Disabling lock debugging due to kernel taint
hostname kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
hostname kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
hostname kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
hostname kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
hostname kernel: cfg80211: failed to load regulatory.db
hostname kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
...
hostname kernel: iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-39.ucode failed with error -2
hostname kernel: iwlwifi 0000:04:00.0: no suitable firmware found!
hostname kernel: iwlwifi 0000:04:00.0: minimum version required: iwlwifi-cc-a0-39
hostname kernel: iwlwifi 0000:04:00.0: maximum version supported: iwlwifi-cc-a0-66
hostname kernel: iwlwifi 0000:04:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
hostname systemd[1]: Reached target Sound Card.
hostname kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 515.76 Mon Sep 12 19:21:56 UTC 2022
hostname systemd-udevd[592]: nvidia: Process '/usr/bin/bash -c ' /usr/bin/mkmod -Z -m 666 /dev/nvidiactl c $(grep nvidia -frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
hostname systemd-udevd[592]: nvidia: Process '/usr/bin/bash -c ' for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mkmod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
hostname kernel: igb 0000:06:00.0 enp6s0: renamed from eth1
hostname kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
hostname systemd-modules-load[505]: Inserted module 'nvidia_uvm'
hostname systemd[1]: Finished Load Kernel Modules.
...
hostname systemd[1]: Starting Apply Kernel Variables
hostname kernel: kvm: disabled by bios
hostname kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 515.76 Mon Sep 12 19:11:54 UTC 2022
hostname kernel: intel_rap1_common: Found RAPL domain package
hostname kernel: intel_rap1_common: Found RAPL domain core
hostname kernel: [drm] [nvidia-drm] [GPU ID 0x00000a00] Loading driver
hostname kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:0a:00.0 on minor 0
hostname kernel: nvidia-uvm: Loaded the UVM driver, major device number 510.
hostname systemd[1]: Finished Apply Kernel Variables
...
hostname kernel: r8169 0000:05:00.0 Direct firmware load for rtl_nic/rt18125a-3.fw failed with error -2
hostname kernel: r8160 0000:05:00.0 Unable to load firmware rtl_nic/rt18125a-3.fw (-2)

Reading the journalctl past this, there's a bunch of services failing to activate because they aren't being found. For example:

hostname systemd[795]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service is not found.

and then we have

hostname systemd-logind[764]: System is rebooting.
hostname systemd[1]: Stopping Session 1 of User username
hostname systemd[1]: Removed slice Slice /system/modprobe.
hostname systemd[1]: Stopped target Bluetooth Support.
hostname systemd[1]: Stopped target Graphical Interface.
hostname systemd[1]: Stopped target Multi-User System.
hostname systemd[1]: Stopped target Login Prompts.
hostname systemd[1]: Stopped target Sound Card.
hostname systemd[1]: Stopped target Timer Units
hostname systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully
hostname systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
hostname systemd[1]: shadow.timer: Deactivated successfully
hostname systemd[1]: Stopped Daily verification of password and group files.
hostname su[8101]: pam_unix(su:sesssion): session closed for user root
...
hostname systemd[1]: systemd-tmpfiles-clean.timer Deactivated successfully
hostname login[771]: pam_unix(login:session): session closed for user username
hostname systemd[1]: Stopped Daily Cleanup of Temporary Directories
hostname mkinitcpio[11769]: ==> Starting build: none
hostname login[771]: pam_systemd(login:session): Failed to release session: Interrupted system call

Also, no idea if this is related, but lspci -k lists nouveau as the kernel driver in use for my GPU instead of nvidia.

Any ideas on how to fix this? Thanks in advance!!

Last edited by bubbless (2022-10-14 00:11:17)

Offline

#2 2022-10-13 03:29:20

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: [SOLVED] New installation boots into black screen

Which graphics drivers did you install?

All the best,

-HG

Offline

#3 2022-10-13 03:49:57

bubbless
Member
Registered: 2022-01-23
Posts: 15

Re: [SOLVED] New installation boots into black screen

Hey HG, thanks for replying! I installed nvidia and nvidia-lts.

Offline

#4 2022-10-13 03:52:25

loqs
Member
Registered: 2014-03-06
Posts: 18,964

Re: [SOLVED] New installation boots into black screen

Have you looked at similar recent threads involving Nvidia 3000 series GPUs producing blank screens such as https://bbs.archlinux.org/viewtopic.php?id=280402 or https://bbs.archlinux.org/viewtopic.php?id=280102

Offline

#5 2022-10-13 07:01:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,479

Re: [SOLVED] New installation boots into black screen

If that's not it and we kindly ignore that this is the exact same boot sequence as https://bbs.archlinux.org/viewtopic.php?id=280405  … you're also booting w/ IBT
https://wiki.archlinux.org/title/NVIDIA#Installation

If neither, post the entire journal, not some random, edited segments. (See 1st link below)

Also, no idea if this is related, but lspci -k lists nouveau as the kernel driver in use for my GPU instead of nvidia.

Because you're (hopefully) not looking at the journal of the booted system, but a chroot.
lspci is however for the running boot.

Offline

#6 2022-10-14 00:10:40

bubbless
Member
Registered: 2022-01-23
Posts: 15

Re: [SOLVED] New installation boots into black screen

Updating to new nvidia drivers with the version that was just released (520.56.06) fixes it! Marking as solved, thanks for the help smile

Offline

Board footer

Powered by FluxBB