Update of README.Debian file
[rrq/maintain_lilo.git] / debian / README.Debian
1 README for lilo in Debian
2 -------------------------
3
4
5 ** Distribution upgrade **
6
7 If you are upgrading or dist-upgrading, it is recommended to run 
8 /sbin/lilo after that.
9
10
11 ** Large initrd files **
12
13 Usually LILO loads the initrd file into the first 15MB of memory to
14 avoid a BIOS limitation with older systems (earlier than 2001 and
15 few systems until 2004).
16
17 With newer kernels the combination of kernel and initrd may not fit
18 into the first 15MB of memory. LILO compute the needed size of memory
19 and will automatically use the memory above 15MB, too, if there is
20 enough physical memory. Then lilo give you information about this
21 while running lilo.
22
23 If this machine has a recent BIOS without a 15MB limitation and you
24 want to use memory above 15MB for all kernels, set the 'large-memory'
25 option. You will need to re-run the 'lilo' command to make this 
26 option take effect.
27
28
29 ** Solve the 15MB problem **
30
31 If the machine has an older BIOS which don't can use any memory above
32 15MB you should use the newer option 'small-memory' in /etc/lilo.conf 
33 to instruct LILO to use only the memory below the 15MB line. You may 
34 need to reduce the size of the initrd *before* rebooting.
35
36 If you are using initramfs-tools, you should replace MODULES=most with
37 MODULES=dep in your configuration and regenerate your initrd file:
38
39   sed -i -e s/MODULES=most/MODULES=dep/ /etc/initramfs-tools/initramfs.conf
40   update-initramfs -u
41
42
43 ** Inaccessible devices **
44
45 The old patch for better support for inaccessible disks based on
46 problems with usb sticks. But this option 'inaccessible' is only 
47 usable, if hard disks can not be accessed by the BIOS, but can always 
48 be accessed by linux. This option is not sensible for usb sticks, 
49 which will always bring failures if they are named in the lilo.conf. 
50 So please don't use the option 'inaccessible' not for usb sticks and 
51 other removable devices.
52
53
54 ** Inactive disks of MD RAID-1 array **
55
56 RAID-1 devices are supported as boot device. If not all RAID-1 disks
57 are activated use '-H' to install only to active disks. This option 
58 override fatal halt while found an inactive disk of an RAID-1 array.
59
60 Warning: Booting with partial RAID-1 installation only on active disks
61 is not failsafe!
62