Penguin
Blame: LiloErrorCodes
EditPageHistoryDiffInfoLikePages
Annotated edit history of LiloErrorCodes version 26, including all changes. View license author blame.
Rev Author # Line
12 JohnMcPherson 1 If lilo(8) encounters an error when it is reading itself into memory it will output a hexidecimal number onto the screen.
2
26 AristotlePagaltzis 3 !!! Error Codes
12 JohnMcPherson 4
16 DanielLawson 5 eg: L 01 01 01, L 07 07 07 etc..
6
26 AristotlePagaltzis 7 <tt>0x00</tt>: __Internal Error__:
8 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 <tt>LINEAR</tt> option.
12 JohnMcPherson 9
26 AristotlePagaltzis 10 <tt>0x01</tt>: __Illegal Command__:
25 CraigBox 11
26 AristotlePagaltzis 12 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).
12 JohnMcPherson 13
26 AristotlePagaltzis 14 <tt>0x02</tt>: __Address mark not found__:
12 JohnMcPherson 15
26 AristotlePagaltzis 16 This usually indicates a media problem. Try again several times.
17 <tt>0x03</tt>: __Write-protected disk__:
12 JohnMcPherson 18
26 AristotlePagaltzis 19 This should only occur on write operations.
20 <tt>0x04</tt>: __Sector not found__:
21
22 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 <tt>COMPACT</tt> may help too. So may adding <tt>LBA32</tt> or <tt>LINEAR</tt>.
23
24 <tt>0x06</tt>: __Change line active__:
25
26 This should be a transient error. Try booting a second time.
27
28 <tt>0x07</tt>: __Invalid initialization__:
29
30 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].)
31
32 <tt>0x08</tt>: __[DMA] overrun__:
33
34 This shouldn't happen. Try booting again.
35
36 <tt>0x09</tt>: __[DMA] attempt across 64k boundary__:
37
38 This shouldn't happen, but may inicate a disk geometry mis-match. Try omitting the <tt>COMPACT</tt> option. You may need to specify the disk geometry yourself.
39
40 <tt>0x0C</tt>: __Invalid media__:
41
42 This shouldn't happen and might be caused by a media error. Try booting again.
43
44 <tt>0x10</tt>: __[CRC] error__:
45
46 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.
47
48 <tt>0x11</tt>: __[ECC] correction successful__:
49
50 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.
51
52 <tt>0x20</tt>: __Controller error__:
53
54 This shouldn't happen, then again, none of these errors should happen eh?
55
56 <tt>0x40</tt>: __Seek failure__:
57
58 This might be a media problem. Try booting again.
59
60 <tt>0x80</tt>: __Disk timeout__:
61
62 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.
63
64 <tt>0x99</tt>: __Invalid Second Stage__:
65
66 Mismatch between drive and [BIOS] geometry, or a bad map file. Some evidence that <tt>LINEAR</tt> needs to be set on the disk (see [LiloNotes])
67
68 <tt>0x9A</tt>: __Can't Find Second Stage__:
69
70 Check to see if you have the correct device for boot, eg. <tt>boot=/dev/hda1</tt> when it should be in the [MBR] i.e. <tt>boot=/dev/hda</tt>.
71
72 <tt>0xBB</tt>: __[BIOS] error__:
73
74 This shouldn't happen. Try booting again. If the problem persists, removing the <tt>COMPACT</tt> option or adding/removing <tt>LINEAR</tt> or <tt>LBA32</tt> might help.
75
76 !!! [LILO] Messages
77
78 <i>Excerpted from Werner Almesberger's [LILO] Users Guide.</i>
79
80 When [LILO] loads itself it displays the word “<tt>LILO</tt>”. 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.
81
82 Note that some hex digits may be inserted after the first “<tt>L</tt>” 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.
83
84
85 (nothing):
86
87 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.
88
89 <tt>L</tt>:
90
91 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 [BIOS].
92
93 <tt>LI</tt>:
94
95 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 [BIOS].
96
97 <tt>LIL</tt>:
98
99 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 [BIOS].
100
101 <tt>LIL?</tt>:
102
103 The second stage boot loader has been loaded at an incorrect address. This is typically caused by bad disk paramters in the [BIOS].
104
105 <tt>LIL-</tt>:
106
107 The desriptor table is corrupt. This can be caused by bad disk parameters in the [BIOS].
108
109 <tt>LILO</tt>:
110
111 All parts of [LILO] have been sucessfully loaded.
12 JohnMcPherson 112
113 ----
114 CategoryErrors

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 2 times)