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

Re: [Xen-users] Dom-0 and Dom-Us dont receibe Ip from network [Solved]


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Emiliano Vazquez" <emilianovazquez@xxxxxxxxx>
  • Date: Tue, 16 Sep 2008 17:52:06 -0300
  • Delivery-date: Tue, 16 Sep 2008 13:52:47 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=attU5Vsuth9+3MYEYedVh/6kX1KqxRRL2VpjapdG1EO96PML2iOJynP7ZrS06xH4vO JFqjH49S/OcTDrIBLas0NeELRrNr78WAm7Oe4ZD+Nzcu/G6au5Y4SZ5Xw7ywD7xklaWQ PK3r2uQJm027HZLlui3BowWSMKH7ncy447Xr8=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hi again !

Finally, after 10 days and 4.000.000 distros & formats, Xen is working like a charm!

How it works?

Remember the problem:
BOX:  AMD 64+ 5200 with Asus M2N-X PLUS motherboard.
* Before i install some distro i receibe IP from the DHCP server of the network, everything goes OK, update my box and install xen (hypervisor v3.2) and xen kernel (uname -r give me this ==> 2.6.24-19-xen) this in Ubuntu 8.04 . Using one of the 3000 howto's of the web.
When i restart with the Xen Kernel i never receibe IP again, like lossing conection.

Solution:
NOAPIC on the xen-kernel!!

I change the file /boot/grub/menu.list

old line
title        Xen 3.2 / Ubuntu 8.04.1, kernel 2.6.24-19-xen
root       (hd0,0)
kernel    /boot/xen-3.2.gz
module  /boot/vmlinuz-2.6.24-19-xen root=UUID=42eaad38-6350-4e59-a469-725ce1cad223 ro console=tty0
module  /boot/initrd.img-2.6.24-19-xen
quiet

NEW line
title        Xen 3.2 / Ubuntu 8.04.1, kernel 2.6.24-19-xen
root       (hd0,0)
kernel    /boot/xen-3.2.gz noapic
module  /boot/vmlinuz-2.6.24-19-xen root=UUID=42eaad38-6350-4e59-a469-725ce1cad223 ro console=tty0
module  /boot/initrd.img-2.6.24-19-xen
quiet


Sorry if this is a know problem, this is new for me.

Thanks to everyone!

Emiliano Vazquez.
_______________________________________________
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®.