LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-01-2006, 02:53 PM   #1
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Rep: Reputation: 15
Arrow have to use "ctrl d" to finish boot process


i deleted MEPIS from my drive, and now everytime i try to boot into ubuntu i have to use "ctrl d" to finish the process. i am trying to boot into ubuntu, and all the files are intact, settings as well. i should say that i can boot into ubuntu after pressing "ctrl d". im just trying to make this step disappear. not sure what to do or what i did.

any help would be most helpful.

thanks
 
Old 09-01-2006, 03:14 PM   #2
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
What runlevel are you entering? This only happens if you enter runlevel 1; you probably want to enter runlevel 2 or 5.
 
Old 09-01-2006, 04:10 PM   #3
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
it is putting me in runlevel 1 and just sits there. this happens when it checks systemsfile during boot. i guess there is something in there that it does not like so then it puts me into prompt.
 
Old 09-02-2006, 12:45 AM   #4
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
So, in your /etc/inittab, there IS a line that says "id:2:initdefault:" or "id:5:initdefault:", but not "id:1:initdefault"?
 
Old 09-02-2006, 01:42 PM   #5
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
correct as you can see it id:2:initdefault.


# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."

# What to do when the power fails/returns.
pf:owerwait:/etc/init.d/powerfail start
pn:owerfailnow:/etc/init.d/powerfail now
po:owerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
 
Old 09-02-2006, 07:14 PM   #6
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
Very interesting. Could you show us the output of dmesg?
 
Old 09-02-2006, 11:35 PM   #7
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
it is quiet the large out-put. looking for something in perticular? dont think i can post the whole thing!
 
Old 09-03-2006, 11:39 PM   #8
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
We're looking for an error that prevents the system from launching multi-user services.

Actually, this may also be a bootloader problem. You see, you can pass an argument to the kernel to force it to enter runlevel 1 without looking into /etc/inittab. Could you post your bootloader configuration first?
 
Old 09-04-2006, 12:12 PM   #9
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
Code:
# Modified by YaST2. Last modification on Sat Sep  2 20:14:07 EDT 2006
color white/blue black/light-gray
default 1
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,3)
    makeactive
    chainloader +1

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Desktop 10
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 vga=0x317 resume=/dev/sda5  splash=silent showopts
    initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: Ubuntu, kernel 2.6.15-26-386 (/dev/sda2)###
title Ubuntu, kernel 2.6.15-26-386 (/dev/sda2)
    kernel (hd0,1)/boot/vmlinuz-2.6.15-26-386 root=/dev/sda2 ro quiet splash
    initrd (hd0,1)/boot/initrd.img-2.6.15-26-386

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Desktop 10
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd
thanks for the help!
 
Old 09-04-2006, 11:30 PM   #10
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
Try changing "ro" in the kernel argument list for Ubuntu to "rw."
 
Old 09-06-2006, 07:12 AM   #11
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
no difference; it still hangs at "systemfile check"
 
Old 09-08-2006, 03:37 PM   #12
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
By "systemfile check," do you mean that Ubuntu is doing a filesystem check? What are some of the lines above this point?
 
Old 09-08-2006, 10:48 PM   #13
galego
LQ Newbie
 
Registered: Aug 2006
Posts: 21

Original Poster
Rep: Reputation: 15
just the lines being returned during system start. dont know if you are using ubuntu or not but even on other distros when boot is finished and the system begins to load it goes thruogh and configures USB port, HDDs, Ethernet, etc. when the line "checking systemfies" comes up it gets hung up instead of returning and "OK" like all the previous lines. now i catch it before it puts me into "init 3" mode and it continues the start up process.

kinda random, but its getting annoying so i think im just going to re-install. im just playing with XGL/Compiz so its no big deal.

thanks for the help though!
 
Old 09-09-2006, 12:20 AM   #14
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
I'm sorry I could not be of more help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"GRUB _" when booting, nothing but "ctrl+alt+del" functions rabidpencil Linux - Newbie 15 08-08-2006 10:20 AM
"Starting System Logger" during boot time, stopping boot process. quickNitin Linux - Newbie 1 06-08-2006 01:31 PM
"Alt GR" produces Keycode for "CTRL" as well Bigpet Linux - Software 5 04-09-2006 04:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration