Having booting problems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Having booting problems
# 1  
Old 05-31-2007
Having booting problems

I booted up my SUSE ver 10.1 linux box today. Went to the DOS-type login. Failed to display KDE.

I understand this has something to do with levels. But how do I change the default? I know zero about Vi (and don't need to learn it). How do I get the system to boot to KDE again?



Best regards,


Dick...
# 2  
Old 05-31-2007
Quote:
Originally Posted by dickbash
I booted up my SUSE ver 10.1 linux box today. Went to the DOS-type login. Failed to display KDE.

I understand this has something to do with levels. But how do I change the default? I know zero about Vi (and don't need to learn it). How do I get the system to boot to KDE again?

Best regards,

Dick...
Did u change in /etc/inittab to 3 (Full Multiuser mode)
you can change it to 5(X11) if you want GUI interface login.

Or in text mode, you can type startx to enter the GUI mode, if you already set Xorg correctly.
# 3  
Old 05-31-2007
Thanks for the reply. I fear asking how I edit the inittab file. Give me a 15 sec blurb on what commands I must use to edit and save the file. Many thanks for your reply.


Best regards,


Dick...
# 4  
Old 05-31-2007
Quote:
Originally Posted by dickbash
Thanks for the reply. I fear asking how I edit the inittab file. Give me a 15 sec blurb on what commands I must use to edit and save the file. Many thanks for your reply.


Best regards,


Dick...
You can use editore, what ever, i will show you with vi.
# vi /etc/inittab
look for ...
press insert key or i

...
id:3:initdefault:
...

for save the file is using, esc key then type :wq (write and quit), :q! (before is typo ;q!, I am sorry) quit without saving.


Thanks.

Last edited by blesets; 05-31-2007 at 11:59 PM..
# 5  
Old 05-31-2007
Heading home to try it out

OK. I am just leaving work (late for a lawyer but gotta get people's paperwork done). I printed out your instructions and will try them. Wish advise results here tomorrow.

In the meanwhile, how idid the system manage to "fall out" ogf the KDE/XWindows mode?



Best regards,


Dick...
# 6  
Old 06-02-2007
Your method worked!

I did as you suggested and edited inittab per your instructions. It promptly went to XWindows/KDE upon re-booting. Many thanks. Sorry for delay. Trying to move this month.

Best regards,


Dick...

Last edited by reborg; 06-02-2007 at 10:36 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

solaris booting problems

hi am trying to get some knowledge on Solaris common trouble shooting problems.. can some one help me in getting most common issues.. and how to solve those issues. thanks in advance (4 Replies)
Discussion started by: aravindreddy
4 Replies

2. UNIX and Linux Applications

Problems with booting

Hi, I've just installed Centos 5.3 x86_64 into a CPU. I've done a yum update to update the version to Centos 5.4. I then installed mysql, php, apache and phpmyadmin into the system. After the installation of phpmyadmin the screen suddenly goes blank, but the monitor is still on, and the cpu... (0 Replies)
Discussion started by: anaigini45
0 Replies

3. Linux

Damn Small Linux Booting Problems

I recently downloaded a DSL iso file. I loaded the iso in VirtualBox and it worked perfectly, but when I wrote the iso to a CD using k3b and I tried booting it, I got an error. I tried booting from the disk in VirtualBox and got the same error. "FATAL: Could not read from the boot medium! System... (3 Replies)
Discussion started by: Bradj47
3 Replies

4. Solaris

Solaris 10: Problems booting off mirror drive -- Error 22: No such partition

Solaris 10 5/08 on Ultra 40 M2 It boots fine off primary disk but having issues booting off the mirror disk. I get this error when booting off mirror disk: Booting 'Solaris 10 ... Mirror disk' root (hd1,0,a) Error 22: No such partition Press any key to continue... Any... (7 Replies)
Discussion started by: etc
7 Replies

5. Solaris

Problems during booting from mirror disk

Hi All, I have detached a mirror and primary disk from my Solaris box. On trying to boot from Primary disk, It boots up good. But from my mirror disk, it is not booting and giving me the login prompt Instead it goes to maintenance state by issuing a coredump. Can you explain why... (9 Replies)
Discussion started by: jegaraman
9 Replies

6. Solaris

booting from CD

Hello.. I am Still Learing Solaris .. when i try to Install Solaris 8 from its CD...i pressed STOP + A and i get a OK prompt screen. I then typed, "boot cdrom" and i am getting this error message. " FATAL: system is not bootable, boot command is disabled." How do we enable the boot... (5 Replies)
Discussion started by: vr76413
5 Replies

7. Linux

Problems booting RH 8

I installed RH8 on Thinkpad R51. The install went smooth, but when I tried to boot, it hanged at: PCI_IDE: unknown IDE controller on Pci bus 00 device f9, VID=8086, ID=24ca PCI: Device 00:1f.1 not available because of resource collisions. PCI_IDE: (ide_setup_pci_device:) could not enable... (0 Replies)
Discussion started by: etc
0 Replies

8. UNIX for Dummies Questions & Answers

Unix 5.0.7 problems Booting

Hello there guys , I have a unix box that i just install on a HP VL400 , installation went all the way no problem. I get the BOOT: Hit enter and it goes to the point that you can see the all the hardware info. the problem is that freeses when gets to this point H oeminit Note: I put... (1 Reply)
Discussion started by: josramon
1 Replies

9. UNIX for Dummies Questions & Answers

Booting

Hi all, I've managed to get Mandrake 9 installed by disconnecting my 2 windows' drives. When I reconnect them Mandrake wants to take over. I figure it's time for the BootManager, or should I use a Linux specific one like Lilo? Or have I already stuffed up by not running Lilo at time of... (2 Replies)
Discussion started by: onestepto
2 Replies

10. UNIX for Advanced & Expert Users

booting problems on solaris

When i try to boot my solaris 2.6 E220R server, i get this error message > INIT: cannot create /var/adm/utmp or /var/adm/utmpx >INIT: failed write of utmpx entry:" " >INIT: failed write of utmpx entry:" " INIT Single User Mode Press Ctrl-d for normal boot process or enter roots password... (10 Replies)
Discussion started by: lealyz
10 Replies
Login or Register to Ask a Question