Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Where are my boot messages?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
NiceGuy
Guru
Guru


Joined: 12 Jun 2006
Posts: 451
Location: Canada

PostPosted: Wed Jan 16, 2008 3:04 pm    Post subject: [SOLVED] Where are my boot messages? Reply with quote

Hello,

I have installed Gentoo on one of my systems .. and noticed that when I phisically boot up my system .. and wait to watch the console for the standard boot messages .. I do not get any messages at all..
I simply get the one line ....:
Code:
Uncompressing Linux Kernel ... Ok, booting the Kernel

Login:


And additionally after sometime, I get a Login prompt. I could really use those boot messages, does anybody have a idea as to where they have gone and how I can get them back??
Thanks
_________________
success is the ability to go from one failure to the next without any loss of enthusiasm


Last edited by NiceGuy on Wed Jan 23, 2008 9:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Wed Jan 16, 2008 5:20 pm    Post subject: Reply with quote

Are you using a bootsplash or framebuffered resolution for your virtual terminals? The uncompressing Linux line is the last thing you would see before the splash image takes over.
Back to top
View user's profile Send private message
NiceGuy
Guru
Guru


Joined: 12 Jun 2006
Posts: 451
Location: Canada

PostPosted: Wed Jan 16, 2008 8:27 pm    Post subject: Reply with quote

Hello,

No I don;t use a framebuffer/bootspalsh ... this is a simple server that I have configured ... simply text based.

Thanks again, any ideas appreciated
_________________
success is the ability to go from one failure to the next without any loss of enthusiasm
Back to top
View user's profile Send private message
ezod
n00b
n00b


Joined: 05 Nov 2007
Posts: 34
Location: Windsor

PostPosted: Wed Jan 16, 2008 9:13 pm    Post subject: Reply with quote

Are you sure the console/terminal that you're watching during boot is actually the one where the boot messages are being output?
_________________
Aaron Mavrinac (ezod)
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Thu Jan 17, 2008 6:26 pm    Post subject: Reply with quote

Can you post your grub.conf?
Back to top
View user's profile Send private message
NiceGuy
Guru
Guru


Joined: 12 Jun 2006
Posts: 451
Location: Canada

PostPosted: Wed Jan 23, 2008 7:41 pm    Post subject: Reply with quote

Hello,

Sorry for the late response ... here is my grub file:
Code:

##################
# : grub.conf
##################
default 0
timeout 3

title=kernel 2.6.16
root (hd0,0)
kernel /k2.6.16 root=/dev/hda3 console=ttyS0,9600n8

Still trying to get my boot messages back, any ideas or suggestions? Do I need to re-emerge something?
Thanks
_________________
success is the ability to go from one failure to the next without any loss of enthusiasm
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Wed Jan 23, 2008 8:11 pm    Post subject: Reply with quote

I think your problem may be related to the console parameter you are passing in.

Try something line this instead:
Code:

title=kernel 2.6.16
root (hd0,0)
kernel /k2.6.16 root=/dev/hda3


If you really want to pass in the console parameter, the way I do it is with CONSOLE=/dev/tty1 . This is usually only useful when using a bootplash though.
Back to top
View user's profile Send private message
NiceGuy
Guru
Guru


Joined: 12 Jun 2006
Posts: 451
Location: Canada

PostPosted: Wed Jan 23, 2008 9:13 pm    Post subject: Reply with quote

Hello,

Thank-you very much ...
Code:

title=kernel 2.6.16
root (hd0,0)
kernel /k2.6.16 root=/dev/hda3

Using this "grub.conf" did the trick

Take Care
_________________
success is the ability to go from one failure to the next without any loss of enthusiasm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum