You are not logged in.

#1 2023-03-31 16:29:46

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

[SOLVED] Stuck on [ok] reached target graphical interface on boot

Hi I have had this error before and it has come up again after a recent upgrade using

sudo pacman -Syu

.
I managed to solve the issue before by running

sudo mkinitcpio -p linux

but that didn't work this time. I have a Gist up for the Xorg log file
This forum post may provide more information on my situation as it was how I solved the issue last time. Thanks smile

Last edited by Bobbins228 (2023-04-03 12:39:44)

Offline

#2 2023-03-31 18:40:24

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

You're using xf86-video-fbdev…

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

If "ENDBR" shows up in the journal, https://wiki.archlinux.org/title/NVIDIA#Installation 2nd note, "ibt=off"

Offline

#3 2023-04-01 11:35:06

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Hey Seth

I've got the logs file here

Offline

#4 2023-04-01 12:16:10

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Apr 01 12:26:02 mark-pc kernel: pci 0000:0b:00.0: [10de:1e81] type 00 class 0x030000

You have an nvidia GPU, but no kernel module is loaded.
nouveau is likely blacklisted by nvidia-utils - but there seems no nvidia kernel module for (the current) 6.2.8-arch1-1 kernel

pacman -Qs 'linux|nvidia'

Offline

#5 2023-04-01 14:54:15

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Output of

pacman -Qs 'linux|nvidia'

here

Offline

#6 2023-04-01 15:16:16

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

dkms status

You don't need the dkms module, though. You're using the regular kernel (only).

Offline

#7 2023-04-01 15:35:04

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

hid-playstation/20210216: added
nvidia/530.41.03: added

Offline

#8 2023-04-01 18:15:00

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

SO the nvidia module is supposed to be there, can you

sudo modprobe -v nvidia

What's the output of

lsmod | grep nvidia
lspci -k

Offline

#9 2023-04-02 11:21:49

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Output 1

modeprobe: FATAL: Module nvidia not found in directory /lib/modules/6.2.8-arch1-1

Output 2

 ic2_nvidia_gpu     16384   0

Output 3
lspci.txt

Offline

#10 2023-04-02 12:31:49

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

The dkms build failed (it'd also say "installed" instead of "added")
Try to rebuild the module and post the output, https://wiki.archlinux.org/title/Dynami … ld_modules

seth wrote:

You don't need the dkms module, though. You're using the regular kernel (only).

Offline

#11 2023-04-02 12:58:05

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

I got an error when running

sudo dkms autoinstall

here is the output

Offline

#12 2023-04-02 13:33:17

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

<command-line>: fatal error: /lib/modules/6.2.8-arch1-1/build/include/linux/autoconf.h: No such file or directory
pacman -Qikk linux-headers

Offline

#13 2023-04-02 13:57:20

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Here is the output

Offline

#14 2023-04-02 14:13:05

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Did you also consider looking at it?

warning: linux-headers: /usr/lib/modules/6.2.8-arch1-1/build/include/generated/autoconf.h (No such file or directory)

The package is broken, re-install it and reguild the module.
Since this seems a more frequent thing, check the integrity of your drive, https://wiki.archlinux.org/title/SMART

Could also be a filesystem (btrfs?) or trimmign (ssd?) problem.

Offline

#15 2023-04-02 14:36:40

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

I reinstalled linux-headers but I'm still getting the bad return status. output

I ran a SMART test and it passed the overall health self assessment.

Offline

#16 2023-04-02 14:38:59

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Consult /var/lib/dkms/hid-playstation/20210216/build/make.log for more information.
Consult /var/lib/dkms/nvidia/530.41.03/build/make.log for more information.

pacman -Qikk linux-headers

Edit:

it passed the overall health self assessment.

Is pretty much useless, post the output of "smartctl -a" for the drive.

Last edited by seth (2023-04-02 14:39:49)

Offline

#17 2023-04-02 15:04:21

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Offline

#18 2023-04-02 17:42:12

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

<command-line>: fatal error: /lib/modules/6.2.8-arch1-1/build/include/linux/autoconf.h: No such file or directory

Nothing has changed?
Where's the updated output of

pacman -Qikk linux-headers

?

W/ the nvme, trimming or APST related errors are more likely the cause **iff** this is a problem on the filesystem level (what I'm less inclined to believe if updating the package left you w/ the exact same error)
=> Check the dmesg, https://wiki.archlinux.org/title/Solid_ … leshooting

Also, maybe as global sanity check:

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | curl -F 'file=@-' 0x0.st

Offline

#19 2023-04-02 18:16:32

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Okay here is the output for the 'pacman -Qikk linux-headers' command.

The output of the sanity check command.

and the output of dmesg. I read the link you sent but it says that the kernel parameter is out of date with the latest kernels.

Offline

#20 2023-04-02 18:28:18

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

The install date changed, but the very same files are still missing.
The rest of the packages doesn't look that bad.

pacman -S linux-headers

it says that the kernel parameter is out of date with the latest kernels

"may no longer be necessary" is vehemently contradicted by some recent forum threads…

Offline

#21 2023-04-02 18:57:10

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

Okay I first added that kernel parameter to /boot/loader/entries/default.conf and rebooted my system.default.conf

I then ran `pacman -S linux-headers` which had a different output this time. Output

I then ran `pacman -Qikk linux-headers` which was also a different error this time. Output

It says that I'm Missing 6.2.9-arch1-1 kernel modules tree for module nvidia/530.41.03 so would running

dkms autoinstall

work this time?

Offline

#22 2023-04-02 19:08:41

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

You ran "pacman -Sy linux-headers", ie. a partial update.
But the header package is now intact.
Update the entire system, notably the kernel.

I'll mention one last time: you don't actually need the dkms package, as you're running the regular-ass kernel anyway.

Offline

#23 2023-04-02 19:50:23

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

I just ran a update to the system rebooted and there is no change

Offline

#24 2023-04-02 19:57:24

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

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

There has to be a change if you updated to the 6.2.9 kernel because then the previous dkms error won't remain.

Offline

#25 2023-04-02 20:13:24

Bobbins228
Member
From: Ireland
Registered: 2022-05-05
Posts: 31

Re: [SOLVED] Stuck on [ok] reached target graphical interface on boot

I am using the 6.2.9 kernel I have the output of `sudo -Qikk linux-header`

And here is the output of dmesg

Offline

Board footer

Powered by FluxBB