You are not logged in.

#76 2022-08-23 12:55:45

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

The uname request was only for daren_k who probably has an entirely different problem.

To me this looks like the kernel forgot to init a variable and relied on the memory being cleared by the bootloader - what doesn't happen w/ syslinux.

Offline

#77 2022-08-23 21:43:02

Artlav
Member
Registered: 2016-07-11
Posts: 36
Website

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

loqs wrote:

Test patch from https://bugzilla.kernel.org/show_bug.cgi?id=216387#c3
https://drive.google.com/file/d/1CM4WRZ … sp=sharing linux-5.19.2.arch1-2.4-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1BKvrgH … sp=sharing linux-headers-5.19.2.arch1-2.4-x86_64.pkg.tar.zst

That one boots up fine.

Offline

#78 2022-08-23 22:07:28

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

The fix has been formalized in https://lore.kernel.org/all/YwUKNX6USrBSrSa6@zn.tnic/ and is tagged for stable.

Offline

#79 2022-08-24 08:12:56

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 190

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

what is strange on my desktop I have boot up with 5.19.3-arch1-1 which is from official arch repo and syslinux 6.04.pre2.r11.gbf6db5b4-3

Offline

#80 2022-08-24 11:56:09

Watnuss
Member
Registered: 2013-03-04
Posts: 53

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

loqs wrote:

Test patch from https://bugzilla.kernel.org/show_bug.cgi?id=216387#c3
https://drive.google.com/file/d/1CM4WRZ … sp=sharing linux-5.19.2.arch1-2.4-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1BKvrgH … sp=sharing linux-headers-5.19.2.arch1-2.4-x86_64.pkg.tar.zst
[...]

The kernel works. I will also confirm that in the upstream bug report. Thanks for all the great work loqs.

Offline

#81 2022-08-27 09:47:18

Perruweb
Member
Registered: 2015-10-22
Posts: 6

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Hello,

Is this fixed for you with linux 5.19.4.arch1-1 ?

I've similarly problem but I still bootloop with this new kernel. Maybe it's not exactly the same problem...

Offline

#82 2022-08-27 18:51:37

Artlav
Member
Registered: 2016-07-11
Posts: 36
Website

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Don't think so. It's not upstream yet, and there are no patches applied in the arch package.

Offline

#83 2022-08-29 22:09:49

MH2012
Member
Registered: 2020-08-25
Posts: 7

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

MH2012 wrote:

I have the same issue. Upgraded from 5.18.9 to 5.19.2 and reboots when the before mentioned 3 lines of text is displayed:

Loading intramfs-linux.img ok
Loading intel-ucode.img ok
Loading vmlinuz.linux ok

I solved the issue by downgrading to 5.18.9, but a solution could be nice. Otherwiser, I hope a new kernel release solves the problem (a lazy approach I know).

Just for info. I solved the issue by changing bootloader from Syslinux to GRUB. Then I successfully upgraded to 5.19.4.

Offline

#84 2022-08-30 20:29:02

Artlav
Member
Registered: 2016-07-11
Posts: 36
Website

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

MH2012 wrote:

Just for info. I solved the issue by changing bootloader from Syslinux to GRUB. Then I successfully upgraded to 5.19.4.

Doesn't guarantee to work - i have grub on the affected (UEFI) systems, and it still fails.

Offline

#85 2022-08-31 02:37:40

jbg
Member
Registered: 2022-08-20
Posts: 6

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

The fix is in linux stable tree now: https://git.kernel.org/pub/scm/linux/ke … isc.h#n137

So it should be resolved in 5.19.6 when that gets released.

Offline

#86 2022-09-02 07:48:37

Watnuss
Member
Registered: 2013-03-04
Posts: 53

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Indeed it is. Running the archlinux kernel 5.19.6-arch1-1 and am able to boot again. I am not the OP, but the thread could be marked as resolved now.

Offline

#87 2022-09-09 17:02:24

msrd0
Member
From: Germany
Registered: 2015-10-18
Posts: 6

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Also not the OP, but I can confirm that the latest kernel, 5.19.7-zen2-1-zen, is booting just fine again.

Offline

#88 2022-11-25 20:23:44

ImACrazyGuyLol
Member
Registered: 2022-09-19
Posts: 5

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Maelstr0m wrote:

Same problem as everyone here on an Asus N76VM laptop, with multiple lvm partitions.
Instant reboot after syslinux tries to start the kernel.
Downgrading the linux kernel and headers to 5.18.6 fixed the issue.

I think I have the same problem here, it’s boot looping but every time into the setup utility, I’m a newbie so how do I downgrade it?

Offline

#89 2022-11-25 21:04:28

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: Lock up on upgrade kernel 5.18.16-arch1-1 to 5.19.1-arch2-1

Downgrading packages.  Please note the issue covered by this thread was fixed in 5.19.6.

Offline

Board footer

Powered by FluxBB