成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

輕松解決Linux系統grub錯誤

運維 系統運維
Linux在現在已經很強大了,導致Linux系統越來越受到電腦用戶的歡迎,于是很多人開始學習Linux時,學習時你可能會遇到Linux系統grub常見錯誤問題,這里將介紹Linux系統grub常見錯誤問題的解決方法,讓大家了解一下。

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:Multibootkernelmustbeloadedbeforemodules
解釋:20號錯誤表示執行module或者moduleunzip命令前必須先執行kernel命令

21:Selecteddiskdoesnotexist
解釋:21號錯誤表示選擇的磁盤不存在
例子:
grub>root(hd2)
Error21:Selecteddiskdoesnotexist
grub>

22:Nosuchpartition
解釋:22號錯誤表示分區不存在
例子:
grub>root(hd0,10)
Error22:Nosuchpartition
grub>

23:Errorwhileparsingnumber
解釋:23號錯誤表示參數解釋錯誤,希望是一個數值,但參數卻是其他類型
例子:
grub>root(hda,0)
Error23:Errorwhileparsingnumber
grub>

24:Attempttoaccessblockoutsidepartition
解釋:24號錯誤表示嘗試訪問的block超出了分區

25:Diskreaderror
解釋:25號錯誤表示磁盤讀錯誤

26:Toomanysymboliclinks
解釋:26號錯誤表示太多的符號連接(默認最多允許5個)

27:Unrecognizedcommand
解釋:無法識別的命令

28:Selecteditemcannotfitintomemory
解釋:選擇的對象無法被加載到內存中。
例子:
[root@monitorboot]#ddif=/dev/zeroof=vmlinuz-2.4.20-31.9bs=1024count=1seek=1
讀入了1+0個塊
輸出了1+0個塊
[root@monitorboot]#grub
grub>kernel/vmlinuz-2.4.20-31.9root=label=/
[Linux-bzImage,setup=0x1400,size=0xfffff200]
Error28:Selecteditemcannotfitintomemory
grub>

29:Diskwriteerror
解釋:磁盤寫錯誤

30:Invalidargument
解釋:無效參數
例子:
grub>serial--noarg=0
Error30:Invalidargument
grub>

31:Fileisnotsectoraligned
解釋:ThiserrormayoccuronlywhenyouaccessaReiserFSpartitionby
block-lists(e.g.thecommand`install').Inthiscase,youshould
mountthepartitionwiththe`-onotail'option.

32:Mustbeauthenticated
解釋:要求輸入口令才能繼續進行下面的操作。例如配置文件中有password或者lock命令
例子:
passwordroot1234
titleDOS
lock
rootnoverify(hd0,0)
chainloader+1

33:Serialdevicenotconfigured
解釋:33號錯誤表示串口還沒有配置。這一般發生在你執行terminalserial的時候

34:Nosparesectorsonthedisk
解釋:磁盤自由空間不足。可能發生在把stage1.5嵌入到MBR之后的空間的時候。但這部分空間可能已經被分區表使用了

以上就是Linux系統grub常見錯誤的解決方法。

【編輯推薦】

  1. 輕松應用Linux連接校園網
  2. 全面了解Linux進程技術
  3. Linux中的password命令介紹
  4. 學好Linux 了解Linux監管命令
  5. Linux查看所有進程ps -aux命令介紹
責任編輯:小霞 來源: javaeye.com
相關推薦

2011-01-26 11:23:30

Linux認證

2010-06-17 10:32:13

開機顯示Grub

2010-03-09 16:38:22

Linux grub啟

2010-01-07 16:46:06

Linux安裝Ecli

2010-01-12 13:47:18

Linux grub

2009-12-11 17:25:00

Grub突破root

2010-06-13 16:23:28

Linux Grub命

2010-06-13 16:32:19

Linux Grub命

2009-12-11 14:17:05

Linux平臺空間消失

2009-12-24 17:08:34

Linux SSH

2021-09-16 14:48:26

DebianLinux

2010-06-17 11:17:34

裝系統出現Grub

2010-04-28 10:00:44

Linux GRUB雙系統引導

2010-06-13 11:41:53

Ubuntu Grub

2010-01-06 14:50:49

Linux操作系統

2009-10-23 08:41:14

Linux系統操作系統Grub

2009-12-24 15:46:55

LVM管理Linux

2009-12-14 17:32:14

LILO配置

2011-01-19 10:42:15

2010-06-17 11:04:42

重裝系統出現Grub
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 欧美男人天堂 | 日韩三级精品 | 国产精品一区二区三区四区 | 成人免费毛片片v | 国产高清精品一区二区三区 | 久久精品一二三影院 | 亚洲精品久久区二区三区蜜桃臀 | 一区二区三区视频在线观看 | 一级毛片成人免费看a | 国产激情综合五月久久 | 综合久久久 | 亚洲国产一区二区三区在线观看 | 久久久久久久一区二区三区 | 最新中文字幕 | 欧美黄色绿像 | 亚洲精品1区2区3区 91免费看片 | 久久久成人免费视频 | 亚洲日韩中文字幕一区 | 午夜成人在线视频 | 午夜精品久久久久久久久久久久久 | 久久久久久艹 | 日日夜夜精品 | 操人视频在线观看 | 久久精品国产免费 | 综合久久综合久久 | av中文字幕网 | 欧美性受xxx | 国产精品久久久久久久久免费桃花 | 国内久久 | 日韩免费福利视频 | 日韩欧美亚洲一区 | 亚洲精品成人av久久 | 成人av一区二区亚洲精 | 在线观看亚洲专区 | 成人在线播放 | www国产精品| 黄网站涩免费蜜桃网站 | 三级成人在线 | 亚洲一区免费 | 国产午夜精品一区二区三区 | 日本免费一区二区三区 |