This is for Ubuntu 10.04..
Quote
# apt-get update
# apt-get install linux-image-2.6.32-24-server
Open /boot/grub/menu.lst , add new kernel to boot , full file content :
default 1
timeout 3
hiddenmenu
title Ubuntu 10.04, kernel 2.6.32-22-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-22-server root=/dev/xvda1 ro quiet
splash
initrd /boot/initrd.img-2.6.32-22-server
title Ubuntu 10.04, kernel 2.6.32-24-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-24-server root=/dev/xvda1 ro quiet
splash
initrd /boot/initrd.img-2.6.32-24-server
# reboot
If you are unsure, please open a On Demand ticket for $10 and we will handle it.

Help
This topic is locked













