The latest ubuntu, codenamed “Gutsy Gibbon”, was released today. It has some very interesting features Release notes and is definitely the best one so far.
After skipping the one version and not having my vmware image updated for ubuntu 7.04 server, i am at least releasing the new version early. I didn’t dedicated much time to testing, so feel free to contact me for bug reports or any questions.
Get it here:
When i try to boot it says “Panic: CPU too old for this kernel”. Any solution for this? I am running this on my laptop it has a Intel Pentium M Processor 1.5Ghz
The default ‘server’ kernel does not support your cpu (bug reported at https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/151942
).
Try booting the VM in another PC, then something like:
apt-get update
apt-get install linux-generic
this will install the ‘generic’ version of the kernel (that you can select as default) to boot on your laptop.
Hope that helps.