I know that some users have decided to skip Linux Mint 4.0 and stick with Linux Mint 3.x. This is not to say that Daryna isn't worth the upgrade it's just that some of us have spent some time tweaking our Mint 3.x systems to perfection and don't want to "fix" what isn't broken. Nevertheless, some users may want the latest Linux kernel (which I can attest, does speed up the system noticeably.) Here's how to install the latest kernel (which is featured in Daryna) in Celena (or Cassandra.)
Note: If you're a newbie, I highly recommend that you skip this altogether!!! I won't be held responsible for you hosing your system.
Okay, for the rest of you, here goes.
1. Start a Terminal and type: sudo gedit /etc/apt/sources.list
Enter your root password. You'll be presented with your software channel sources file. Copy and paste the following into the end of the file:
# Ubuntu 7.10 source - WARNING! DO NOT LEAVE ACTIVE!
deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
2. Save the file and close gedit.
3. In the same terminal, type: sudo apt-get update
A whole lot of information will fly by as the package lists are updated. Do NOT do a dist-upgrade or anything of the kind!!! We will only be keeping the Gutsy repository open long enough to grab the kernel and the updated gcc packages, and that's it!!!
4. Type: sudo apt-get install linux linux-generic linux-headers-generic linux-image-generic linux-restricted-modules-generic
Note: If you're like me and have 4GB of RAM or more, than you'll want to replace the word "generic" above with "server" to install the server grade kernel. Go ahead and accept any dependency packages needed and proceed with the installation.
Installation may take awhile to complete as several megabytes of data must be downloaded. When it's finished, don't reboot your machine YET!
5. Open up Synaptic and search for "gcc" (without quotes). Mark for upgrade gcc-4.1 and gcc-4.1-base. This is to ensure compatibility with the new kernel if you should need to compile kernel modules. Do NOT upgrade any other packages or you run the risk of breaking your system! Accept any additional packages also needed for the gcc upgrade. Hit 'apply' and allow the packages to install. Close Synaptic.
6. Reboot your machine. When the GRUB menu appears, the new default should be 2.6.22-14-generic (or 2.6.22-14-server) and should boot automatically.
7. You may need to reinstall your nvidia or ATI driver if you're not using restricted modules. I'll leave that part up to you to figure out.
8. You will need to download and install the VMware any-any-update 114 if you're using VMware Workstation or Server.
9. Open a Terminal and as before, type: sudo gedit /etc/apt/sources.list
Enter your root password. You'll be presented with your software channel sources file once again. This time, add a "#" symbol to the beginning of the line starting with "deb...". It should now look like this:
# Ubuntu 7.10 source - WARNING! DO NOT LEAVE ACTIVE!
#deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
10. Save the file and close gedit.
11. In the same terminal, type: sudo apt-get update
A whole lot of information will fly by as the package lists are updated once again. Note: Package lists are now reverted to the state they were before.
Enjoy your updated Linux Mint 3.x


