|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Linux的常用命令find,察看man文档,初学者一定会觉得太复杂而不原意用,但是你一旦学会就爱不释手。
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所撑持。
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>
18:SelectedcylinderexceedsmaximumsupportedbyBIOS
注释:18号毛病暗示选择的柱面凌驾了BIOS撑持的最年夜才能。这一般产生在不撑持LBA形式
的硬盘上。
19:Linuxkernelmustbeloadedbeforeinitrd
注释:19号毛病暗示实行initrd命令前必需先实行kernel命令
20:Multibootkernel
12下一页
系统做了些什么,这需要时间去掌握,(背命令不是一件好的学习方法,相信我你一定会在你背完之前全部忘光),尽量掌握常用命令; |
|