[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Xen-users] XEN 4.0 on Ubuntu Karmic


  • To: Mike Viau <viaum@xxxxxxxxxxxxxxx>, lists@xxxxxxxxx
  • From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
  • Date: Fri, 9 Apr 2010 05:32:57 -0700 (PDT)
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Fri, 09 Apr 2010 05:34:20 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=NzPGmrSxEi6mzOaorai73AvfN+xmDWOrOV6SUKugSC/e1yMeoAXlATYm4re9tWEeQq3IQzQFEykZG7SRHJuSWcO50ih3LppnS1pq7lup7+uilc008DuE5ZsbEmbNMEpT6QqVK0GuG9bHAQ3YV0Xk+xCbm8g0hRzsdlngYg95oeU=;
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

In meantime to build 2.6.32.10 instead of :-
# git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x
run
# git checkout -b xen/stable origin/xen/stable

Otherwise , you would build 2.6.32.11 ( requires nopat in kernel command
line to start X-Server on Radeon Video Card)


Boris.

--- On Fri, 4/9/10, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic
To: "Mike Viau" <viaum@xxxxxxxxxxxxxxx>, lists@xxxxxxxxx
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Friday, April 9, 2010, 8:25 AM

Hi Thomas,

> Boris - could you post your kernel-config for a diff? Where should the
> python-stuff go? /usr/local/lib or /usr/lib?

/usr/local/lib

Details here:-

http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/

.config is attached.

Boris.


--- On Fri, 4/9/10, Thomas Halinka <lists@xxxxxxxxx> wrote:

From: Thomas Halinka <lists@xxxxxxxxx>
Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic
To: "Mike Viau" <viaum@xxxxxxxxxxxxxxx>
Cc: bderzhavets@xxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Date: Friday, April 9, 2010, 8:00 AM

Am Donnerstag, den 08.04.2010, 22:38 -0400 schrieb Mike Viau:
> Thu, 8 Apr 2010 23:47:36 +0200  <lists@xxxxxxxxx> wrote:
> >
> > 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...
>
> Does an initramfs get created for the kernel when this deb-package
> gets installed?
>
> Do you do it manually? Or modify the deb-package to run "mkinitramfs"
> in the package's scripts?

Hi Mike,

ive no idea how i can enable the initrd-creation und grub-updating...

i ve always to do

  # dpkg -i
  # depmod 2.6.32.10
  # update-initramfs -c -k 2.6.32.10
  # update-grub

How is "make dep-kpg" configured?
       
        cat /etc/kernel-img.conf
        # Kernel image management overrides
        # See kernel-img.conf(5) for details
        do_symlinks = yes
        relative_links = yes
        do_bootloader = no
        do_bootfloppy = no
        do_initrd = yes
        link_in_boot = no
        postinst_hook = update-grub
        postrm_hook   = update-grub

But this does not create an initrd? Also how can sources and
headers-packages can be build?

Anybody sucessfully installed 4.0.0 on Debian/Ubuntu? My System seems
nearly up and running so long. Can boot 2.6.32.10, can boot xen with
2.6.32.10, but not able to start any VMs :-(

Boris - could you post your kernel-config for a diff? Where should the
python-stuff go? /usr/local/lib or /usr/lib?

cu,

thomas


>
> >
> > So its "the same"....
> >
> >
> >
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> -M
>
>
> ______________________________________________________________________
> Stay in touch. Get Hotmail & Messenger on your phone.



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.