You are not logged in.

#1 2023-09-01 14:16:30

j00k3d
Member
Registered: 2023-07-11
Posts: 2

[Solved] 4070 Ti - Locks up on boot

Arch displays two lines of the boot process, and then doesn't continue. From the logs it looks like the graphical environment isn't being loaded? You can see in the boot logs it registers that power button is held down to shutdown the machine.

uname -a:

Linux arch-btw 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linux

pacman -Q | grep nvidia:

nvidia 535.104.05-2
nvidia-settings 535.104.05-1
nvidia-utils 535.104.05-1

mkinitcpio.conf:

MODULES=(btrfs nvidia nvidia_modeset nvidia_uvm nvidia_drm)
BINARIES=(/usr/bin/btrfs)
FILES=()
HOOKS=(base systemd autodetect keyboard sd-vconsole modconf block filesystems fsck)

systemctl get-default:

multi-user.target

I changed this based on my last install where I was also having an issue getting the 4070 drivers installed. It was previously set to

graphical.target

, but that was not working either.

journalctl -b -1 | grep nvidia (logs from last boot):

 Sep 01 00:32:43 arch-btw kernel: nvidia: loading out-of-tree module taints kernel.
Sep 01 00:32:43 arch-btw kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 01 00:32:43 arch-btw kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 01 00:32:43 arch-btw kernel: nvidia: module license taints kernel.
Sep 01 00:32:43 arch-btw kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
Sep 01 00:32:43 arch-btw kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Sep 01 00:32:43 arch-btw (udev-worker)[437]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Sep 01 00:32:43 arch-btw (udev-worker)[397]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Sep 01 00:32:43 arch-btw kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Sep 01 00:32:43 arch-btw systemd-modules-load[363]: Inserted module 'nvidia_uvm'
Sep 01 00:32:43 arch-btw kernel: nvidia-uvm: Loaded the UVM driver, major device number 509.
Sep 01 00:32:43 arch-btw kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.104.05  Sat Aug 19 00:59:57 UTC 2023
Sep 01 00:32:43 arch-btw kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Sep 01 00:32:43 arch-btw kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0

Full log from last boot:
Full log from last boot

Last edited by j00k3d (2023-09-02 01:15:28)

Offline

#2 2023-09-01 14:19:30

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

Re: [Solved] 4070 Ti - Locks up on boot

Sep 01 00:32:40 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 01 00:32:40 archlinux kernel: fbcon: Deferring console take-over
Sep 01 00:32:40 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device

https://wiki.archlinux.org/title/NVIDIA … de_setting

Sep 01 00:32:43 arch-btw kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Sep 01 00:32:43 arch-btw kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Sep 01 00:32:43 arch-btw kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes

Blacklist i915

Offline

#3 2023-09-02 01:16:27

j00k3d
Member
Registered: 2023-07-11
Posts: 2

Re: [Solved] 4070 Ti - Locks up on boot

I had to blacklist i915 by using the install trick from the wiki, but it worked!

Thread marked as solved.

I appreciate you, Seth. Learned a lot.

Offline

Board footer

Powered by FluxBB