Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Did you do the install from the NETINST CD of Debian? When you get that prompt
Code:
nrc3@debian:~$
at the console, that means that you are succesfully logged into your new system (console only, no gui, that's why I suspect you installed from the NETINST).
When logged in first thing to do is to see if you have network connection up and configured.
The select and install software step failed may happen when you don't have a network connection up and running.
In order to check that type:
Code:
ifconfig -a
at the prompt and post the results.
Looks like you're getting there, although you're missing your GUI no?
I need to know this also: If I want to discard the Debian, and try something else, how do I properly dispose of it, and how do I get rid of the menu that says:
"Boot which OS?
Winders XP
Debian
Debian (blah blah)"
Multiple installs, without ridding of that menu, leaves "junk", traces of all the installs, on that menu.
The menu list with the Grub boot options can be easily edited when you're logged in.
Just open it with an editor like nano, vi or something. I think it would be easier if you have a GUI installed, so I wouldn't bother with that right now. One step at the time.
The easiest way to get rid of a complete installation in my opinion is to boot from a GParted CD and just delete the partition. Before that it's handy when you're still logged in to first delete the references to the system you are about to delete from the /boot/grub/menu.lst. This way, after editing the file, rebooting with GParted, deleting the partition and rebooting normal, the 'old' system will not be present in your boot options.
Simon, buey. Missing GUI. No, did not netinst. CD only. During the install, it asked me to choose a mirror from a list. Then, proceeded to (appear to) download files, which took 45 min, or so. I would assume there was a connection. It's working fine in winderz obviously. Although, at every winderz install, I do need to manually install the ethernet driver...
Ok Eric, I'm dippin out right now, to check out the connection. Will post as soon as I come back.
Hasta!
Brighthouse is a popular ISP/TV/Telephone provider owned by conglomerant TimeWarner.
The connection is broadband, I think it's dsl (7meg down). No, I'm sure.
Ok, and that account info is showing up when you do the ip command? Does it show an IP address? Meaning, is that assigned by DHCP? Or do you have to assign one manual on Windoze too?
Go back and try to ping something, like
Code:
ping www.google.com
Do you know what desktop environment you would like to use? If I recall correct, you only had 512Mb RAM on this beast of yours, right? Freshen up my mind, what CPU did you have in there?
I think KDE or Gnome might be a little heavy, so probably you'd better go with xfce.
Yes, #2 eth0: shows an IP. I never need to enter one.
Of the brief experience and demonstrations of Linux, I seem to gravitate toward KDE. The Kubuntu was real eye candy for me, and more so when I was playing with all the minute fine-tune settings!
I have considered xfce. Debian and Xubuntu....
So, go back to the console and simply type "ping www.google.com" at prompt?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.