Unix Technical Forum

Kernel 2.6.7 No Visual During Boot

This is a discussion on Kernel 2.6.7 No Visual During Boot within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi there, kinda new to this news group,... ANyways I compiled my new kernel from source, kernel 2.6.7 i ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 01:21 PM
coolape
 
Posts: n/a
Default Kernel 2.6.7 No Visual During Boot

Hi there, kinda new to this news group,...
ANyways
I compiled my new kernel from source, kernel 2.6.7
i enabled a alot of options such as ntfs write and read support
sound card drivers, video card drivers, etc u know the drill...
And i thought i would enable the Boot Logo aswell.
But after compiling it, i configured lilo (because i have winxp on my
other hard drive) and added another option for the new kernel and kept the
old kernel for backup. but somehow after i hit enter (to boot the new
kernel) there is no visual, i have to blindly enter my login username and
password, type in startx to load fluxbox and only then i can have visual
.... is there something wrong? i have recompiled the kernel to not use the
bootup logo option and it is still happening.. whats wrong?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 01:22 PM
Steve Youngs
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

* coolape <webmaster@evilstorm.co.uk> writes:

> I compiled my new kernel from source, kernel 2.6.7


> And i thought i would enable the Boot Logo aswell.
> But after compiling it, i configured lilo (because i have winxp on my
> other hard drive) and added another option for the new kernel and kept the
> old kernel for backup. but somehow after i hit enter (to boot the new
> kernel) there is no visual, i have to blindly enter my login username and
> password, type in startx to load fluxbox and only then i can have visual
> ... is there something wrong? i have recompiled the kernel to not use the
> bootup logo option and it is still happening.. whats wrong?


Add...

vga = normal

....to your `/etc/lilo.conf', and rerun lilo.

--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| Ashes to ashes, dust to dust. |
| The proof of the pudding, is under the crust. |
|----------------------------------<steve@youngs.au.com>---|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 01:22 PM
Alan Hicks
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In alt.os.linux.slackware, coolape dared to utter,
> ... is there something wrong?


You SNAFU'd framebuffer. IME this is from using something other than
the VGA driver under framebuffer options. I had the same problem with
my Radeon card. Solution was to take out the modules for the radeon and
use just basic VGA framebuffer.

When you go to boot-up and it asks to select your kernel, append
"vga=normal" to the boot-up line and you'll get the regular 80 columns
wide console. Try again.

- --
It is better to hear the rebuke of the wise,
Than for a man to hear the song of fools.
Ecclesiastes 7:5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFA64ZelKR45I6cfKARAsBzAJ0Sp5UmZMzUjawlIsdwce V0Nc71BgCfVz/a
OTBKY/TF49Ohoq9R/jeIDSw=
=9l1m
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 01:22 PM
jenso
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

On 2004-07-07, Steve Youngs <steve@youngs.au.com> wrote:
> * coolape <webmaster@evilstorm.co.uk> writes:
>
> > I compiled my new kernel from source, kernel 2.6.7

>
> > And i thought i would enable the Boot Logo aswell.
> > But after compiling it, i configured lilo (because i have winxp on my
> > other hard drive) and added another option for the new kernel and kept the
> > old kernel for backup. but somehow after i hit enter (to boot the new
> > kernel) there is no visual, i have to blindly enter my login username and
> >

>
> Add...
>
> vga = normal
>
> ...to your `/etc/lilo.conf', and rerun lilo.
>

And then look at your settings under "graphics support".
Most of them should bee set as modules.

/Jens
--
Slackware | CRUX-1.3.1 PPC
window manager improved

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 01:22 PM
Martijn Kools
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot


"coolape" <webmaster@evilstorm.co.uk> wrote in message
newsan.2004.07.07.02.13.15.109514@evilstorm.co.u k...
> Hi there, kinda new to this news group,...
> ANyways
> I compiled my new kernel from source, kernel 2.6.7
> i enabled a alot of options such as ntfs write and read support
> sound card drivers, video card drivers, etc u know the drill...
> And i thought i would enable the Boot Logo aswell.
> But after compiling it, i configured lilo (because i have winxp on my
> other hard drive) and added another option for the new kernel and kept the
> old kernel for backup. but somehow after i hit enter (to boot the new
> kernel) there is no visual, i have to blindly enter my login username and
> password, type in startx to load fluxbox and only then i can have visual
> ... is there something wrong? i have recompiled the kernel to not use the
> bootup logo option and it is still happening.. whats wrong?


I had the same problem

There are 2 options to work around on this.
First option (workaround) is to edit your lilo.conf, change the line vga =
(ie. 768)
to vga = normal.
Then run 'lilo' to make these changes permanent.

Second option is to re-compile your kernel with framebuffer support and
video mode selection support enabled.
This is the recommended option which will give you the best looking console
with large screen and high color, although some videocards can't handle it,
like my Radeon 9000.

Hope this helps.

--
Martijn.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 01:22 PM
coolape
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

Thanx boys. the VGA = Normal option worked without recompiling the kernel..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 01:22 PM
Martijn
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot


"coolape" <webmaster@evilstorm.co.uk> wrote:

> Thanx boys. the VGA = Normal option worked without recompiling the

kernel..

Yes, it works but it's a workaround, not a solution and i hate that

--
Martijn.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 01:23 PM
=?UTF-8?B?0JTQsNC80ZjQsNC9INCT0LXQvtGA0LPQuNC10LLRgdC60Lg=?=
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

>> Thanx boys. the VGA = Normal option worked without recompiling the
> kernel..
>
> Yes, it works but it's a workaround, not a solution and i hate that


Do you have the
CONFIG_FRAMEBUFFER_CONSOLE=y
option in your kernel config?

You should!

--
дамјан

InÂ*theory,Â*thereÂ*isÂ*noÂ*differenceÂ*betweenÂ*t heoryÂ*andÂ*practice.
But,Â*inÂ*practice,Â*thereÂ*is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 01:23 PM
coolape
 
Posts: n/a
Default Re: Kernel 2.6.7 No Visual During Boot

I just recompiled my kernel again and enabled Frame Buffer support for the
console.. and now its working perfectly.. thanx guys.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:13 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com