LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What to type in command line durring the first boot? (https://www.linuxquestions.org/questions/linux-newbie-8/what-to-type-in-command-line-durring-the-first-boot-685739/)

cimek 11-24-2008 09:07 AM

What to type in command line durring the first boot?
 
After installation is done with no errors it reboots the system. It asks me for login, password and then it shows command prompt:

"root@username:~#"

What shal I type there?
It seems to be common to all linux systems, as I have experienced same problem with debian and now with slackwere distribution.

TB0ne 11-24-2008 09:12 AM

Quote:

Originally Posted by cimek (Post 3352767)
After installation is done with no errors it reboots the system. It asks me for login, password and then it shows command prompt:

"root@username:~#"

What shal I type there?
It seems to be common to all linux systems, as I have experienced same problem with debian and now with slackwere distribution.

No, not common at all, unless you haven't set up X, or don't use a GUI. Mandriva, Fedora, RedHat, SuSE, and Debian all come up to X when they're booted, if they're set up that way.

Did you complete the installation? Set up X windows? What was the default run level you selected? If you set it to be level 3, that's text-only console....level 5 is GUI.

And you ask "What shall I type there?"...what are you trying to do?

salter 11-24-2008 11:14 AM

Obviously you have a system that is not configured to run a graphical login by default. This is not a problem, it's not even wrong - it's just your current setting.

If you want a graphical user interface (assuming that X-windows is installed), then run:
# startx

this will either launch the graphical user interface or at least give some error messages telling you why it doesn't work.

For a general intro to Linux/UNIX and their tools go to tldp.org for manuals and howto's.

Poetics 11-24-2008 11:52 AM

Slackware, by default, does not boot into a GUI -- you have found yourself on the command prompt, and that's hardly a "problem" or error! The first thing you will want to do is create a new (non-root) user via the 'useradd' command. Then, log out from root and back in as that user. Then use the 'startx' command to start the GUI that you chose during installation (most likely KDE).

H_TeXMeX_H 11-24-2008 01:34 PM

Well if you just installed slackware, then my standard procedure is:

Code:

xorgsetup
alsaconf
alsactl store
adduser
exit
# login as new user that you made using adduser above
startx


aenright 11-24-2008 01:51 PM

What are you trying to do?
 
cimek,

Perhaps if you could tell us more about what you are trying to do, we would be better able to assist you. Are you trying to get to a GUI (a graphical user interface using a window manager etc) or are you trying to set up a service? What is this computer being used for, a workstation or a server?

~Art

cimek 11-25-2008 03:10 AM

"startx" is the key-word.
After I typed it GUI starts and I can enjoy all features now.
I knew it's simply if you are familiar with linux.
Thanx everybody for help.

brianL 11-25-2008 06:17 AM

Don't forget the advice to add a regular user:
Code:

adduser


All times are GMT -5. The time now is 11:40 AM.