Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

No Console Login Prompt..

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
aephoenix
n00b
n00b
Posts: 18
Joined: Wed Nov 01, 2006 11:49 pm
Location: Bowdoin College
Contact:
Contact aephoenix
Website

No Console Login Prompt..

  • Quote

Post by aephoenix » Sat Nov 25, 2006 9:45 pm

I was trying to get my ATI drivers working (I believe there were problems, glxgears was only 100fps and this is a brand new laptop, but that isn't the problem) and so after changing around my xorg.conf I restarted my computer.. after booting linux, it went through the usual routine of loading the kernel.. and it checked my hd (34th mount or whatever) and then, after an unusually slow starting of processes, it ended with "service xdm started" or whatever and stayed there, blinking cursor, no login prompt, no kdm login screen.
So I booted up the livecd and restored my old xorg.conf and booted again into my real gentoo.. It gave me a kdm login screen but I was unable to stop xdm from within my x and was unable to choose the option "Console Login".. Thinking this was some problem with xdm I got to an aterm and "rc-update del xdm default" and rebooted my computer again.. now it just gets to the last service (service hald started) and stays there with a blinking cursor.. both Ctrl+F2 and Ctrl+Alt+F2 do nothing but give me a blank screen with a flashy cursor.. and I am lost.

I have the livecd so i can get configuration files and stuff if its of any help..
Top
a16b03
Apprentice
Apprentice
Posts: 253
Joined: Tue Mar 21, 2006 7:44 pm
Location: Riga, Latvia
Contact:
Contact a16b03
Website

  • Quote

Post by a16b03 » Sat Nov 25, 2006 10:32 pm

check your /etc/inittab

Code: Select all

#
# /etc/inittab:  This file describes how the INIT process should set up
#                the system in a certain run-level.
#
# Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by:  Daniel Robbins, <drobbins@gentoo.org>
# Modified by:  Martin Schlemmer, <azarah@gentoo.org>
#
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab,v 1.5 2005/12/22 02:03:23 vapier Exp $

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown 
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
#z6:6:respawn:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux

# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh
it sould be something like this.
Top
aephoenix
n00b
n00b
Posts: 18
Joined: Wed Nov 01, 2006 11:49 pm
Location: Bowdoin College
Contact:
Contact aephoenix
Website

  • Quote

Post by aephoenix » Sat Nov 25, 2006 11:06 pm

That wasn't it. I tried the inittab from the livecd as well and that didn't work either. there was no obvious corruption either, and none of the respawn.. tty lines are commented out or anything. XDM loads on reboot again, but ctrl alt f2,, etc, gives nothing but a blank screen and flashing cursor
Top
a16b03
Apprentice
Apprentice
Posts: 253
Joined: Tue Mar 21, 2006 7:44 pm
Location: Riga, Latvia
Contact:
Contact a16b03
Website

  • Quote

Post by a16b03 » Sat Nov 25, 2006 11:17 pm

check if you have agetty.
Top
richfish
Apprentice
Apprentice
Posts: 202
Joined: Fri Mar 03, 2006 4:19 am
Location: Phoenix, AZ

  • Quote

Post by richfish » Sat Nov 25, 2006 11:58 pm

Sounds like maybe a init script dependancy loop. If you can login via xdm, try running "ps auwx | grep runscript" to see what init scripts, if any, are still running.
Top
SirYes
Apprentice
Apprentice
User avatar
Posts: 282
Joined: Sun Jan 15, 2006 10:14 am
Location: Lodz, Poland
Contact:
Contact SirYes
Website

  • Quote

Post by SirYes » Mon Nov 27, 2006 10:43 pm

Just a rough idea: check the /var/log/messages - maybe there are some clues (esp. at the end of this file).

And another one: maybe your system loads the ATI driver (built as a module I suppose) and that's the reason of this strange hangup? Maybe try unmerging this driver?
My blog: In search for ultimate programming language
Top
Post Reply

6 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy