Results 1 to 10 of 16
Here I am back on the old W... PC. My nice fairly new linux 10.2 PC has come off the rails, after working just fine.
A few days ago I ...
- 04-30-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 34
Suse 10.2 Boot disaster
Here I am back on the old W... PC. My nice fairly new linux 10.2 PC has come off the rails, after working just fine.
A few days ago I think I inadvertently clicked on something like Software Update in Yast, and it went int a long proces, eventually continuing AOK. But at the next boot I only get a screen full of text. At the bottom it asks for my login name (I had set it for auto-login), which it accepts, then the password also is accepted, and I'm left with the command prompt. I can get no further, probably because I'm not too familiar with the commands.
I want to get back to the automatic appearing of the GUI screen (I thiunk it was Gnome ?) plus my icons and all the other stuff.
If it helps, I find I can access all the files as before via my router using to old W98 PC, but that's too slow to be any use, and I need the Linux stuff anyway.
Meanwhile I'm one very sad, confused and depressed bunny.
- 04-30-2007 #2
Hi toastrack,
Welcome to the LinuxForums.
execute 'startx' at command prompt. post error message if any.
post the contents of /etc/inittab file.
Code:less /etc/inittab
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 34
Thanks for the advice so far. The startx command brought back the graphic interface as was AOK, and everything worked as before. I guess I'll need to do some stuff in Yast now to get it right, but I'll await your advice.
Attempts to copy the inittab file to you keep producing the legend that I'm using too many smilies - can't understand that.
- 04-30-2007 #4
smilies... well ! a lot of key combinations turns into smilies and one can't post more than four smilies. e.g. 8 ) --
, : D --
and : p --
etc.
look for line
in /etc/inittab file. if x is 3, replace it with 5.Code:id:x:initdefault:
in case, x is 5 already, post the contents of /boot/grub/menu.lst file.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 34
Hi Casper,
I cannot now get root privilege on the system, so I cannot edit the file!
- 04-30-2007 #6
do you forget 'root' password or what?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-30-2007 #7Just Joined!
- Join Date
- Nov 2006
- Posts
- 34
No. I cannot find a way to run in root, or to get write permission for the file ///etc/inittab.
I can open the file in editors, but of course then any changes are prohibited.
- 04-30-2007 #8
are you able to login as root? enter username 'root' and enter root's password.
or log in as normal user and exeucte this
'su' provides 'root' privileges.Code:su nano /etc/inittab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-01-2007 #9Just Joined!
- Join Date
- Nov 2006
- Posts
- 34
Hi Casper,
Thanks. I followed this advice. The command su worked fine, I entered the password and got root OK. But then the PC didn't recognise the command nano for some reason, so got no further.
BTW, earlier on I tried the command (in root) edit /etc/inittab, but that just brought up a new blank file to edit so was no good.
Under whatever has happened to the system, I also find that the option "leave" at the bottom left side now only gives me two options. The options to reboot and to reboot as root have gone - which doesn't help me any.
- 05-01-2007 #10
are you typing command correctly? check the output of this command
does it list 'inittab' file in output?Code:ls /etc/initt*
i think nano is not installed in your machine. edit that using vi editor.
if your logged in GUI as root, double click on inittab file in /etc folder OR open it in kate or gedit.Code:vi /etc/inittab
Suse is booting up in command line mode, so other option will not available. if you set GUI as default, all options will appear as earlier.
Originally Posted by toastrack It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
