42.2 kernel panic after latest update - help!!!

Hi all,

I have a small problem with my Open Suse 42.2 after the latest update. It presents the following error on boot:

https://www.dropbox.com/s/a5fcj3ts69mjv7v/20170713_164802.jpg?dl=0

Now, I was able to boot up Linux by using advanced option and choosing the old version (see the next screenshot).

https://www.dropbox.com/s/axqjv2bx9i4vb0u/Linux_suse_42.2_after_update.png?dl=0

I can see two copies of files on my system now. How do I fix the problem so that I boot to my system as before?

Any advice and help would be greatly appreciated!

Alex

Hi all,

After doing some research I am trying to remove the new kernel which is giving me problem (4.4.74-18.20.1).

alexei@linux-7xs:~> zypper se -s ‘kernel-default-base*’
Loading repository data…
Reading installed packages…

S | Name | Type | Version | Arch | Repository
–±--------------------±--------±---------------±-------±-------------------------
| kernel-default-base | package | 4.4.74-18.20.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.73-18.17.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.72-18.12.2 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.70-18.9.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.62-18.6.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.57-18.3.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.49-16.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.46-11.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.36-8.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.36-5.1 | x86_64 | openSUSE-Leap-42.2-Update
| kernel-default-base | package | 4.4.27-2.1 | x86_64 | openSUSE-Leap-42.2-Oss

This is what I get:

linux-7xs:/home/alexei # zypper rm kernel-default-base-4.4.74-18.20.1
Loading repository data…
Reading installed packages…
‘kernel-default-base-4.4.74-18.20.1’ not found in package names. Trying capabilities.
No provider of ‘kernel-default-base-4.4.74-18.20.1’ found.
Resolving package dependencies…

Nothing to do.

Why would this happen? I just want to remove the new kernel that does’t work and get my linux to boot to the old one that works :-).

I would appreciate your input :-).

no kernel-default-base is installed, missing the i in first column…

Better:

zypper se -si kernel-default

And please use Code-Tags…

Thank you for the reply :smiling_face:. I got it resolved, I was missing the .x86_64 at the back that’s why the command didn’t work. I have suggested the suse to update their documentation.

From your List, there was no kernel-default-base installed…