LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: Debentoo Gao

FBSplash(GenSplash)轻松安装手记

[复制链接]
发表于 2004-9-8 16:20:30 | 显示全部楼层
最初由 appn 发表
开机就是图片,第二个控制台的我没做,因为觉得没必要


那我的还是没有弄对,开机后还是先出现文字,一直滚动好几屏才出现图片。

那我还弄哪儿啊???

哪儿个地方不对啊?



我是按这个来的。你看看:


  1. 1) Install the latest Gentoo kernel sources:
  2.     # emerge gentoo-dev-sources

  3. 2) Configure, build and install your kernel:
  4.     # cd /usr/src/linux
  5.     # make menuconfig
  6.     # make
  7.     # make install modules_install

  8. ===============================================================================
  9. Device Drivers  ---> Graphics support  --->
  10.     <*> Support for frame buffer devices
  11.     <*>   VESA VGA graphics support   (NEW)
  12.         + Console display driver support  ---> [*]   Video mode selection support
  13.                                                [*] Framebuffer Console support
  14.           Logo configuration  --->
  15.                                   [*] Bootup logo
  16.                                   [*] Standard 224-color Linux logo (NEW)
  17.     <*> Support for the framebuffer splash
  18. ===============================================================================


  19. 3) Install splashutils:
  20.     # emerge splashutils

  21. 4) Create an initramfs image for fbsplash:
  22.     # splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence
  23.    
  24. 5) Configure your bootloader: (instructions for grub)
  25.     # cd /boot/grub
  26.    
  27.     Edit menu.lst, find the entry for your kernel, and put 'splash=silent,theme:emergence'
  28.     onto the kernel command line. You should get something like this:

  29.     title Gentoo Linux (g-d-s 2.6.8.1)
  30.         root (hd0,4)
  31.         kernel /boot/gentoo-2.6.8.1 ro root=/dev/hda1 video=vesafb:ywrap,pmipal,1024x768-32@75 splash=silent,theme:emergence
  32.         initrd /boot/fbsplash-emergence-1024x768


复制代码
发表于 2004-9-8 16:21:40 | 显示全部楼层
我把其中的boot logo去掉了。
发表于 2004-9-8 17:08:25 | 显示全部楼层
第4步以后有没有编译核心?
发表于 2004-9-8 17:31:41 | 显示全部楼层
没有啊。为什么要编译内核啊?
发表于 2004-9-9 16:19:00 | 显示全部楼层
appn 快来解决啊。等不及了。
发表于 2004-9-10 08:41:47 | 显示全部楼层
appn 快来解决啊。等不及了。
发表于 2004-9-10 08:52:41 | 显示全部楼层
重链内核就可以了呀
发表于 2004-9-10 09:13:20 | 显示全部楼层
我试了n次了啊。不行的
发表于 2004-9-10 10:21:25 | 显示全部楼层
make以后,cp到/boot下了吗?
发表于 2004-9-10 10:34:31 | 显示全部楼层
最初由 appn 发表
make以后,cp到/boot下了吗?


嗯,拷贝了。但是没有效果啊,还是先文字后,一会出现图片。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表