Lately, we installed additional memory on our Debian (lenny) servers and installed ‘bigmem’ kernel for our 32-bit systems to recognize more than 3GB of ram. Bigmem kernel installations went fine on servers with Grub as their boot loader - most of them uses Grub. But on one machine with Lilo as boot loader, it didn’t boot on bigmem kernel and below was the entry on /etc/lilo.conf.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
From this config I don’t see the details of which kernel is the old one and the bigmem. I also tried to set the default to kernel with “LinuxOLD” label but it points to the same kernel (not the bigmem). I solved my problem by modifying the /etc/lilo.conf config as follows:
1 2 3 4 5 6 7 8 |
|
NOTE: Don’t forget to test first your changes on the /etc/lilo.conf
by running lilo
command - this will verify your changes.