1 : Filename must be either an absolute filename or blocklist
解釋 :1號(hào)錯(cuò)誤表示文件名格式錯(cuò)誤。在 GRUB 中要么是以絕對(duì)路徑給出文件
例子 :
grub> kernel vmlinuz root=label=/
Error 1: Filename must be either an absolute pathname or blocklist
grub>
2 : Bad file or directory type
解釋 :2號(hào)錯(cuò)誤表示命令期望的是一個(gè)普通文件,但相應(yīng)文件名的對(duì)象是一個(gè)符號(hào)鏈接、目錄、FIFO
例子 :
grub> kernel /testdir root=LABEL=/
Error 2: Bad file or directory type
grub>
4 : Bad or incompatible header in compressed file
解釋 :4號(hào)錯(cuò)誤表示壓縮文件的頭部格式不被兼容或者錯(cuò)誤
5 : Partition table invalid or corrupt
解釋 :5 號(hào)錯(cuò)誤表示分區(qū)表無效或者被破壞。這是一個(gè)不好的預(yù)兆
6 : Mismatched or corrupt version of stage1/stage2
解釋 :6號(hào)錯(cuò)誤表示 install 命令發(fā)現(xiàn) stage1 和 stage2 的頒布號(hào)不被兼容
7 : Loading below 1MB is not supported
解釋 :This error is returned if the lowest address in a kernel is below
the 1MB boundary. The Linux zImage format is a special case and
can be handled since it has a fixed loading address and maximum size
8 : Kernel must be loaded before booting
解釋 :8號(hào)錯(cuò)誤表示執(zhí)行 boot 命令之前沒有先執(zhí)行 kernel 命令
31 : File is not sector aligned
解釋 :This error may occur only when you access a ReiserFS partition by
block-lists (e.g. the command `install'). In this case, you should
mount the partition with the `-o notail' option.
32 : Must be authenticated
解釋 :要求輸入口令才能繼續(xù)進(jìn)行下面的操作。例如配置文件中有 password 或者 lock 命令
例子 :
password root1234
title DOS
lock
rootnoverify (hd0,0)
chainloader +1
33 : Serial device not configured
解釋 :33 號(hào)錯(cuò)誤表示串口還沒有配置。這一般發(fā)生在你執(zhí)行 terminal serial 的時(shí)候
34 : No spare sectors on the disk
解釋 :磁盤自由空間不足??赡馨l(fā)生在把 stage 1.5 嵌入到 MBR 之后的空間的時(shí)候。但這部分空間可能已經(jīng)被分區(qū)表使用了