I recently installed Ubuntu Desktop on an older machine, and the performance isn't what I'd like. I'd like to switch it over to Server (server kernel, drop the GUI, etc) with minimal hassle. What's the simplest way for me to do this, preferably without re-installing from CD?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
It can be done with either one of these
or
And there are probably even more methods. Re-installing, without formatting if you want to preserve settings, is most likely less time consuming though. If you want to change the kernel you need to install these files:
where 2.6.38-10 is the kernel version (change it to the one you are installing). And to remove the desktop kernel:
Change 2.6.38-10 to the one you are using. Warning:
|
||||
|
sudo apt-get install lubuntu-desktop- this is a great GUI environment for older machines. – fossfreedom♦ Sep 18 '11 at 9:53