Linux在现在已经很强大了,导致Linux系统越来越受到电脑用户的欢迎,于是很多人开始学习Linux时,学习时你可能会遇到Linux系统grub常见错误问题,这里将介绍Linux系统grub常见错误问题的解决方法,让大家了解一下。
1:Filenamemustbeeitheranabsolutefilenameorblocklist
解释:1号错误表示文件名格式错误。在GRUB中要么是以绝对路径给出文件
例子:
grub》kernelvmlinuzroot=label=/
Error1:Filenamemustbeeitheranabsolutepathnameorblocklist
grub》
2:Badfileordirectorytype
解释:2号错误表示命令期望的是一个普通文件,但相应文件名的对象是一个符号链接、目录、FIFO
例子:
grub》kernel/testdirroot=LABEL=/
Error2:Badfileordirectorytype
grub》
3:Badorcorruptdatawhiledecompressingfile
解释:3号错误表示解压文件时发生错误。可能是因为这个文件被损坏了
4:Badorincompatibleheaderincompressedfile
解释:4号错误表示压缩文件的头部格式不被兼容或者错误
5:Partitiontableinvalidorcorrupt
解释:5号错误表示分区表无效或者被破坏。这是一个不好的预兆
6:Mismatchedorcorruptversionofstage1/stage2
解释:6号错误表示install命令发现stage1和stage2的颁布号不被兼容
7:Loadingbelow1MBisnotsupported
解释:Thiserrorisreturnedifthelowestaddressinakernelisbelow
the1MBboundary.TheLinuxzImageformatisaspecialcaseand
canbehandledsinceithasafixedloadingaddressandmaximumsize
8:Kernelmustbeloadedbeforebooting
解释:8号错误表示执行boot命令之前没有先执行kernel命令
9:Unknownbootfailure
解释:9号错误表示未知的引导错误
10:UnsupportedMultibootfeaturesrequested
解释:10号错误表示请求Multibootheader所要求功能不被GRUB所支持。