Topic: Kernel 2.6.30 for Ubuntu-Jaunty
These debs are built from this mornings kernel.org development head for C7-M processors.
Today we have 2.6.30-rc1-ce1200v (plus a lot of name mangling by the build system
)
Kernel and Header packages here (you have to either type or Copy&Paste this link):
http://www.hp-umpc.com/ce1200vUse md5sum to test your downloads:
md5sum -c 2.6.30-rc1-ce1200v.md5Use dpkg to install (the header package is optional - only if you are building things for this kernel):
sudo dpkg -i linux-image-2.6.30-rc1-ce1200v_2.6.30-rc1-ce1200v-10.00.Custom_i386.deb
sudo dpkg -i linux-headers-2.6.30-rc1-ce1200v_2.6.30-rc1-ce1200v-10.00.Custom_i386.debYou will get two "ok to ignore" messages about symbolic links - that is alright.
The install will put this kernel into the first slot of the "automagic" section of the /boot/grub/menu.lst
file - and may or may not set the command line options as required.
I am using my own first two menu positions, outside of the "automagic" section - -
The bad: I have to maintain them myself
The good: I get to maintain them myself
They look like this today:
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
title Ubuntu jaunty - kernel 2.6.30-rc1-ce1200v
root (hd0,0)
kernel /boot/vmlinuz-2.6.30-rc1-ce1200v root=/dev/sda1 ro quiet splash
initrd /boot/initrd.img-2.6.30-rc1-ce1200v
quiet
title Ubuntu jaunty (development branch), kernel 2.6.28-11-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.28-11-generic root=/dev/sda1 irqpoll ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
### 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 belowAt this time, with the 9.04-beta changing almost hourly - I recommend that you do the same -
otherwise your default kernel may be who-knows-what after the next update. ![]()
