![]() |
Debian Etch: After the kernel package install, lilo.conf is not changed
Hi :)
Actually, since this is my first message here, let me yell: Hello World! :D Now, the problem: I got a Debian 4.0 Etch webserver, with AMD Athlon 64 X2 4200+ Dual Core, 2GB of RAM and 2 300GB SATA disks. I've been "playing" with it for the last week or two (i'm no guru, just an ad hoc admin) and, although i'm satisfied with how everything works, it seems that have a problem: First it looked like I'm unable to install any of the "virtual server" software. I tried OpenVZ, Xen and Linux Vserver and with all of them i get the same symptoms: Installation passes ok, i get the "installation successful" message, but when i reboot -it doesn't work. I noticed that when i enter the "uname -r" command after reboot, it shows the same kernel which was before the installation. I checked the /boot dir and saw that all of the image files are there. Finally, i checked lilo.conf and i saw that it remains unchanged... This is the lilo.conf (it's same before and after install): Code:
boot=/dev/sdaCode:
boot.0800 I would try to change the lilo.conf manually and add the lines needed to boot the new kernel, but i'm away from the computer and so i depend on SSH i.e. if the system doesn't boot, i'm lost... Can anyone help me to diagnose this problem? Thanks, Milos |
You must change /etc/lilo.conf manually and run
Code:
lilo |
Thanks, Falko
I did it, but i must have made some error, because it didn't boot afterwards... :( Good news is that i learned how to use my provider's Rescue System, it worked perfectly, yeah! :) So, now that my server is back from the dead, can i ask you a favor to tell me what should i add in the lilo.conf? This is my lilo.conf: Code:
boot=/dev/sdaCode:
image=/boot/vmlinuz-2.6.18-openvz-amd64Code:
server1:~# dir /boot |
Please use initrd.img-2.6.18-openvz-amd64 instead of initrd.img (
Code:
initrd=/boot/initrd.img-2.6.18-openvz-amd64 |
It works! Thanks! :)
|
Sorry, wrong template, my mistake :)
You may delete this message. Thanks again! |
| All times are GMT +2. The time now is 08:41. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.