我本来想利用grub for dos下的grldr引导ubuntu10.04(grldr由boot.ini引导)。
menu.lst里面我是这样写的:
代码: 全选
title Ubuntu10.04, kernel 2.6.32-21-generic
root (hd0,8)
kernel /boot/vmlinuz-2.6.32-21-generic root=/dev/sda9 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
title /boot/grub/core.img
root (hd0,8)
kernel /boot/grub/core.img
boot
然后我按c进入命令行grub》,发现在命令行下用ls /就能找到东西,ls /home/,ls /boot/,ls /bin/就找不到任何东西了,也不报错误——file not found。
而我输入命令:root (hd0,8),help等命令都是正常的。
输入命令:kernel /boot/vmlinuz-2.6.32-21-generic root=/dev/sda9 ro quiet splash,会报:file not found。
grub for dos 怎么好多命令都不正常了呢?或者我是不明白这些命令的用法?
请高人指点。
