LINUX系统管理----GRUB笔记
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-20
e must be either an absolute pathname or blocklist grub> 引用: 2 : Bad file or directory type 解释 :2号错误表示命令期望的是一个普通文件,但相应文件名的对象是一个符号链接、目录、FIFO 例子 : grub> kernel /testdir root=LABEL=/ Error 2: Bad file or directory type grub> 引用: 3 : Bad or corrupt data while decompressing file 解释 :3号错误表示解压文件时发生错误.可能是这个文件被损坏了 引用: 4 : Bad or incompatible header in compressed file 解释 :4号错误表示压缩文件的头部格式不被兼容或者错误 引用: 5 : Partition table invalid or corrupt 解释 :5 号错误表示分区表无效或者被破坏.这是一个不好的预兆 引用: 6 : Mismatched or corrupt version of stage1/stage2 解释 :6号错误表示 install 命令发现 stage1 和 stage2 的颁布号不被兼容 引用: 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 解释 :8号错误表示执行 boot 命令之前没有先执行 kernel 命令 引用: 9 : Unknown boot failure 解释 :9 号错误表示未知的引导错误 引用: 10 : Unsupported Multiboot features requested 解释 :10 号错误表示请求 Multiboot header 所要求功能不被 GRUB 所支持. 引用: 11 : Unrecognized device string 解释 :11 号错误表示无法识别的设备字符串. 例子 : grub> root hd0 Error 11: Unrecognized device string grub> 引用: 12 : Invalid device requested 解释 :12 号错误表示请求的设备无效 例子 : grub> root (hd2) Error 21: Selected disk does not exist grub> kernel /grub/grub.conf root=LABEL=/ Error 12: Invalid device requested grub> 引用: 13 : Invalid or unsupported executable format 解释 :13 号错误表示无效或者无法识别的可执行格式 例子 : grub> kernel /grub/grub.conf root=LABEL=/ Error 13: Invalid or unsupported executable format grub> 引用: 14 : Filesystem compatibility error, cannot read whole file 解释 :14 号错误表示文件系统兼容性错误,无法读取整个文件 引用: 15 : File not found 解释 :请求的文件无法找到 例子 : grub> find /grub-noexist/grub.conf Error 15: File not found grub> 引用: 16 : Inconsistent filesystem structure 解释 :16 号错误表示不一致的文件系统结构.可能是文件系统结构被破坏了. 引用: 17 : Cannot mount selected partition 解释 :17号错误表示无法挂载指定分区.例如 swap 分区 例子 : grub> root (hd0,2) 这是一个 swap 分区 Filesystem type unknown, partition type 0x82 grub> kernel /vmlinuz Error 17: Cannot mount selected partition grub> 引用: 18 : Selected cylinder exceeds maximum supported by BIOS 解释 :18 号错误表示选择的柱面超过了 BIOS 支持的最大能力.这通常发生在不支持 LBA 模式 的硬盘上. 引用: 19 : Linux kernel must be loaded before initrd 解释 :19 号错误表示执行 initrd 命令前先执行 kernel 命令 引用: 20 : Multiboot kernel must be loaded before modules 解释 :20 号错误表示执行 module 或者 moduleunzip 命令前先执行 kernel 命令 引用: 21 : Selected disk does not exist 解释 :21 号错误表示选择的磁盘 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于LINUX系统管理----GRUB笔记的所有评论