国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

    LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析

    時(shí)間: 志藝942 分享

      你還在為不知道LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析而煩惱么?接下來(lái)是小編為大家收集的LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析,希望能幫到大家。

      LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析

      1 : Filename must be either an absolute filename or blocklist

      解釋 :1號(hào)錯(cuò)誤表示文件名格式錯(cuò)誤。在 GRUB 中要么是以絕對(duì)路徑給出文件

      例子 :

      grub> kernel vmlinuz root=label=/

      Error 1: Filename must be either an absolute pathname or blocklist

      grub>

      引用:

      2 : Bad file or directory type

      解釋 :2號(hào)錯(cuò)誤表示命令期望的是一個(gè)普通文件,但相應(yīng)文件名的對(duì)象是一個(gè)符號(hào)鏈接、目錄、FIFO

      例子 :

      grub> kernel /testdir root=LABEL=/

      Error 2: Bad file or directory type

      grub>

      引用:

      3 : Bad or corrupt data while decompressing file

      解釋 :3號(hào)錯(cuò)誤表示解壓文件時(shí)發(fā)生錯(cuò)誤??赡苁且?yàn)檫@個(gè)文件被損壞了

      引用:

      4 : Bad or incompatible header in compressed file

      解釋 :4號(hào)錯(cuò)誤表示壓縮文件的頭部格式不被兼容或者錯(cuò)誤

      引用:

      5 : Partition table invalid or corrupt

      解釋 :5 號(hào)錯(cuò)誤表示分區(qū)表無(wú)效或者被破壞。這是一個(gè)不好的預(yù)兆

      引用:

      6 : Mismatched or corrupt version of stage1/stage2

      解釋 :6號(hào)錯(cuò)誤表示 install 命令發(fā)現(xiàn) stage1 和 stage2 的頒布號(hào)不被兼容

      引用:

      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 must be loaded before booting

      解釋 :8號(hào)錯(cuò)誤表示執(zhí)行 boot 命令之前沒(méi)有先執(zhí)行 kernel 命令

      引用:

      9 : Unknown boot failure

      解釋 :9 號(hào)錯(cuò)誤表示未知的引導(dǎo)錯(cuò)誤

      引用:

      10 : Unsupported Multiboot features requested

      解釋 :10 號(hào)錯(cuò)誤表示請(qǐng)求 Multiboot header 所要求功能不被 GRUB 所支持。

      引用:

      11 : Unrecognized device string

      解釋 :11 號(hào)錯(cuò)誤表示無(wú)法識(shí)別的設(shè)備字符串。

      例子 :

      grub> root hd0

      Error 11: Unrecognized device string

      grub>

      引用:

      12 : Invalid device requested

      解釋 :12 號(hào)錯(cuò)誤表示請(qǐng)求的設(shè)備無(wú)效

      例子 :

      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 號(hào)錯(cuò)誤表示無(wú)效或者無(wú)法識(shí)別的可執(zhí)行格式

      例子 :

      grub> kernel /grub/grub.conf root=LABEL=/

      Error 13: Invalid or unsupported executable format

      grub>

      引用:

      14 : Filesystem compatibility error, cannot read whole file

      解釋 :14 號(hào)錯(cuò)誤表示文件系統(tǒng)兼容性錯(cuò)誤,無(wú)法讀取整個(gè)文件

      引用:

      15 : File not found

      解釋 :請(qǐng)求的文件無(wú)法找到

      例子 :

      grub> find /grub-noexist/grub.conf

      Error 15: File not found

      grub>

      引用:

      16 : Inconsistent filesystem structure

      解釋 :16 號(hào)錯(cuò)誤表示不一致的文件系統(tǒng)結(jié)構(gòu)。可能是文件系統(tǒng)結(jié)構(gòu)被破壞了。

      引用:

      17 : Cannot mount selected partition

      解釋 :17號(hào)錯(cuò)誤表示無(wú)法掛載指定分區(qū)。例如 swap 分區(qū)

      例子 :

      grub> root (hd0,2) 這是一個(gè) swap 分區(qū)

      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 號(hào)錯(cuò)誤表示選擇的柱面超過(guò)了 BIOS 支持的最大能力。這通常發(fā)生在不支持 LBA 模式

      的硬盤上。

      引用:

      19 : Linux kernel must be loaded before initrd

      解釋 :19 號(hào)錯(cuò)誤表示執(zhí)行 initrd 命令前必須先執(zhí)行 kernel 命令

      引用:

      20 : Multiboot kernel must be loaded before modules

      解釋 :20 號(hào)錯(cuò)誤表示執(zhí)行 module 或者 moduleunzip 命令前必須先執(zhí)行 kernel 命令

      引用:

      21 : Selected disk does not exist

      解釋 :21 號(hào)錯(cuò)誤表示選擇的磁盤不存在

      例子 :

      grub> root (hd2)

      Error 21: Selected disk does not exist

      grub>

      引用:

      22 : No such partition

      解釋 :22 號(hào)錯(cuò)誤表示分區(qū)不存在

      例子 :

      grub> root (hd0,10)

      Error 22: No such partition

      grub>

      引用:

      23 : Error while parsing number

      解釋 :23 號(hào)錯(cuò)誤表示參數(shù)解釋錯(cuò)誤,希望是一個(gè)數(shù)值,但參數(shù)卻是其他類型

      例子 :

      grub> root (hda,0)

      Error 23: Error while parsing number

      grub>

      引用:

      24 : Attempt to access block outside partition

      解釋 :24 號(hào)錯(cuò)誤表示嘗試訪問(wèn)的 block 超出了分區(qū)

      引用:

      25 : Disk read error

      解釋 :25 號(hào)錯(cuò)誤表示磁盤讀錯(cuò)誤

      引用:

      26 : Too many symbolic links

      解釋 :26 號(hào)錯(cuò)誤表示太多的符號(hào)連接(默認(rèn)最多允許5個(gè))

      引用:

      27 : Unrecognized command

      解釋 :無(wú)法識(shí)別的命令

      引用:

      28 : Selected item cannot fit into memory

      解釋 :選擇的對(duì)象無(wú)法被加載到內(nèi)存中。

      例子 :

      [root@monitor boot]# dd if=/dev/zero of=vmlinuz-2.4.20-31.9 bs=1024 count=1 seek=1

      讀入了 1+0 個(gè)塊

      輸出了 1+0 個(gè)塊

      [root@monitor boot]#grub

      grub> kernel /vmlinuz-2.4.20-31.9 root=label=/

      [Linux-bzImage, setup=0x1400, size=0xfffff200]

      Error 28: Selected item cannot fit into memory

      grub>

      引用:

      29 : Disk write error

      解釋 :磁盤寫錯(cuò)誤

      引用:

      30 : Invalid argument

      解釋 :無(wú)效參數(shù)

      例子 :

      grub> serial --noarg=0

      Error 30: Invalid argument

      grub>

      引用:

      31 : File is not sector aligned

      解釋 :This error may occur only when you access a ReiserFS partition by

      block-lists (e.g. the command `install'). In this case, you should

      mount the partition with the `-o notail' option.

      引用:

      32 : Must be authenticated

      解釋 :要求輸入口令才能繼續(xù)進(jìn)行下面的操作。例如配置文件中有 password 或者 lock 命令

      例子 :

      password root1234

      title DOS

      lock

      rootnoverify (hd0,0)

      chainloader +1

      引用:

      33 : Serial device not configured

      解釋 :33 號(hào)錯(cuò)誤表示串口還沒(méi)有配置。這一般發(fā)生在你執(zhí)行 terminal serial 的時(shí)候

      引用:

      34 : No spare sectors on the disk

      解釋 :磁盤自由空間不足??赡馨l(fā)生在把 stage 1.5 嵌入到 MBR 之后的空間的時(shí)候。但這部分空間可能已經(jīng)被分區(qū)表使用了


    看了“LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析”還想看:

    1.linux系統(tǒng)能看到Grub但進(jìn)不了系統(tǒng)問(wèn)題及解決方案

    2.開(kāi)機(jī)就是GURB無(wú)法進(jìn)入系統(tǒng)的解決辦法有哪些

    3.Ubuntu更新GRUB怎么恢復(fù)系統(tǒng)引導(dǎo)

    4.Ubuntu怎么刪除grub

    LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析

    你還在為不知道LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析而煩惱么?接下來(lái)是小編為大家收集的LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析,希望能幫到大家。 LINUX系統(tǒng)grub常見(jiàn)錯(cuò)誤分析 1 : Filename must be either an absolute filename or blocklist 解釋 :1號(hào)錯(cuò)誤
    推薦度:
    點(diǎn)擊下載文檔文檔為doc格式

    精選文章

    • LINUX安全設(shè)置GRUB加密的全解
      LINUX安全設(shè)置GRUB加密的全解

      關(guān)于LINUX的啟動(dòng)裝載程序GRUB加密,算是一件很平常的工作。但是今天我在網(wǎng)上查這個(gè)東西,發(fā)現(xiàn)好多人都寫的很簡(jiǎn)單,而且方法都比較過(guò)時(shí)。接下來(lái)是小編

    • LINUX系統(tǒng)下grub菜單的技巧方法
      LINUX系統(tǒng)下grub菜單的技巧方法

      你還在為不知道LINUX系統(tǒng)下grub菜單的技巧方法而煩惱么?接下來(lái)是小編為大家收集的LINUX系統(tǒng)下grub菜單的技巧方法,希望能幫到大家。 LINUX系統(tǒng)下grub菜單的

    • Linux grub命令行啟動(dòng)系統(tǒng)簡(jiǎn)明教程
      Linux grub命令行啟動(dòng)系統(tǒng)簡(jiǎn)明教程

      今天倒騰服務(wù)器,修改grub.conf文件后導(dǎo)致系統(tǒng)起不來(lái)了。后來(lái)就學(xué)習(xí)了一下如何從grub命令啟動(dòng)。 grub引導(dǎo)其實(shí)挺簡(jiǎn)單的,只要簡(jiǎn)單地幾步就可以了。接下來(lái)

    • linux groupmod命令參數(shù)及用法詳解
      linux groupmod命令參數(shù)及用法詳解

      需要更改群組的識(shí)別碼或名稱時(shí),可用groupmod指令來(lái)完成這項(xiàng)工作。接下來(lái)是小編為大家收集的linux groupmod命令參數(shù)及用法詳解,希望能幫到大家。 linux g

    2837169