
Code: Select all
default 0
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.7-r11 with framebuffer and bootsplash
root (hd0,0)
kernel /kernel-2.6.7-gentoo-r11 root=/dev/hda3 video=vesafb:ywrap,mtrr vga=0x31A splash=silent
initrd=/boot/initrd-1280x1024
title=Gentoo Linux 2.6.7-r11 with framebuffer
root (hd0,0)
kernel /kernel-2.6.7-gentoo-r11 root=/dev/hda3 video=vesafb:ywrap,mtrr vga=0x31A splash=silent
title=Gentoo Linux 2.6.7-r11
root (hd0,0)
kernel /kernel-2.6.7-gentoo-r11 root=/dev/hda3
Code: Select all
title Gentoo
root (hd0,0)
kernel /kernel-2.6.7 root=/dev/hda6 video=vesafb:ywrap,mtrr vga=0x317 splash=silent
initrd=/boot/initrd-gentoo-1024x768
I'll look at it as soon as I can, if someone else doesn't. My power supply just went out yesterday, but I may be able to get it running tonight. If so I'll have a look (assuming I remember, and I'll try).please, anyone?

Code: Select all
Linux Kernel Configuration -> Device Drivers -> Block Devices -> Initial Ram Disk (initrd) support

I have exacly the same problem, but I am certain that bootsplash is enabled in the kernel. I have gentoo-dev-sources 2.6.7-gentoo-r11, on an AMD64. However, the bootsplash DOES turn on when it says:Corpse2 wrote:I'm using gentoo-dev-sources 2.6.7-gentoo-r11.
When I do "bootsplash_patch" it says that my kernel is already patched.
In menuconfig I can see "bootsplash configuration --> " but I cannot go in there to enable bootsplash.
Framebuffer is working, but no bootsplash![]()
any suggestion?

Code: Select all
/sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg >> /boot/initrdCode: Select all
title Linux -udev
root (hd0,0)
kernel /bzImage root=/dev/md/0 gentoo=noudev video=vesafb:ywrap,mtrr vga=0x31A
initrd=/boot/initrd

Code: Select all
Aug 10 22:29:37 gentoo RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Aug 10 22:29:37 gentoo RAMDISK: Couldn't find valid RAM disk image starting at 0.

Yeah, I noticed that you're using AMD64. I don't know if that changes anything. (I almost went 64 bit, but didn't in the end.) About the ramdisk error, there's a whole thread dedicated to it.Any idea what to do about this?
(I'm using an AMD64, in case that wasn't clear.)

Somebody on the mailing list is saying the same. I suppose that that isn't the problem then. But the question is ... what is the problem then.mr.twemlow wrote:Yeah, I noticed that you're using AMD64. I don't know if that changes anything. (I almost went 64 bit, but didn't in the end.) About the ramdisk error, there's a whole thread dedicated to it.Any idea what to do about this?
(I'm using an AMD64, in case that wasn't clear.)
http://forums.gentoo.org/viewtopic.php? ... ht=ramdisk
It seems like everyone has it, including me. But doesn't really hurt anything...?
Code: Select all
timeout 15
default 0
fallback 1
# Splash Image
splashimage=(hd1,0)/grub/splash.xpm.gz
# With both framebuffer and bootsplash
title=Gentoo Linux (+fb +splash)
root=(hd1,0)
kernel=(hd1,0)/boot/kernel root=/dev/hdd3 video=vesafb:ywrap,mtrr vga=0x31A
initrd=/boot/initrd-1280x1024
# With framebuffer but without bootsplash
title=Gentoo Linux (+fb -splash)
root=(hd1,0)
kernel=(hd1,0)/boot/kernel root=/dev/hdd3 video=vesafb:ywrap,mtrr vga=0x31A
# Without both framebuffer and bootsplash
title=Gentoo Linux (-fb -splash)
root=(hd1,0)
kernel=(hd1,0)/boot/kernel root=/dev/hdd3
# For booting Microsoft Windows XP
title Windows XP
makeactive
root (hd0,0)
Code: Select all
CC drivers/video/bootsplash/bootsplash.o
drivers/video/bootsplash/bootsplash.c: In function `splash_init':
drivers/video/bootsplash/bootsplash.c:895: warning: implicit declaration of function `sys_open'
drivers/video/bootsplash/bootsplash.c:902: warning: implicit declaration of function `sys_close'Code: Select all
initrd=/boot/initrd-1280x1024Code: Select all
initrd=(hd0,0)/initrd-1280x1024
I also encounter the same problems. I did it successfully before. But Now I fail.bungernut wrote:framebuffer isnt working on my machine. during the bootup i see the following error approximatly:I dont where the startup log is or i would copy that for you. Here is my .config for my 2.6.5 kernel. I tryed with and without the agpgart option as suggested. I am completly lost and I'v done this beforeCode: Select all
probe of vesafb0 failed error -6
Thanks to all those that help us poor saps
SOLN: dont forget the little part in the how-to about your kernel:Graphics support --->
Console display driver support --->
[*] Video mode selection support
Code: Select all
ebuild /var/db/pkg/media-gfx/bootsplash-0.6.1-r4/bootsplash-0.6.1-r4.ebuild configwhat is the problem?/usr/sbin/ebuild.sh: line 1337: pkg_config: command not found

If I change vesafb to vesa,it works well.video=vesafb:ywrap,mtrr
Code: Select all
video=vesa:ywrap,mtrr vga=0x318it seems there is vesafb device and also it works.vesafb: framebuffer at 0xfd000000, mapped to 0xce800000, size 4096k
vesafb: mode is 1024x768x24, linelength=3072, pages=0
vesafb: protected mode interface info at c927:000f
vesafb: scrolling: redraw
vesafb: directcolor: size=0:8:8:8, shift=0:16:8:0
fb0: VESA VGA frame buffer device
Code: Select all
You passed an undefined mode number.
Press <RETURN> to see video modes available, <SPACE> to continue or wait 30 secs