LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 726|回复: 2

新装的slackware10,引导计算机时满屏的 99 99

[复制链接]
发表于 2004-8-3 15:15:05 | 显示全部楼层 |阅读模式
我在同样配置的其他计算机上装了就每问题不过这个计算机的硬盘是160G的。
引导计算机时满屏的 99 99 就不动了。是不是不能装的太靠后?我把它装在了140G以后的分区上了。
发表于 2004-8-3 16:08:05 | 显示全部楼层
man lilo

  1. BOOT ERRORS
  2.        The boot process takes place in  two  stages.   The  first
  3.        stage loader is a single sector, and is loaded by the BIOS
  4.        or by the loader in the MBR.  It  loads  the  multi-sector
  5.        second  stage loader, but is very space limited.  When the
  6.        first stage loader gets control, it types the letter  "L";
  7.        when  it  is ready to transfer control to the second stage
  8.        loader it types the letter "I".  If any error occurs, like
  9.        a  disk  read  error,  it will put out a hexadecimil error
  10.        code, and then it will  re-try  the  operation.   All  hex
  11.        error  codes  are BIOS return values, except for the lilo-
  12.        generated 40, 99 and 9A.  A partial list  of  error  codes
  13.        follows:

  14.               00  no error
  15.               01  invalid disk command
  16.               0A  bad sector flag
  17.               0B  bad track flag
  18.               20  controller failure
  19.               40  seek failure (BIOS)
  20.               40  cylinder>1023 (LILO)
  21.               99  invalid second stage index sector (LILO)
  22.               9A  no second stage loader signature (LILO)
  23.               AA  drive not ready
  24.               FF  sense operation failed

  25.        Error  code 40 is generated by the BIOS, or by LILO during
  26.        the conversion of a linear (24-bit) disk address to a geo-
  27.        metric  (C:H:S)  address.   On  older systems which do not
  28.        support lba32 (32-bit) addressing, this error may also  be
  29.        generated.  Errors 99 and 9A usually mean the map file (-m
  30.        or map=) is not readable, likely because LILO was not  re-
  31.        run  after some system change, or there is a geometry mis-
  32.        match between what LILO used (lilo  -v3  to  display)  and
  33.        what  is  actually being used by the BIOS (one of the lilo
  34.        diagnostic disks, available in  the  source  distribution,
  35.        may be needed to diagnose this problem).

  36.        When the second stage loader has received control from the
  37.        first stage, it prints the letter "L",  and  when  it  has
  38.        initialized  itself,  including  verifying the "Descriptor
  39.        Table" - the list of kernels/others  to  boot  -  it  will
  40.        print  the  letter  "O",  to form the full word "LILO", in
  41.        uppercase.

  42.        All second stage loader error messages are  English  text,
  43.        and  try to pinpoint, more or less successfully, the point
  44.        of failure.
复制代码
 楼主| 发表于 2004-8-3 18:04:37 | 显示全部楼层
哈哈,多谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表