QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 958|回复: 13

New bootsplash !

[复制链接]
发表于 2004-9-9 18:46:13 | 显示全部楼层 |阅读模式
RT

做了一个类Apple的bootsplash,

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



看上去庭唬人的

记得要更改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
发表于 2004-9-9 20:54:43 | 显示全部楼层
安个看看~~
回复

使用道具 举报

发表于 2004-9-9 20:56:25 | 显示全部楼层
对了,忘了问怎样改法呀
回复

使用道具 举报

 楼主| 发表于 2004-9-9 20:59:19 | 显示全部楼层
很简单的

自己看一下/boot/grub.conf

就知道了,

新生成的inirrd在/boot/下

叫initrd-splash.img
回复

使用道具 举报

发表于 2004-9-9 21:31:03 | 显示全部楼层
不好了,我装完系统后,习惯性都是把那个引导画画的命令行给删掉的(不好看),能否给贴一个出来
回复

使用道具 举报

 楼主| 发表于 2004-9-9 21:43:00 | 显示全部楼层
[code:1][root@Lover ~]# cd /boot
[root@Lover boot]# ls
boot0    config-2.6.8        initrd-splash.img  mbinitrd-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.img  loader.help        support.4th
chain.b  initrd-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_5  ufs2_stage1_5
e2fs_stage1_5  grub.conf~        minix_stage1_5   splash.xpm.gz      vstafs_stage1_5
fat_stage1_5   iso9660_stage1_5  redhat-8.xpm.gz  stage1             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]# [/code:1]
回复

使用道具 举报

发表于 2004-9-9 22:25:22 | 显示全部楼层
本以为很简单,现在反而感到有点晕了   
回复

使用道具 举报

发表于 2004-9-9 23:31:56 | 显示全部楼层
给你技术支持,不过,要付服务费,嘿嘿,反正你有钱
回复

使用道具 举报

发表于 2004-9-9 23:42:19 | 显示全部楼层
[quote:a90056d55f="caihua"] 给你技术支持,不过,要付服务费,嘿嘿,反正你有钱 [/quote]
这个不是问题 ~~不要光说呀,要给答案呀
回复

使用道具 举报

 楼主| 发表于 2004-9-10 12:37:12 | 显示全部楼层
[quote:c89ab111f9="caihua"] 给你技术支持,不过,要付服务费,嘿嘿,反正你有钱 [/quote]

自由软件赚钱的地方……
回复

使用道具 举报

 楼主| 发表于 2004-9-10 12:39:44 | 显示全部楼层
增加象下面的东西在grub.conf里面

[code:1]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 [/code:1]

hd*要改成你的
回复

使用道具 举报

发表于 2004-9-10 18:30:50 | 显示全部楼层
[quote:146a222bcc="lovewilliam"]增加象下面的东西在grub.conf里面

[code:1]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 [/code:1]

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

使用道具 举报

 楼主| 发表于 2004-9-10 18:56:00 | 显示全部楼层
汗……

找到问题了,

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

下载地址不变
回复

使用道具 举报

发表于 2004-9-10 20:50:37 | 显示全部楼层
一开始还以为我的智商问题呢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-26 17:32 , Processed in 0.047257 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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