Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hello everybody, I installed linux suse 10.2 4 months ago and I got everything running but yesterday when I tried to use my pc there was a log in command ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    6

    Linux suse 10.2 will not boot

    Hello everybody, I installed linux suse 10.2 4 months ago and I got everything running but yesterday when I tried to use my pc there was a log in command line so I rebooted my pc but after the splash screen it goes to the same log in command line any suggestion how I can fix this problem??

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Have you installed any Update recently? Which Graphics Card do you have? What the output of startx command?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    6
    Thanks.

    no I did not install any updates
    my computer is a dell gx270 with integrated video card
    and I don't really know much about linux so I will run startx when I get home and let you know what the output is.
    any help will be appreciated

  4. #4
    Just Joined!
    Join Date
    Mar 2008
    Posts
    6
    Hello, I am in my house now and I ran startx and everything seems to be working but if I restart my pc it reboots to a conman line, can someone help me to solve this problem??
    plus if I type startx under the windows I only have the choice to end session not to restart my pc.

  5. #5
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Quote Originally Posted by eod_2480 View Post
    Hello, I am in my house now and I ran startx and everything seems to be working but if I restart my pc it reboots to a conman line, can someone help me to solve this problem??
    plus if I type startx under the windows I only have the choice to end session not to restart my pc.
    Restart the system and when the grub menu appears press escape to exit the menu. Select the normal boot option, then e to edit and add a space and 5 to the kernel line, then enter, then b to boot. Does the GUI start?

    The kernel line should look something like this ...
    Code:
    kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent showopts 5

  6. #6
    Just Joined!
    Join Date
    Mar 2008
    Posts
    6
    yes it does but the computer stops and give me the command line after this message


    failedSetting up service network . . . . . . . . . . . . . . . .failed
    <notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=100 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x303 RUNLEVEL=3 PWD=/ SPLASHCFG= PREVLEVEL=N LINES=37 HOME=/ SHLVL=2 splash=silent SPLASH=no ROOTFS_BLKDEV=/dev/hda2 _=/sbin/startproc DAEMON=/usr/sbin/nscd ]
    Starting Name Service Cache Daemondone
    Starting ZENworks Management Daemondone
    Master Resource Control: runlevel 3 has been reached
    Failed services in runlevel 3: network
    Skipped services in runlevel 3: irq_balancer splash
    <notice>killproc: kill(2389,3)

    any idea what to do??

    thanks

  7. #7
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Try as before but also remove the text splash=silent or splash=quiet text from kernel line. Does the system boot to GUI now?

  8. #8
    Just Joined!
    Join Date
    Mar 2008
    Posts
    6
    thank you jonathan It worked

    I did what you told me and it worked thank you verymuch

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    OK it looks like splash is screwing things up. It may be worth you just going back over the previous instructions and just remove splash=silent or splash=quiet (eg don't add 5 to the end of the line) and check it still boots to GUI.

    Once you are convinced its splash thats causing the problem you can update the /boot/grub/menu.lst file with the changes. Post back if you need more help with this.

    glad things are working again.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I would suggest you not to edit menu.lst file. Just edit /etc/inittab file and set 5 as default runlevel.
    Open /etc/inittab file and replace this line
    Code:
     
    id:3:initdefault:
    with this :
    Code:
    id:5:initdefault:
    Save file and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...