You are not logged in.

#1 2023-03-03 17:59:23

stackglock
Member
Registered: 2023-03-03
Posts: 5

Linux 6.0 and higher does not work.

Hi, everybody

I don't have a new version of the linux kernel running, it doesn't matter linux-zen, linux-lts or linux. As I understand it, any version starting from 6 does not work. I downloaded the old October ISO from archlinux archive. During the installation of the system, I also installed linux-zen 5.9.9 version using the same archive. So I was able to install the system.

Previously, the problem was solved simply by installing linux-lts, but now it does not help (it looks like it has been updated). The problem is the following: after booting the system with a new kernel, it just freezes at a random stage after a few seconds and sometimes the computer starts an automatic reboot. It does not output any errors (the same with the fresh Arch Linux ISO).

Everything works fine on my main computer.

DE: KDE Plasma.

System Information
	Manufacturer: HP
	Product Name: HP Laptop 15-ra0xx
	Version: Type1ProductConfigId
	Serial Number: CND8300BQY
	UUID: f8dde7ec-4586-e811-a4c3-c8d9d2a2cc0e
	Wake-up Type: Power Switch
	SKU Number: 3QT91EA#ACB
	Family: 103C_5335KV HP Notebook

Processor Information
	Socket Designation: CHV
	Type: Central Processor
	Family: Celeron
	Manufacturer: Intel(R) Corporation
	ID: C4 06 04 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 76, Stepping 4
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Celeron(R) CPU  N3060  @ 1.60GHz
	Voltage: 3.7 V
	External Clock: 83 MHz
	Max Speed: 1660 MHz
	Current Speed: 1600 MHz
	Status: Populated, Enabled
	Upgrade: Slot 1
	L1 Cache Handle: 0x0006
	L2 Cache Handle: 0x0007
	L3 Cache Handle: Not Provided
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Part Number: To Be Filled By O.E.M.
	Core Count: 2
	Core Enabled: 2
	Thread Count: 2
	Characteristics:
		64-bit capable
		Multi-Core
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

Last edited by stackglock (2023-03-04 15:24:47)

Offline

#2 2023-03-03 21:59:33

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

Re: Linux 6.0 and higher does not work.

everything doesn't work very well. The mesa driver doesn't want to run, and pacman often outputs various errors

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

sometimes the computer starts an automatic reboot

Underpowered, overheated, broken RAM, broken CPU or, by remote chance, a (hibernating) parallel windows reboots.

after booting the system with a new kernel, it just freezes at a random stage after a few seconds

See whether you can run

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

before that happens


Also please edit your post and wrap the system information in code tags, https://bbs.archlinux.org/help.php#bbcode

Online

#3 2023-03-12 12:23:52

stackglock
Member
Registered: 2023-03-03
Posts: 5

Re: Linux 6.0 and higher does not work.

Sorry for the late response, I didn't have access to the laptop. Also thanks for your corrections, I edited the post.

I can't enter this command because I can't boot into the kernel. But I booted from a running linux-zen 5.9.9 kernel and copied the previous boot log using the command:

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

Here is: https://pastebin.com/cuFmCvb0

Offline

#4 2023-03-12 12:57:14

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

Re: Linux 6.0 and higher does not work.

Unfortunately

Mar 12 14:55:44 archlinux systemd-journald[176]: Time spent on flushing to /var/log/journal/bb28fbe0103340ef8f803e3241b45fe1 is 20.869ms for 718 entries.

that ends early w/ the journal flush.

Can you boot w/ "nomodeset"?

Online

#5 2023-03-12 13:50:19

stackglock
Member
Registered: 2023-03-03
Posts: 5

Re: Linux 6.0 and higher does not work.

Here is: https://pastebin.com/ugZRWm1S

The loading stopped at this point:

 Mar 12 16:25:40 archlinux kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 

I waited 10 minutes, nothing changed. But with the nomodeset parameter, the laptop does not freeze tightly and after pressing the power button, I continue to see shutdown logs.

Offline

#6 2023-03-12 14:18:47

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

Re: Linux 6.0 and higher does not work.

Mar 12 16:24:59 archlinux sddm[280]: Initializing...
Mar 12 16:24:59 archlinux sddm[280]: Starting...
Mar 12 16:24:59 archlinux sddm[280]: Logind interface found

NM will fail w/ nomodeset, try to only boot the multi-user.target (2nd link below)

Also post the output of

pacman -Qs intel

and try to disable PSR https://wiki.archlinux.org/title/Intel_ … flickering and fbc, https://wiki.archlinux.org/title/Intel_ … nable_fbc) (nb. "i915.enable_fbc=1") - the latter two w/o "nomodeset"

Online

#7 2023-03-12 16:18:08

stackglock
Member
Registered: 2023-03-03
Posts: 5

Re: Linux 6.0 and higher does not work.

Changed default boot target with

systemctl set-default multi-user.target

Logs w/ nomodeset - http://0x0.st/HiYr.txt
Logs w/ psr and fbc - http://0x0.st/HiY-.txt

It's sad, but it looks like everything stopped at the same place as last time. It looks like some kind of random, idk.

Mar 12 18:59:17 archlinux systemd-journald[173]: Time spent on flushing to /var/log/journal/bb28fbe0103340ef8f803e3241b45fe1 is 17.439ms for 718 entries.

Pacman output:

pacman -Qs intel

local/lib32-vulkan-intel 22.3.6-1
    Intel's Vulkan mesa driver (32-bit)
local/libmfx 23.1.3-2
    Intel Media SDK dispatcher library
local/vulkan-intel 22.3.6-1
    Intel's Vulkan mesa driver
local/xf86-video-intel 1:2.99.917+923+gb74b67f0-1 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers

Offline

#8 2023-03-12 16:35:03

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

Re: Linux 6.0 and higher does not work.

Get rid of xf86-video-intel,

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

to make sure there're no pending references.

But does https://0x0.st/HiYr.txt that nomodeset now also failed?

Online

#9 2023-03-12 16:40:16

stackglock
Member
Registered: 2023-03-03
Posts: 5

Re: Linux 6.0 and higher does not work.

grep -ri intel /{etc,usr/share}/X11/xorg.conf*

Nothing showed

But does https://0x0.st/HiYr.txt that nomodeset now also failed?

Yes, it's failed...

Offline

#10 2023-03-12 17:33:36

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

Re: Linux 6.0 and higher does not work.

If the system doesn't spontanously reboot, do NOT reboot it w/ the power button but try to use https://wiki.archlinux.org/title/Keyboa … el_(SysRq)

Online

Board footer

Powered by FluxBB