|
我的机上事先已经装了一个RHEL 4, grub记录是安装在MBR的,所以今天上午装FC 6时,我就没有让FC 6再安装grub, 准备等安装过程完成后自己配置 (FC6 root目录挂在sda9上, LABEL为/1, 没有分专门的/boot 区)
以下是自己编辑的conf文件
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-42.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-42.EL.img
title Fedora Core 6 (2.6.18-1.2798.fc6xen)
root (hd0,
kernel /boot/vmlinuz-2.6.18-1.2798.fc6xen ro root=LABEL=/1
initrd /boot/initrd-2.6.18-1.2798.fc6xen.img
~
但在引导FC 6时读到kernel那一句, grub提示说unsupported executable file format, 貌似不认这个kernel, 另外fc 6的/boot下有好几个关于xen的文件, 不知道需要不需要在grub里配置.
能否请安装了同样版本FC 6的兄弟贴一下你的grub.conf出来, 给我对照一下是否有什么出错的地方. |
|