11:Unrecognizeddevicestring
解释:11号错误表示无法识别的设备字符串。
例子:
grub》roothd0
Error11:Unrecognizeddevicestring
grub》
12:Invaliddevicerequested
解释:12号错误表示请求的设备无效
例子:
grub》root(hd2)
Error21:Selecteddiskdoesnotexist
grub》kernel/grub/grub.confroot=LABEL=/
Error12:Invaliddevicerequested
grub》
13:Invalidorunsupportedexecutableformat
解释:13号错误表示无效或者无法识别的可执行格式
例子:
grub》kernel/grub/grub.confroot=LABEL=/
Error13:Invalidorunsupportedexecutableformat
grub》
14:Filesystemcompatibilityerror,cannotreadwholefile
解释:14号错误表示文件系统兼容性错误,无法读取整个文件
15:Filenotfound
解释:请求的文件无法找到
例子:
grub》find/grub-noexist/grub.conf
Error15:Filenotfound
grub》
16:Inconsistentfilesystemstructure
解释:16号错误表示不一致的文件系统结构。可能是文件系统结构被破坏了。
17:Cannotmountselectedpartition
解释:17号错误表示无法挂载指定分区。例如swap分区
例子:
grub》root(hd0,2)这是一个swap分区
Filesystemtypeunknown,partitiontype0x82
grub》kernel/vmlinuz
Error17:Cannotmountselectedpartition
grub》