Quote:
Originally Posted by devendra_rai
The result of rpm -qa | grep kernel-default resulted in:
kernel-default-extra-2.6.27.21-0.1.2
kernel-default-base-2.6.27.23-0.1.1
kernel-default-2.6.27.7-9.1
|
As you can see, you have updated only
kernel-default-base package
that includes minimal files and modules for booting.
Updating in addition to both kernel-default and kernel-default-extra packages
will solve this prpblem.
However, the situation now has become very troubling.
With kernel-default-base, in other words, without kernel-default,
you might not use network because kernel-default-base package includes only few drivers for NIC,
and therefore you might not use zypper command.
So you have to import kernel-default and kernel-default-extra packages
to your system without using network.