I’ve tried plenty of Linux distro since 2020. Every shot was failure so far. I could only installed Zorin OS in 2024 and Fedora 2025. The problem starts after installation.
I cant start directly the linux distro. I have to first boot Windows10, then restart the computer and choose Fedora in grub menu. Otherwise, my fans make too much noise, and in the background, some system commands, or whatever it is, consumes so much cpu which makes my system to freeze. I am attaching some screenshots of some commands.
You can see system information below:
~$ uname -a
Linux fedora 6.14.0-63.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Mar 24 19:53:37 UTC 2025 x86_64 GNU/Linux
~$ cat /etc/fedora-release
Fedora release 42 (Adams)
~$ lspci -k | grep -EA3 'VGA|3D'
00:02.0 VGAcompatible controller: Intel Corporation HD Graphics 630 (rev 04)
Subsystem: ASUSTeK Computer Inc. Device 18a0
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 3Dcontroller: NVIDIA Corporation GM107M [GeForce GTX 950M] (rev a2)
Subsystem: ASUSTeK Computer Inc. Device 18a0
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
~$ lsmod | grep nvidia
nvidia_drm 159744 0
nvidia_modeset 1843200 1 nvidia_drm
nvidia_uvm 4079616 0
nvidia 112271360 2nvidia_uvm,nvidia_modeset
drm_ttm_helper 16384 1 nvidia_drm
video 81920 4 asus_wmi,asus_nb_wmi,i915,nvidia_modeset
You may see the output of journalctl command in a screenshout, however, I also wanna add the output below since outputs are different.
~$ journalctl -f
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: device [8086:a112] error status/mask=00000001/00002000
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 73 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: AER: Correctable error message received from 0000:00:1c.2
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 69 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: AER: Correctable error message received from 0000:00:1c.2
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 75 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: device [8086:a112] error status/mask=00000001/00002000
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 90 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: [ 0] RxErr (First)
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 73 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: AER: found no error details for 0000:00:1c.2
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 75 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 64 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: AER: Correctable error message received from 0000:00:1c.2
Aug 31 09:47:55 fedora systemd-journald[872]: Missed 90 kernel messages
Aug 31 09:47:55 fedora kernel: pcieport 0000:00:1c.2: [ 0] RxErr (First)
Lastly, I can add output of lshw and lspci -v commands, but the output is too long so I will add if you ask.
Thank you for your replies in advance.


