Move to compat level 7 and format 3.0 (quilt)
[rrq/maintain_lilo.git] / debian / README.Debian
1 --[ Distribution upgrade
2
3 If you are upgrading or dist-upgrading, it is recommended to run 
4 /sbin/lilo after that.
5
6 --[ Large initrd files and lilo
7
8 By default, LILO loads the initrd file into the first 15MB of memory
9 to avoid a BIOS limitation with older systems (earlier than 2001).
10
11 However, with newer kernels the combination of kernel and initrd
12 may not fit into the first 15MB of memory and so the system will not
13 boot properly. It seems that the boot issues appear when the
14 kernel+initrd combination is larger than 8MB.
15
16 If this machine has a recent BIOS without the 15MB limitation, you can
17 add the 'large-memory' option to /etc/lilo.conf to instruct LILO to use
18 more memory for passing the initrd to the kernel. You will need to
19 re-run the 'lilo' command to make this option take effect.
20
21 If this machine has an older BIOS, you may need to reduce the size of
22 the initrd *before* rebooting.
23
24 If you are using initramfs-tools, you should replace MODULES=most with
25 MODULES=dep in your configuration and regenerate your initrd file:
26
27 sed -i -e s/MODULES=most/MODULES=dep/ /etc/initramfs-tools/initramfs.conf
28 update-initramfs -u
29
30 If you are using yaird or any other initrd generator, please consult
31 the documentation for your initrd generator.