Installing 64bit debian, encountering issues

Like many, I am relatively new to linux. A few years back I used a version of Mandrake for quite some time. I'm interested in trying linux again, and have downloaded debian and ubuntu installs. My I downloaded the most recent "unofficial" 64 bit debian distro. The installation goes well, although the second disc is never used. At one point the installation asks for a second disc, but then doesn't actually use the second disc for anything. The installation finalizes, and restarts, and I'm presented with a command prompt. I was never asked which window manager to install, and I don't know how to start one from the command prompt. I wasn't prompted to install any packages during the process, though, that may be a feature limited to mandrake. So, basically, I install the OS, but I don't have a gui. Any help would be greatly appreciated! keep in mind, I'm new. Thanks in advance!

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

tasksel

The easiest is to run tasksel. It will allow you to select "Desktop environment". The weird thing is: tasksel is run by the installer and you should have been confronted with this already then...

A different approach is to install the packages directly, so if you want gnome, do a:
aptitude install gnome-desktop-environment gdm

For KDE do:
aptitude install kde kdm

After that a display manager (graphical login prompt) should come up.

Cheers, Georg

Syndicate content