|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XEN 4.0 on Ubuntu Karmic
Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets:
> Wait ...
>
> # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine
> # depmod 2.6.32.10 - not mine
> # update-initramfs -c -k 2.6.32.10 not mine
>
> ***************** this ones ***************************
> # make
> # make modules_install install
> # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10
> *******************************************************
>
> Don't touch grub at all
>
> # apt-get install grub
> # grub-install /dev/sda
> # update-grub
>
> This is link :-
>
> http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html
>
> Boris.
Hi Boris,
linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on
pasis-Konfig... instead of
# make
# make modules_install install
# mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10
i just do
# pull 2.6.32.10-kernel...
# wget -O .config
http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32
# make oldconfig
# make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg
and can install the kernel as deb-package...
So its "the same"....
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|