请教怎么修改ml的开机启动画面
如提就是那个蓝色的画面
请教 把做好的 bootsplash 画面替换 /etc/bootsplash/themes/Linux/images/silent-1024x768.jpg 即可。若有问题,可查看 dmesg|grep bootsplash 确定错误原因。 好象替换完图片,还要重新建立 initrd 文件? 好象替换完图片,还要重新建立 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. 修改那个没用的,你需要运行 mkinitrd 来建立新的 initrd.img 文件。
至于怎么用,我就不知道了,你看看 mkinited --help 吧。 mkinitrd --help太简单了,才几句话啊。我的initrd其他不用改,就改splash怎么弄? 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。 图片的格式,颜色有要求吧? 图片的格式,颜色有要求吧?
1024x768 颜色不限。
页:
[1]