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/sda
root=/dev/sda2
map=/boot/map
delay=20
default=Standardkernel
image=/boot/vmlinuz
label=Standardkernel
read-only
initrd=/boot/initrd.img
This was what i added (and it didn't work):
Code:
image=/boot/vmlinuz-2.6.18-openvz-amd64
label=OpenvzKernel
read-only
initrd=/boot/initrd.img
And, finally, here's the contents of /boot directory:
Code:
server1:~# dir /boot
boot.0800 map
boot.0810 patches-2.6.18-openvz-amd64
config-2.6.18-4-amd64 System.map-2.6.18-4-amd64
config-2.6.18-openvz-amd64 System.map-2.6.18-openvz-amd64
initrd.img vmlinuz
initrd.img-2.6.18-4-amd64 vmlinuz-2.6.18-4-amd64
initrd.img-2.6.18-4-amd64.bak vmlinuz-2.6.18-openvz-amd64
initrd.img-2.6.18-openvz-amd64
Many thanks in advance!