*SOLVED* Installation problem (urgent) [message #10482] |
Mon, 19 February 2007 20:23 |
Kutschka
Messages: 24 Registered: February 2007
|
Junior Member |
|
|
Hello,
I follow this instruction
http://wiki.openvz.org/Installation_on_Debian
and try to install OpenVZ on Debian Sarge minimal.
I become this message:
"You already have a LILO configuration in /etc/lilo.conf
Install a boot block using the existing /etc/lilo.conf? [Yes] Yes
Testing lilo.conf ...
An error occurred while running lilo in test mode, a log is
available in /var/log/lilo_log.2123. Please edit /etc/lilo.conf
manually and re-run lilo, or make other arrangements to boot
your machine."
In the file /var/log/lilo_log.2123:
"Fatal: open /boot/initrd.img: No such file or directory"
I dont understand what is the problem.
Any idea?
Thank you.
[Updated on: Tue, 20 February 2007 08:24] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: Installation problem (urgent) [message #10511 is a reply to message #10494] |
Tue, 20 February 2007 07:28 |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
Hello,
As far as I understand, you're installing stable OpenVZ kernel, i.e 2.6.9-023stable.... According to the listing of /boot directory, installation was at least partially successfully: kernel is installed. Please, give us also the listing of /lib/modules/2.6.9-023stab040.1-ovz/kernel/kernel directory in order to be sure, that modules are also installed.
One more check, do
to check that package is installed.
If everything is ok at first step, then let's try to create initrd image. As marked Kristof (aka stoffell), the messages outputted by mkinitrd are OK, because mentioned modules are compiled in kernel. But you should indicate that this is ok to mkinitrd. It should be done by options:
# mkinitrd --builtin=ext2 --builtin=ext3 --builtin=xfs \
--builtin=reiserfs --builtin=raid1 --builtin=3w_xxxx \
--builtin=3w_9xxx --builtin=sata_via --builtin=sata_sil \
--builtin=amd75xx --builtin=sd_mod -o /boot/initrd.img-2.6.9-023stab040.1-ovz 2.6.9-023stab040.1-ovz
Then create a link:
ln -s /boot/initrd.img-2.6.9-023stab040.1-ovz /boot/initrd.img
Then run `lilo -v` to install boot sector.
HTH,
Vasily
|
|
|
|
|
|