|
系统内核:2.6.15,从bootsplash.org下载补丁,给内核打过补丁,安装网上的说明配置,然后编译,这些都没问题.
安装bootsplash-3.0.7.
运行/sbin/splash -s -f /etc/bootsplash/themes/Berry/config/bootsplash-1024x768.cfg >/boot/myinitrd.img (Berry 是我的主题)
更改grub: root(hd0,6)
kernel /boot/myinitrd.img root=/dev/hda7 ro vga=791 splash=silent
intrd /boot/myinitrd.img
没有配置进度条,重启,就无法起动,警告:unable to open initial console,然后在 设置完selinu之后就不动了.我的硬盘是ext3的,我已经将其编入了内核.
在grub设置的kernel 后加上selinux=0,还是无法启动.
我的系统是fedoracore4
请问有没有人遇到过同样的问题阿?怎么解决阿? |
|