marvin.s 发表于 2006-7-25 23:23:56

请教怎么修改ml的开机启动画面

如提
就是那个蓝色的画面
请教

KanKer 发表于 2006-7-25 23:45:35

把做好的 bootsplash 画面替换 /etc/bootsplash/themes/Linux/images/silent-1024x768.jpg 即可。若有问题,可查看 dmesg|grep bootsplash 确定错误原因。

jiangtao9999 发表于 2006-7-26 09:39:01

好象替换完图片,还要重新建立 initrd 文件?

yhlfh 发表于 2006-8-13 22:00:34

好象替换完图片,还要重新建立 initrd 文件?
I downloaded a splash theme from kde-look.org. They also say to install it you should run mkinitrd. But I don't know how to do it. I tried to modify the picture at /etc/bootsplash/themes/linux/images but it didn't work, then I deleted the default picture but also didn't work. jiangtao9999,do you know how to change ml's default bootsplash? If you know, please tell me, really appreciate.

jiangtao9999 发表于 2006-8-13 22:18:55

修改那个没用的,你需要运行 mkinitrd 来建立新的 initrd.img 文件。
至于怎么用,我就不知道了,你看看 mkinited --help 吧。

yhlfh 发表于 2006-8-13 22:41:25

mkinitrd --help太简单了,才几句话啊。我的initrd其他不用改,就改splash怎么弄?

KDE 发表于 2006-8-14 23:49:38

1、用做好的 bootsplash 画面(尺寸1024x768) 替换 /etc/bootsplash/themes/Linux/images/silent-1024x768.jpg;
2、如果你想为(已经安装的) 2.6.17.8 内核制作新 initrd,那么运行 mkinitrd /boot/initrd-2.6.17.8-1.img 2.6.17.8
注意生成的文件(initrd-2.6.17.8-1.img)不要和现有文件(initrd-2.6.17.8.img)重名;
3、修改 /boot/grub/grub.conf,增加新的启动选项,指定使用新的 initrd,例如:

# grub.conf generated by MagicInstaller.

# Note that you do not have to rerun grub after making changes to this file.
default=0
timeout=16
splashimage=(hd0,6)/boot/grub/splash.xpm.gz

title Windows
        rootnoverify (hd0,0)
        chainloader +1
title Magic Linux Genius (2.6.17.8)
        root (hd0,6)
        kernel /boot/vmlinuz-2.6.17.8ro root=/dev/hda7 vga=791 splash=silent
        initrd /boot/initrd-2.6.17.8.img
title Magic Linux Genius new splash(2.6.17.8)
        root (hd0,6)
        kernel /boot/vmlinuz-2.6.17.8ro root=/dev/hda7 vga=791 splash=silent
        initrd /boot/initrd-2.6.17.8-1.img

重启计算机,就会看到三条选项:

Windows
Magic Linux Genius (2.6.17.8)
Magic Linux Genius new splash(2.6.17.8)

选择第三条就可以了。

还有一个偷懒的方法,就是完成第一步之后,安装新内核,重启进新内核,就能看到新的 bootsplash 了,因为 rpm 内嵌脚本会在安装后自动创建新的 initrd。

jiangtao9999 发表于 2006-8-14 23:55:59

图片的格式,颜色有要求吧?

KDE 发表于 2006-8-15 00:08:25

图片的格式,颜色有要求吧?
1024x768 颜色不限。
页: [1]
查看完整版本: 请教怎么修改ml的开机启动画面