PCIE Error resulting in no GUI/ instant freezing after boot

You obviously didn’t read 20 posts above :wink: (post #6)

We asked him to reinstall via nouveau driver only and one suggestion was to install Nvidia 470x post install. But first we wanted to see if it works on nouveau.

1 Like

i also tried installing the 470xx drivers after the os installation but it did not help

It say’s reinstall the OS? That’s what i thought but i was just answering his question. He asked?

How about post the link

inxi -Faz --no-host | eos-sendlog

The Pcie errors don’t likely come from Nvidia.You probably need to update the bios & or add some kernel parameters on boot for these errors.

Just to check, what was the last OS that this laptop was working correctly with?

The Windows10 that is currently on dual boot with my endeavourosOS problem

Can you post?

inxi -Faz --no-host | eos-sendlog

Edit: :thinking: I guess not!

Try to add in /etc/default/grub a pcie_aspm=off
Find a GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and change to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=off"
After that update grub with # grub-mkconfig -o /boot/grub/grub.cfg and try to boot.

Kernel parameters - ArchWiki (archlinux.org)

GRUB - ArchWiki (archlinux.org)

3 Likes

Finally somebody pays attention. :+1:

1 Like

I tried this and it seems like it now workes now i just need to finish my GUI instalation thx for the help

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.