LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-09-2021, 11:17 AM   #1
Neljor
LQ Newbie
 
Registered: May 2020
Location: Seattle, US
Distribution: OpenSuSE
Posts: 21

Rep: Reputation: Disabled
Latest kernels won't boot.


Dear people,
Having problems with the latest kernel kernel-default-5.13.0-5.1.g9140415.x86_64.
The later kernel kernel-default-5.13.1-1.1.gbebf622.x86_64 has the same issue.
But the kernel-default-5.13.0-4.1.gaa40472.x86_64 works fine, although for some reason logrotate fails to start at boot time en needs to be started manually.

The attachment shows the error I get when one of those two mentioned kernels are booted.

Code:
# rpm -qi kernel-default-5.13.1-1.1.gbebf622.x86_64
Name        : kernel-default
Version     : 5.13.1
Release     : 1.1.gbebf622
Architecture: x86_64
Install Date: Thu Jul  8 11:13:05 2021
Group       : System/Kernel
Size        : 180010351
License     : GPL-2.0
Signature   : RSA/SHA256, Thu Jul  8 02:40:23 2021, Key ID eceef21003579c1d
Source RPM  : kernel-default-5.13.1-1.1.gbebf622.nosrc.rpm
Build Date  : Thu Jul  8 02:35:16 2021
Build Host  : lamb67
Relocations : (not relocatable)
Vendor      : obs://build.opensuse.org/Kernel
URL         : http://www.kernel.org/
Summary     : The Standard Kernel
Description :
The standard kernel for both uniprocessor and multiprocessor systems.


Source Timestamp: 2021-07-08 05:02:50 +0000
GIT Revision: bebf622aff1cb3cc04057e235652056aa3e2cff5
GIT Branch: stable
Distribution: Kernel:stable

# cat /etc/SUSE-brand 
openSUSE
VERSION = 15.2

Thank you so much in advance!
Please let me know if you need more information.

Peter
Attached Thumbnails
Click image for larger version

Name:	Boot-error.jpg
Views:	17
Size:	252.9 KB
ID:	36764  
 
Old 07-09-2021, 12:36 PM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,149

Rep: Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264Reputation: 1264
No kernel error. Looks like the kernel is up and mounting filesystems. systemd got the error that you see. I'd suggest backing up to the previous kernel and updating userspace.
 
1 members found this post helpful.
Old 07-09-2021, 01:35 PM   #3
Neljor
LQ Newbie
 
Registered: May 2020
Location: Seattle, US
Distribution: OpenSuSE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by smallpond View Post
No kernel error. Looks like the kernel is up and mounting filesystems. systemd got the error that you see. I'd suggest backing up to the previous kernel and updating userspace.
Thank you.
Yes, but it only happens with the new kernel, so something is not compatible with the new kernel?
Also, root directory was not mounted in rw mode ad the faulty kernel immediately starts with not taking the configured resolution.

And how can I update userspace?

Last edited by Neljor; 07-10-2021 at 10:29 AM.
 
Old 07-09-2021, 02:36 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I'm not sold on the kernel but could be. See Kernel.org for the diff.

I'd boot to the working kernel and zypper it being sure use dup maybe first. My thought is either bad upstream issue or some reason it didn't fully update and reboot. Maybe a user issue. Plenty of ways to go on this but start with utmp.
 
Old 07-10-2021, 09:41 AM   #5
Neljor
LQ Newbie
 
Registered: May 2020
Location: Seattle, US
Distribution: OpenSuSE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Additional info to Latest kernels wont boot completely.

Thank you all for your response or reading!

Booted one of the faulty kernels, and it starts immediately with not taking the configured resolution, starts with big letters.
Fails root partition to mount in rw mode, but can save it to the home directory.


Errors start at line 649

#journalctl -xb
https://pastebin.com/WApw6ubx

Thank you kindly for your help.
 
Old 07-10-2021, 11:45 AM   #6
Neljor
LQ Newbie
 
Registered: May 2020
Location: Seattle, US
Distribution: OpenSuSE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
I'm not sold on the kernel, but could be. See Kernel.org for the diff.

I'd boot to the working kernel and zypper it being sure use dup maybe first. My thought is either bad upstream issue or some reason it didn't fully update and reboot. Maybe a user issue. Plenty of ways to go on this but start with utmp.
Would believe there is some incompatibility with the latest kernels, but how or what (??), could try a vanilla one from kernel.org
openSUSE kernels have lots of patches. I don't understand anything about C programming, so checking the diff makes no sense for
me in understanding how it would impact the system.

Save for now, because the older kernels work fine.
Anybody tried the latest kernels?

Kindly,

Peter

Last edited by Neljor; 07-10-2021 at 11:46 AM. Reason: Typo
 
Old 07-10-2021, 02:17 PM   #7
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Note that 5.13 is bleeding edge kernels: Even Fedora is still only in testing with those and only distributing the 5.12 kernels so far. Maybe it would be wise to be a little slower in moving to the latest.
 
1 members found this post helpful.
Old 07-10-2021, 04:27 PM   #8
Neljor
LQ Newbie
 
Registered: May 2020
Location: Seattle, US
Distribution: OpenSuSE
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
Note that 5.13 is bleeding edge kernels: Even Fedora is still only in testing with those and only distributing the 5.12 kernels so far. Maybe it would be wise to be a little slower in moving to the latest.
Thanks, just installed the kernel-default-5.12.15-lp152.1.1.x86_64 kernel, see if this is good enough for the external soundcard.

Also replace the old kernel.repo with a new one that does not have the 5.13 kernel.

Have a great day!

Last edited by Neljor; 07-10-2021 at 04:42 PM. Reason: Extra info
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Assertion `kernels [x] == kernels [x]' failed with emulator in Slackware 14 Holering Slackware 1 05-10-2013 03:43 PM
backward compatibility in kernels + custom kernels + more queries mmp_3341 Linux - Kernel 1 04-12-2007 07:28 AM
Distro's latest kernels? studpenguin Linux - Newbie 4 04-16-2004 07:44 PM
latest kernels praveen_2003 Linux - Software 1 04-14-2003 05:59 AM
RH 8 kernels and their relation to 'stock' kernels psweetma Linux - Distributions 1 03-29-2003 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration