lovewilliam 发表于 2004-9-9 18:46:13

New bootsplash !

RT

做了一个类Apple的bootsplash,

喜欢的就拿去,这个是根据 darwin 那个改的

http://www.magiclinux.org/people/lovewilliam/Bootsplash/Apple.jpg

看上去庭唬人的 :lol:

记得要更改grub.conf

RPM

http://www.magiclinux.org/people/lovewilliam/Bootsplash/Apple-1.1-1mgc.i686.rpm

SRPM

http://www.magiclinux.org/people/lovewilliam/Bootsplash/Apple-1.1-1mgc.src.rpm

cjx3501 发表于 2004-9-9 20:54:43

安个看看~~ 8)

cjx3501 发表于 2004-9-9 20:56:25

对了,忘了问怎样改法呀 :?:

lovewilliam 发表于 2004-9-9 20:59:19

很简单的

自己看一下/boot/grub.conf

就知道了,

新生成的inirrd在/boot/下

叫initrd-splash.img

cjx3501 发表于 2004-9-9 21:31:03

不好了,我装完系统后,习惯性都是把那个引导画画的命令行给删掉的(不好看),能否给贴一个出来 :oops:

lovewilliam 发表于 2004-9-9 21:43:00

[root@Lover ~]# cd /boot
[root@Lover boot]# ls
boot0    config-2.6.8      initrd-splash.imgmbinitrd-hd.gz    System.map-2.6.8.1
boot1    config-2.6.8.1      kernel.h         mbr               vmlinuz
boot2    defaults            loader             mbvmlinuz         vmlinuz-2.6.8
boot.b   grub                loader.4th         pxeboot         vmlinuz-2.6.8.1
cdboot   initrd-2.6.8.1.imgloader.help      support.4th
chain.binitrd-2.6.8.img    loader.rc          System.map
config   initrd.img          lost+found         System.map-2.6.8
[root@Lover boot]# cd grub
[root@Lover grub]# ls
device.map   grub.conf         menu.lst         reiserfs_stage1_5ufs2_stage1_5
e2fs_stage1_5grub.conf~      minix_stage1_5   splash.xpm.gz      vstafs_stage1_5
fat_stage1_5   iso9660_stage1_5redhat-8.xpm.gzstage1             xfs_stage1_5
ffs_stage1_5   jfs_stage1_5      redhat9.xpm.gz   stage2
[root@Lover grub]# cat grub.conf
# grub.conf generated by MagicInstaller.

# Note that you do not have to rerun grub after making changes to this file.
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title MagicLinux Beat2 (Graphics Mode)
      root (hd0,0)
      kernel /vmlinuz-2.6.8.1 init 5 ro root=/dev/hda4 vga=791 splash=silent
      initrd /initrd.img
title Windows XP Professional
      rootnoverify (hd0,4)
      chainloader +1
#title Magic linux install
#       root (hd0,0)
#       kernel /mbvmlinuz ro root=/dev/ram0 initrd=mbinitrd-hd.gz ramdisk_size=18432 vga=788
#       initrd /mbinitrd-hd.gz

[root@Lover grub]#

cjx3501 发表于 2004-9-9 22:25:22

本以为很简单,现在反而感到有点晕了 :oops::oops:

caihua 发表于 2004-9-9 23:31:56

:P 给你技术支持,不过,要付服务费,嘿嘿,反正你有钱 :mrgreen:

cjx3501 发表于 2004-9-9 23:42:19

:P 给你技术支持,不过,要付服务费,嘿嘿,反正你有钱 :mrgreen:
这个不是问题 :mrgreen: ~~不要光说呀,要给答案呀 :oops:

lovewilliam 发表于 2004-9-10 12:37:12

:P 给你技术支持,不过,要付服务费,嘿嘿,反正你有钱 :mrgreen:

自由软件赚钱的地方……

lovewilliam 发表于 2004-9-10 12:39:44

增加象下面的东西在grub.conf里面

title MagicLinux Beat2 (Graphics Mode)
      root (hd0,0)
      kernel /vmlinuz-2.6.8.1 init 5 ro root=/dev/hda4 vga=791 splash=silent
      initrd /initrd-splash.img

hd*要改成你的

cjx3501 发表于 2004-9-10 18:30:50

增加象下面的东西在grub.conf里面

title MagicLinux Beat2 (Graphics Mode)
      root (hd0,0)
      kernel /vmlinuz-2.6.8.1 init 5 ro root=/dev/hda4 vga=791 splash=silent
      initrd /initrd-splash.img

hd*要改成你的
应该是只用改initrd那行吧(initrd /initrd-splash.img)~~其它的不用变嘛,
但我改了之后仍不行,反而没有了原来的进度画画了,换成了字符界面:oops:

lovewilliam 发表于 2004-9-10 18:56:00

汗……

找到问题了,

你重新下载rpm然后重新安装,

下载地址不变

cjx3501 发表于 2004-9-10 20:50:37

一开始还以为我的智商问题呢 :mrgreen:
页: [1]
查看完整版本: New bootsplash !