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-devel

Re: [Xen-devel] domU networking trouble in Xen 3.0-unstable.hg

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] domU networking trouble in Xen 3.0-unstable.hg
From: "Bryan D. Payne" <bryan@xxxxxxxxxxxx>
Date: Mon, 31 Oct 2005 20:40:51 -0500
Delivery-date: Tue, 01 Nov 2005 01:38:03 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <15D2649C-749D-479F-A20F-2C1B8BF3574D@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <15D2649C-749D-479F-A20F-2C1B8BF3574D@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Ok, it's working! I'm now up and running with changeset 7572. My domU config is the default provided with this changeset. My dom0 config is a *very* slightly modified version of the kernel-2.6.12- i686-xen0.config provided in the fedora core 4 updates. In case other people are trying to get something similar working, here's my grub.conf:

default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.13-1.1526_FC4)
        root (hd0,0)
        kernel /vmlinuz-2.6.13-1.1526_FC4 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.13-1.1526_FC4.img

title Xen 3.0-unstable.hg (2.6.12-xen0)
        root (hd0,0)
        kernel /xen.gz
        module /vmlinuz-2.6.12-xen0 ro root=/dev/sda3
        module /initrd-2.6.12.6-xen0.img

And you can find my kernel config for dom0 at the link below:

http://www.cc.gatech.edu/~bdpayne/notes/kernel-2.6.12.6-xen0.config

The only difference between this and the one from FC4 updates is that I have disabled SMP and enabled APIC. On my system, that was required for a successful boot into dom0.

Cheers,
bryan

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>