Alexander Kasper from Hockwald-ITcompiled a 2.6.25.1 Kernel for 1&1 AMD64-Bit Server.
After downloading (i.e. to /tmp/ folder), you can install your brand new kernel with the following command:
Now we have to install the kernel by the following command.
dpkg --install linux-image-26251_custom10002052008_amd64.deb
Please check /boot/grub/menu.lst for the correct settings.
Either you check the pointer of vmlinuz to your new kernel in /boot/
ln -sf /boot/vmlinuz-2.6.25.1 /boot/vmlinuz
or you change /boot/grub/menu.lst accordingly. For the above mentioned kernel it has to look somehow like this:
Sphere: Related Contentserial –unit=0 –speed=57600
terminal –timeout=10 serial consoledefault=0
timeout=5title linux with serial console
root (hd0,0)
kernel /boot/vmlinuz-2.6.25.1 ro root=/dev/md1 console=tty0 console=ttyS0,57600title linux.old
root (hd0,0)
kernel /boot/vmlinuz.old ro root=/dev/md1 console=tty0 console=ttyS0,57600### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z

Recent Comments