Ubuntu 7.10 (Gutsy Gibbon) released, new VM image
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: VMware - Ubuntu Server 7.10







November 14th, 2007 at 6:50 pm
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
November 16th, 2007 at 6:04 pm
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.