LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   boot-up it just went to DOS linux login (https://www.linuxquestions.org/questions/linux-newbie-8/boot-up-it-just-went-to-dos-linux-login-786314/)

jec25 02-01-2010 07:54 PM

boot-up it just went to DOS linux login
 
Hi All,
I'm a newbie, I've installed a Linux Suse and was successful but when i boot-up it just went to DOS linux login and not didn't go to the KDE window? Am I missing something?

Thank you in advance.

jefro 02-01-2010 08:18 PM

Maybe. Might review with us the exact version you used, did you test it, and your general system specs to include ram amount.

salasi 02-02-2010 04:36 AM

Quote:

Originally Posted by jec25 (Post 3848947)
...but when i boot-up it just went to DOS linux login and not didn't go to the KDE window? Am I missing something?

Well, at the very least, you are missing that it isn't DOS! You probably mean a bash shell, which is a text-mode terminal (and which would be very insulted if it knew that you had called it DOS...you don't want to know what your computer could do to you if it didn't like your karma).

You probably have something wrong with either your kde install, or the x-windows and its relationship to your video drivers:
do you have other GUIs (apart from KDE) installed? have you tried one of them (and what happens)?
  • have you tried 'startx' (and what happens)?
  • have you tried sax/sax2 to set up video correctly (and what happens)? Do you have a video card that uses/can use proprietary drivers (nVidia/ATI chips, primarily)
  • does anything bad appear in your system logs (eg dmesg showing that something has failed)

And obviously answering the questions about versions and so on will help you get specific, rather than generic, answers.

pixellany 02-02-2010 04:52 AM

Quote:

Originally Posted by jec25 (Post 3848947)
Hi All,
I'm a newbie, I've installed a Linux Suse and was successful but when i boot-up it just went to DOS linux login and not didn't go to the KDE window? Am I missing something?

Thank you in advance.

This most likely means that you are missing a video driver. Take a look at /var/log/Xorg.0.log

(And tell us the details of your setup--especially what video card you have.)

evo2 02-02-2010 04:57 AM

Perhaps your version of suse boots to a non graphical run level by default. Please log into the text console as root and run the following command.

Code:

telinit 5
Evo2.

jec25 02-02-2010 06:38 PM

3 Attachment(s)
First of all, I installed a SuSE Professional V9.0. There are two installation CD's but I'm wondering why the installation went thru without asking for the other CD. When the installation was finished, the computer re-started and went to a display with selection
"Linux
Floppy
Fail Safe"

I chose Linux and it runs (on bash shell) until it ended up with "Linux Login" (please see images 1&3).

Quote:

have you tried 'startx' (and what happens)?
I tried this, please attached image for message.

Quote:

have you tried sax/sax2 to set up video correctly (and what happens)? Do you have a video card that uses/can use proprietary drivers (nVidia/ATI chips, primarily)
I tried and got the message "This file or directory doesn't exists".

Quote:

This most likely means that you are missing a video driver. Take a look at /var/log/Xorg.0.log
I tried and got the message "This file or directory doesn't exists".

Quote:

Well, at the very least, you are missing that it isn't DOS! You probably mean a bash shell, which is a text-mode terminal (and which would be very insulted if it knew that you had called it DOS...you don't want to know what your computer could do to you if it didn't like your karma).
I already expressed my apologies to the computer for this honest error.

chrism01 02-02-2010 07:11 PM

Well, the the images tell me 2 things;

1. kernel 2.4.x that's way old, modern distros are on 2.6.x
2. notice the msg saying "pre-release version ... this Xfree86 is not supported in any way" (!)
Xfre86 has been replaced in modern distros by Xorg.

Strongly(!) suggest you get a modern distro.

salasi 02-02-2010 07:20 PM

Quote:

Originally Posted by jec25 (Post 3850166)
I already expressed my apologies to the computer for this honest error.

I'm sure that it will let you off then, but i woudn't take the chance of doing it again :D

Quote:

I installed a SuSE Professional V9.0
I'm pretty sure (OK, its just a guess, but...) that the problem is that this is a rather old version and if any of your hardware is more recent than that (an '03 message on the screen), it won't have support for that and it will fail.

Another possibility could be that, that far back in to history, maybe a GUI wasn't the default and you had to specify something specific in the install to get one installed. But really, the question is why don't you use something more up to date. I'm sure that this will cure your problem, you'll have more chance of being happy with the final outcome (USB support? probably only the slow sort, WiFi, well only via a bit of hacking, if at all) and you were probably going to find out that there was something that you couldn't live with in this antique distro.

jefro 02-02-2010 07:37 PM

Just for grins did you try fail safe?

MTK358 02-02-2010 08:02 PM

I see it is asking for you to log in. Try entering your username and that password (if it asks you). Then try entering the command startkde. If that doesn't work, maybe try startkde4, I am not sure.

And it's not a DOS prompt!!! It's a BASH shell. There is nothing in Linux called DOS, which is a relic of what Windows was biult on.

jec25 02-02-2010 08:52 PM

The reason I'm installing V9.0 is that the computer unit will be used as spare on a system to replace an existing one with the same SuSE V9.0. What would be the effect of using a later version? Can I restore the back-up files which were used in V9.0 to the newer version without doing or modifying anything? How about network connections and other communication setup, would it be the same?

jec25 02-02-2010 09:25 PM

jefro wrote:
Quote:

Just for grins did you try fail safe?
I did and it gave me the same.

MTK358 wrote:
Quote:

Then try entering the command startkde.
This is the display:

xsetroot: unable to open display"
xset: unable to open display""
xset: unable to open display""
ksplash: cannot connect to X server
kdeinit: Aborting. $Display is not set.
Warning: connect() failed. No such file or directory.
ksmserver: cannot connect to X server
startkde: Shutting down...
Warning: connect() failed. No such file or directory.
Error: Can't contact kdeinit!
startkde: Running shutting down scripts...
startkde: Done.


Quote:

And it's not a DOS prompt!!! It's a BASH shell.
As mentioned in my previous post, I've already made my apologies to the computer.

chrism01 02-02-2010 11:43 PM

Unless the 'new' HW is from the same era as the old kernel SW, it likely won't have the drivers for the new videocard/screen...
I don't know how long Suse keeps issuing updates, but I'd be surprised if that system is up to date security wise.
My advice is to put a modern distro on the new HW and work on moving the old data & settings across.
You need a Suse expert to chime in here, but in general ASCII (aka plain text) data should be fine.
Binary data may be an issue eg do a DB export to text format if possible and re-import as you'll have a significantly different DB engine.
System settings are usually stored as text, but some cfg files may have changed format and/or options.

jec25 02-03-2010 12:34 AM

All the hardwares are the same, only the hard drive was replaced with exactly the same model, so I really don't understand why would there be any problem even if it's an old distro.

chrism01 02-03-2010 12:39 AM

In that case you need to google the XFree86 SW & cfg settings. If you can find out where they are (/etc/...) and then copy the settings from the old to the new box.

MTK358 02-03-2010 07:14 AM

Maybe try running the command Xorg -configure (note the capital X, Linux's commands and filenames, unlike Windows/DOS, are case sensitive!), and then startkde.

And, of course, be sure you are logged in and not typing these commands in the username prompt.

jefro 02-03-2010 05:00 PM

Might try to see how to use VESA instead. You'd have to run sax or sax2 to re-config.

chrism01 02-03-2010 05:08 PM

@MTK358: OP is using the XFree86, the precursor of Xorg ...

MTK358 02-03-2010 06:56 PM

Why? Why not upgrade to Xorg?


All times are GMT -5. The time now is 12:20 PM.