无忧启动论坛
标题:
GRUB4DOS能不能引导CentOS,附原GUN GRUB代码
[打印本页]
作者:
2012luo
时间:
2012-9-20 20:47
标题:
GRUB4DOS能不能引导CentOS,附原GUN GRUB代码
请问GRUB4DOS能不能引导CentOS 6.0 我想修改一下引导画面。
以下是原系统GUN GRUB引导菜单的代码:
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Radius Manager 3.9.0 Free v0.2 (2.6.18-238.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-238.el5 ro root=LABEL=/
initrd /initrd-2.6.18-238.el5.img
假如用GRUB4DOS引导把代码写成这样不知道行不行:
default 0
timeout 5
gfxmenu /message
title Radius Manager 3.9.0 Free v0.2 (2.6.18-238.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-238.el5 ro root=LABEL=/
initrd /initrd-2.6.18-238.el5.img
作者:
sgw888
时间:
2012-9-22 11:25
default 0
timeout 5
title Radius Manager 3.9.0 Free v0.2 (2.6.18-238.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-238.el5
initrd /initrd-2.6.18-238.el5.img ro root=LABEL=/
试一下.
欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/)
Powered by Discuz! X3.3