| View previous topic :: View next topic |
| Author |
Message |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
Posted: Mon Apr 09, 2012 4:09 pm Post subject: Ctrl-D holdup on every boot, but nothing is wrong [SOLVED] |
|
|
I just upgraded to gentoo-sources-3.3.0 and my laptop wants me to hit ctrl-D to continue on every boot. How do I kill this ctrl-D holdup so it boots normally?
(Laptop boots without errors after hitting ctrl-D. There's nothing wrong with my setup other than this stupid ctrl-D holdup.) _________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks.
Last edited by audiodef on Sun Apr 15, 2012 3:42 pm; edited 1 time in total |
|
| Back to top |
|
 |
Hu Watchman

Joined: 06 Mar 2007 Posts: 7606
|
Posted: Tue Apr 10, 2012 2:07 am Post subject: |
|
|
| What does it print before it asks you to press Ctrl-D? |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
Posted: Tue Apr 10, 2012 1:31 pm Post subject: |
|
|
I get:
| Code: |
Mounting /dev/pts ...
Mounting /dev/shm ...
Setting system clock using the hardware clock [UTC] ...
Give root password for maintenance
(or type Control-D to continue):
|
No errors. It just stops here until I enter root pw or ctrl-D. Ctrl-D results in the boot continuing normally, again with no errors, starting with module loading.
The twilight zone belongs on TV. Not on my laptop. _________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks. |
|
| Back to top |
|
 |
ppurka Advocate

Joined: 26 Dec 2004 Posts: 3045
|
Posted: Tue Apr 10, 2012 5:00 pm Post subject: |
|
|
1. What init system are you using? openrc? Then what is the output of | Code: | | grep -v '^#' /etc/rc.conf | grep -v '^$' |
2. What is your boot command? _________________ emerge --quiet redefined | E17 vids: I, II |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
Posted: Sun Apr 15, 2012 3:41 pm Post subject: |
|
|
Issuing cat /proc/cmdline brought my attention to a typo: I'd left out a "title" before one of my boot options. The second boot option had the "single" option and without "title", grub read on through the second option.  _________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks. |
|
| Back to top |
|
 |
|