WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Dom-0 and Dom-Us dont receibe Ip from network [Solved]
From: "Emiliano Vazquez" <emilianovazquez@xxxxxxxxx>
Date: Tue, 16 Sep 2008 17:52:06 -0300
Delivery-date: Tue, 16 Sep 2008 13:52:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=aCktFKGtKXLgwUeA/ezMp8TMYTUQ0yH7/+qOLLFjPNY=; b=ExP2Xjfh0oW4L3CoAGMexLPoJbQFH9IHE0AbGeO6nqqVWZCuIwRhkLWjecUh0n7Jy6 5O3xaTfaKyZHDcM6Kmm91rLnKUfkxMW4r1x0B4BTgPsxNp4IY9Et+bKcZcsSnYXzKTa3 dpLuPt6JGRTVVmmuHcMhl6nW+be2IfPAI+0MI=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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
<Prev in Thread] Current Thread [Next in Thread>