27:Unrecognizedcommand
解释:无法识别的命令
28:Selecteditemcannotfitintomemory
解释:选择的对象无法被加载到内存中。
例子:
[root@monitorboot]#ddif=/dev/zeroof=vmlinuz-2.4.20-31.9bs=1024count=1seek=1
读入了1+0个块
输出了1+0个块
[root@monitorboot]#grub
grub》kernel/vmlinuz-2.4.20-31.9root=label=/
[Linux-bzImage,setup=0x1400,size=0xfffff200]
Error28:Selecteditemcannotfitintomemory
grub》
29:Diskwriteerror
解释:磁盘写错误
30:Invalidargument
解释:无效参数
例子:
grub》serial--noarg=0
Error30:Invalidargument
grub》
31:Fileisnotsectoraligned
解释:ThiserrormayoccuronlywhenyouaccessaReiserFSpartitionby
block-lists(e.g.thecommand`install‘).Inthiscase,youshould
mountthepartitionwiththe`-onotail’option.
32:Mustbeauthenticated
解释:要求输入口令才能继续进行下面的操作。例如配置文件中有password或者lock命令
例子:
passwordroot1234
titleDOS
lock
rootnoverify(hd0,0)
chainloader+1
33:Serialdevicenotconfigured
解释:33号错误表示串口还没有配置。这一般发生在你执行terminalserial的时候
34:Nosparesectorsonthedisk
解释:磁盘自由空间不足。可能发生在把stage1.5嵌入到MBR之后的空间的时候。但这部分空间可能已经被分区表使用了
以上就是Linux系统grub常见错误的解决方法。