newbie wrote:I am having difficulty understanding your reply.....very sorry....
I am having difficulty understanding the problem.....very sorry....
OK. Hopefully, that made you laugh. A sense of humor really helps in these situations.
But seriously ... It sounds like you can boot into Debian. If so, you're probably in better shape than you think.
If I am correct, could you tell us the names of the kernels that you can boot into? In other words, restart the computer. When the bootloader appears, write down the names of each kernel. Then try booting into each one. Let us know which work and which do not. (Time saving tip: Avoid the ones marked "single-user mode." The only user who can use that mode is
root, so that mode should only be used in an emergency).
Also, to help us diagnose the problem, it would be really helpful if you could post your
/boot/grub/menu.lst file. Just open it in a text editor and copy and paste here (preferably, between the "Code" tags).
It would be also be helpful if you could also open a command line, run the command:
- Code: Select all
ls -l /boot/
and post the output here.
newbie wrote:when i go to software sources and go to the debian software tab...which boxes should i check for repositories.....when i go to third party software...which should be checked and which should be added.
I assume that you are using Synaptic. If so, it may be difficult for some forum members to help you here because we tend to use the command line to install software.
Could you post your
/etc/apt/sources.list file? It should look something like this:
- Code: Select all
deb http://ftp.us.debian.org/debian/ lenny main
## deb-src http://ftp.us.debian.org/debian/ lenny main
deb http://security.debian.org/ lenny/updates main
## deb-src http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb http://www.backports.org/debian lenny-backports main
Note that some entries begin with "##". Those lines are "commented out." APT ignores the entries that begin with "##" (the equivalent of "unchecked" in Synaptic) and only reads the entries that do not begin with "##" (the equivalent of "checked" in Synaptic).
Which you decide to use is your choice, but since you're new, I highly recommend the ones listed above. (Though you could also place
contrib non-free at the end of those lines if proprietary software does not bother you).
For more information, see
The Illustrated Guide to Installing Debian GNU/Linux. In addition to installation instructions, it provides a lot of post-installation tips to help you hit the ground running. In particular, you may want to read
Appendix B -- The Basics of Package Management.
Good Luck! and Welcome to Debian!
- Soul Singin'
.