|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] ramdisk is not compatible !!!
For the installation I tried to make on an Ubuntu I have followed a
tutorial whixh used yaird to generate the ramdisk image. Here is an excerpt
of what was said : You'll have to change the version of the kernel (it was
for a debian dom0)
We need a ramdisk for our new Xen kernel, therefore we do the following:
depmod 2.6.18-xen
apt-get install yaird
To create the ramdisk, we run
mkinitrd.yaird -o /boot/initrd.img-2.6.18-xen 2.6.18-xen
The last command creates the ramdisk /boot/initrd.img-2.6.18-xen.
Next we add our new kernel to Grub, our bootloader. We can do this with one
simple command:
update-grub
Now reboot the system:
shutdown -r now
Perhaps it will work for you ?
Guillaume
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|