|
请问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 |
|