LinuxQuestions.org
Help answer threads with 0 replies.
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 08-20-2004, 02:47 PM   #1
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Rep: Reputation: 15
Question Make Gentoo startup look like LiveCD


Hey all,

I was just wondering if someone could give me the idiots guide to the whole frambuffer/bootsplash setup on a Gentoo system. I followed their tutorial located here:

http://forums.gentoo.org/viewtopic.php?t=49036

And searched their forums a little bit, but I just can't get my startup boot sequence show with custom fonts and a background image, like the LiveCD shows, or as in example from a user on the Gentoo forum here.

Any quick idiot's guides for this one? Thanks
 
Old 08-20-2004, 03:01 PM   #2
PenguinPwrdBox
Member
 
Registered: Oct 2003
Posts: 568

Rep: Reputation: 31
Dude, that is the authoritative How-To on the Gentoo FB setup.
If that isn't working, what is happening?
Post your dmesg.
 
Old 08-20-2004, 03:22 PM   #3
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
I'm taking a look at my kernel, and I was wondering where these options are in a 2.4 kernel, I can:t find them:

Device Drivers --->

Graphics support --->
< > nVidia Riva support (do not enable!)
Logo configuration --->
[ ] Bootup logo (do not enable!)



Also, how do I post my dmesg?
 
Old 08-20-2004, 03:42 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Scroll down the screen under device drivers you just havn't got there yet logo configuration is on the first screen at the bottom if you are useing menuconfig.Make your terminal as big as you can so you can see everything,use xterm and hold the ctrl key and right click on it and pick huge.
 
Old 08-20-2004, 04:19 PM   #5
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
At the very bottom is Grsecurity, then an option to load an alternate kernel. Btw, my screen now kinda loads with a bootplash, but I have a feeling it's conflicting with the bootlogo option I missed, b/c when I startup, theres a little white square with a gentoo logo in the upper left, but the rest of the screen is black scrolling console.

All I have under Console Drivers > Framebuffer Support is an area that looks like this for the boot logo:

Code:
(Tux) Frame buffer boot logo
And all u get from clicking that is a bunch of different options for boot logos, but no way to disable it.

Last edited by CPUguy387; 08-20-2004 at 04:30 PM.
 
Old 08-24-2004, 07:13 AM   #6
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
Well, I'm still searching, but can anyone lead me to the way to disable the following configuratioon:

Code:
Device Drivers  --->
    Graphics support  --->
            < >   nVidia Riva support  (do not enable!)
        Logo configuration  --->
            [ ] Bootup logo  (do not enable!)
I can't find logo configuration in the kernel, I don't see Device Drivers, only Console Drivers.
 
Old 08-24-2004, 02:16 PM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
It is right before you get to load alternative configuration,if you are using menuconfig,when you find it you are going to say I can't believe I didn't see that!
 
Old 08-24-2004, 02:36 PM   #8
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
In Graphics Support you need to have the Bootsplash option checked as well as the Framebuffer option. What kernel sources are you using? They may not have the bootsplash patch installed.
 
Old 08-24-2004, 02:43 PM   #9
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
This is the guide I used,works great,just don't skip anything.
http://forums.gentoo.org/viewtopic.php?t=49036
 
Old 08-24-2004, 03:21 PM   #10
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
Well, I took a look again, but even with the smallest font available for my terminal in full screen, this is what I see:

Code:
...
Kernel Hacking. --->
Cryptographic options --->
Library routines --->
Grsecurity --->
---
Load an Alternate Configuration File
Maybe something didn't install right?
 
Old 08-24-2004, 03:34 PM   #11
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Your right,I didn't check your previous post ,I always used menuconfig with a 2.6.x and not a 2.4.x must be the difference.I would try the 2.6.x emerge gentoo-dev-sources.here it is for the 2.4.x kernel Code maturity level options --->[*] Prompt for development and/or incomplete code/drivers
Processor type and features --->[*] MTRR (Memory Type Range Register) support
Block Devices ->[*] Loopback device support[*] RAM disk support
(4096) Default RAM disk size[*] Initial RAM disk (initrd) support
Console Drivers ->[*] VGA text console[*] Video mode selection support
Console Drivers -> Frame-buffer support ->[*] Support for frame buffer devices[*] VESA VGA graphics console[*] Use splash screen instead of boot logo

Last edited by comprookie2000; 08-24-2004 at 03:42 PM.
 
Old 08-24-2004, 04:11 PM   #12
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
Ok, I'll try updating my kernel to 2.6.x later, right now I'm emerging a couple things. Btw, could anybody tell me how to take a screenshot of my bootup, just so I could show everyone how it looks right now, like a print screen or something?
 
Old 08-25-2004, 05:28 AM   #13
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
Originally posted by CPUguy387
Ok, I'll try updating my kernel to 2.6.x later, right now I'm emerging a couple things. Btw, could anybody tell me how to take a screenshot of my bootup, just so I could show everyone how it looks right now, like a print screen or something?
# emerge fbgrab
# fbgrab screen_shot.png

Also, just to let you know, gentoo-dev-sources has officially moved away from bootsplash and is using a new system called gensplash. Apparently the Gentoo developer got tired of always having to fix the bootsplash patch every time a new kernel came out so he made his own. sweet...
 
Old 08-25-2004, 07:31 AM   #14
CPUguy387
Member
 
Registered: Jul 2003
Location: San Luis Obispo, CA
Distribution: Gentoo 2007.0
Posts: 88

Original Poster
Rep: Reputation: 15
can I use that to take a picture at boot?
 
Old 08-25-2004, 03:16 PM   #15
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
We'll once you login you can take a snapshot which will look something like this.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Gentoo LiveCD cant mount kmeehl Linux - Distributions 7 07-07-2009 02:36 AM
have livecd of 'Linux Gentoo' how do i get past the "livecd root #" command line? randell6564 Linux - Distributions 11 11-20-2005 12:31 PM
Gentoo 4.2 LiveCD : textmode only gjo Linux - Distributions 1 05-29-2005 01:45 PM
Gentoo LiveCD Won't Boot steve_d555 Linux - Distributions 7 11-06-2004 09:15 PM
gentoo installation 2004.1 livecd guitardan311 Linux - Distributions 7 06-26-2004 07:31 PM

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

All times are GMT -5. The time now is 09:58 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