Differences between version 25 and revision by previous author of LiloErrorCodes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 25 | Last edited on Monday, May 15, 2006 3:21:14 pm | by CraigBox | Revert |
Older page: | version 24 | Last edited on Sunday, January 22, 2006 9:26:57 pm | by ClareJohnstone | Revert |
@@ -2,46 +2,69 @@
!! Error Codes
eg: L 01 01 01, L 07 07 07 etc..
-<?plugin OldStyleTable
-|Code|Reason
-|0x00|__Internal Error__: This code is generated by the sector read routine of the LILO boot loader whenever an internal inconsistency is detected. This might be caused by corrupt files. Try re-building the map file. Another possible cause for this error are attempts to access cylinders beyond 1024 while using the LINEAR option.
-|0x01|__Illegal Command__: This shouldn't happen, but if it does, it may indicate an attempt to access a disk which is not supported by the [BIOS]. Definitely check to see if the disk is seen by the BIOS first (and that the BIOS detail is complete).
-|0x02|__Address mark not found__: This usually indicates a media problem. Try again several times.
-|0x03|__Write-protected disk__: This should only occur on write operations.
-|0x04|__Sector not found__. This typically indicates a geometry mismatch. If you're booting a raw-written disk image, verify whether it was created for disks with the same geometry as the one you're using. If you're booting from a [SCSI] disk or a large IDE disk, you should check, whether LILO has obtained correct geometry data from the kernel or whether the geometry definition corresponds to the real disk geometry. Removing COMPACT may help too. So may adding LBA32 or LINEAR.
-|0x06|__Change line active__: This should be a transient error. Try booting a second time.
-|0x07|__Invalid initialization__: The BIOS failed to properly initialize the disk controller. You should control the BIOS setup parameters. A warm boot might help too. (Boot a rescue disc and rerun LILO.)
-|0x08|__[DMA] overrun__: This shouldn't happen. Try booting again.
-|0x09|__DMA attempt across 64k boundary__: This shouldn't happen, but may inicate a disk geometry mis-match. Try omitting the COMPACT option. You may need to specify the disk geometry yourself.
-|0x0C|__Invalid media__: This shouldn't happen and might be caused by a media error. Try booting again.
-|0x10|__[CRC] error__: A media error has been detected. Try booting several times, running the map installer a second time (to put the map file at some other physical location or to write "good data" over the bad spot), mapping out the bad sectors/tracks and, if all else fails, replacing the media.
-|0x11|__[ECC] correction successful__: A read error occurred, but was corrected. LILO does not recognize this condition and aborts the load process anyway. A second load attempt should succeed.
-|0x20|__Controller error__: This shouldn't happen, then again, none of these errors should happen eh?
-|0x40|__Seek failure__: This might be a media problem. Try booting again.
-|0x80|__Disk timeout__: The disk or the drive isn't ready. Either the media is bad or the disk isn't spinning. If you're booting from a floppy, you might not have closed the drive door. Otherwise, trying to boot again might help.
-|0x99|__Invalid Second Stage__: Mismatch between drive and BIOS geometry, or a bad map file. Some evidence that 'Linear' needs to be set on the disk (see [LiloNotes])
-|0x9A|__Can't Find Second Stage__: Check to see if you have the correct device for boot. Ex: 'boot=/dev/hda1' when it should be in the MBR i.e. 'boot=/dev/hda'.
-|0xBB|__BIOS error__: This shouldn't happen. Try booting again. If the problem persists, removing the COMPACT option or adding/removing LINEAR or LBA32 might help.
-?>
+__Code__ |
+ __Reason__
+0x00 |
+ __Internal Error__: This code is generated by the sector read routine of the LILO boot loader whenever an internal inconsistency is detected. This might be caused by corrupt files. Try re-building the map file. Another possible cause for this error are attempts to access cylinders beyond 1024 while using the LINEAR option.
+0x01 |
+ __Illegal Command__: This shouldn't happen, but if it does, it may indicate an attempt to access a disk which is not supported by the [BIOS]. Definitely check to see if the disk is seen by the BIOS first (and that the BIOS detail is complete).
+0x02 |
+ __Address mark not found__: This usually indicates a media problem. Try again several times.
+0x03 |
+ __Write-protected disk__: This should only occur on write operations.
+0x04 |
+ __Sector not found__. This typically indicates a geometry mismatch. If you're booting a raw-written disk image, verify whether it was created for disks with the same geometry as the one you're using. If you're booting from a [SCSI] disk or a large IDE disk, you should check, whether LILO has obtained correct geometry data from the kernel or whether the geometry definition corresponds to the real disk geometry. Removing COMPACT may help too. So may adding LBA32 or LINEAR.
+0x06 |
+ __Change line active__: This should be a transient error. Try booting a second time.
+0x07 |
+ __Invalid initialization__: The BIOS failed to properly initialize the disk controller. You should control the BIOS setup parameters. A warm boot might help too. (Boot a rescue disc and rerun LILO.)
+0x08 |
+ __[DMA] overrun__: This shouldn't happen. Try booting again.
+0x09 |
+ __DMA attempt across 64k boundary__: This shouldn't happen, but may inicate a disk geometry mis-match. Try omitting the COMPACT option. You may need to specify the disk geometry yourself.
+0x0C |
+ __Invalid media__: This shouldn't happen and might be caused by a media error. Try booting again.
+0x10 |
+ __[CRC] error__: A media error has been detected. Try booting several times, running the map installer a second time (to put the map file at some other physical location or to write "good data" over the bad spot), mapping out the bad sectors/tracks and, if all else fails, replacing the media.
+0x11 |
+ __[ECC] correction successful__: A read error occurred, but was corrected. LILO does not recognize this condition and aborts the load process anyway. A second load attempt should succeed.
+0x20 |
+ __Controller error__: This shouldn't happen, then again, none of these errors should happen eh?
+0x40 |
+ __Seek failure__: This might be a media problem. Try booting again.
+0x80 |
+ __Disk timeout__: The disk or the drive isn't ready. Either the media is bad or the disk isn't spinning. If you're booting from a floppy, you might not have closed the drive door. Otherwise, trying to boot again might help.
+0x99 |
+ __Invalid Second Stage__: Mismatch between drive and BIOS geometry, or a bad map file. Some evidence that 'Linear' needs to be set on the disk (see [LiloNotes])
+0x9A |
+ __Can't Find Second Stage__: Check to see if you have the correct device for boot. Ex: 'boot=/dev/hda1' when it should be in the MBR i.e. 'boot=/dev/hda'.
+0xBB |
+ __BIOS error__: This shouldn't happen. Try booting again. If the problem persists, removing the COMPACT option or adding/removing LINEAR or LBA32 might help.
-!!__
LILO Messages__[1]
+!!LILO Messages
+
+Excerpted from Werner Almesberger's LILO Users Guide.
When LILO loads itself it displays the word “LILO”. Each letter is printed before or after some specific action. If LILO fails at some point, the letters printed so far can be used to identify the problem.
-Note that some hex digits may be inserted after the first “L” if a transcient
disk problem occurs. Unless LILO stops at that point, generating an endless stream of error codes, such hex digits do not indicate a severe problem.
-<?plugin OldStyleTable
-| __(nothing)__ | No part of LILO has been loaded. LILO either isn't installed or the partition on which its boot sector is located isn't active. You have probably not booted from the correct device or the media you've booted from is faulty.
-| __L__ | The first stage boot loader has been loaded and started, but it can't load the second stage boot loader. The two-digit error codes indicate the type of problem. (See also the LILO Disk Error Codes section, below.) This condition usually indicates a media failure or bad disk parameters in the IPCop PC's BIOS.
-| __LI__ | The first stage boot loader was able to load the second stage boot loader, but has failed to execute it. This can be caused by bad disk parameters in the IPCop PC's BIOS.
-| __LIL__ | The second stage boot loader has been started, but it can't load the descriptor table from the map file. This is typically caused by a media failure or by bad disk parameters in the IPCop PC's BIOS.
-| __LIL?__ | The second stage boot loader has been loaded at an incorrect address. This is typically caused by bad disk paramters in the IPCop PC's BIOS.
-| __LIL-__ | The desriptor table is corrupt. This can be caused by bad disk parameters in the IPCop PC's BIOS.
-| __LILO__ | All parts of LILO have been sucessfully loaded.
-?>
+Note that some hex digits may be inserted after the first “L” if a transient
disk problem occurs. Unless LILO stops at that point, generating an endless stream of error codes, such hex digits do not indicate a severe problem.
-[1]
-excerpted
from Werner Almesberger
's LILO Users Guide
.
+ __(nothing)__ |
+ No part of LILO has been loaded. LILO either isn't installed or the partition on which its boot sector is located isn't active. You have probably not booted from the correct device or the media you've booted from is faulty.
+ __L__ |
+ The first stage boot loader has been loaded and started, but it can't load the second stage boot loader. The two
-digit error codes indicate the type of problem. (See also the LILO Disk Error Codes section, below.) This condition usually indicates a media failure or bad disk parameters in the IPCop PC's BIOS.
+ __LI__ |
+ The first stage boot loader was able to load the second stage boot loader, but has failed to execute it. This can be caused by bad disk parameters in the IPCop PC's BIOS.
+ __LIL__ |
+ The second stage boot loader has been started, but it can't load the descriptor table
from the map file. This is typically caused by a media failure or by bad disk parameters in the IPCop PC
's BIOS.
+ __LIL?__ |
+ The second stage boot loader has been loaded at an incorrect address. This is typically caused by bad disk paramters in the IPCop PC's BIOS.
+ __LIL-__ |
+ The desriptor table is corrupt. This can be caused by bad disk parameters in the IPCop PC's BIOS.
+ __LILO__ |
+ All parts of
LILO have been sucessfully loaded
.
----
CategoryErrors