ArchIBaLD said:
thanks for the advice!
btw.. did you have any issues with the internet after installing Ubuntu?
and do any issues come up if i install it on drive D: when my windows is on drive C: for example?
Actually, I had a small problem with my modem, but it was because it is a horrible ADSL USB modem (Speedtouch). I managed to install it properly, but it gave me a small headache (but it would happen to all distros). But after some time, I changed modem to a "normal" one, based on Ethernet card, and it installed quickly and easily. No troubles at all.
About issues coming up when installing on different drives, there was no problem at all for me. I did exactly the same as you (Windows in one harddisk and Linux in another one). The installation wizard partitioned and formatted everything correctly, and in the end it configured GRUB for me (a dual boot manager, works like a charm).
About what Master Chief said (Ubuntu not having a lot of 3rd party software installed), I don't think it is particulary true. Of course, some programs had to be installed manually, but overall the package was quite complete (it even included OpenOffice, which many distros don't have). Btw, installing software in Ubuntu is damn easy. Since it's based on Debian, you can use the apt-get command, that manages all packages for you. It checks for updates, and also check for library dependencies before installing something. And if you don't like command line apt-get, it includes Synaptic, a great graphical frontend for apt-get. Of course, after getting more experience, you will notice that compiling your own programs is much better for customization (you can specify the compilation flags, etc). But for starters, synaptic is the best.