更新完新的kernel后发现有问题,如何回滚到旧的kernel。
# uname -r
3.0.101-0.18-default
# zypper se -s kernel-default
This will list the available kernel versions in the update channel.
# zypper in --oldpackage kernel-default=3.0.101-0.15.1
Installs the older kernel. You will be prompted to backrev other dependent kernel packages. Select Solution 1 to downgrade your kernel.
# zypper in --oldpackage kernel-source=3.0.101-0.15.1
You will also need to downgrade the kernel source so applications that depend on the kernel can properly compile their kernel drivers. Again, select Solution 1 to downgrade dependent packages.
# reboot
The server needs to be rebooted to activate the downgraded kernel.