Subject: Re: Re: xen3: my netbsd domU won't be created
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Joel CARNAT <joel@carnat.net>
List: port-i386
Date: 12/22/2006 21:48:29
On Ven, dc 22 2006 - 20:20, Manuel Bouyer wrote:
> On Fri, Dec 22, 2006 at 12:28:17AM +0100, joel@carnat.net wrote:
> > Hi,
> > 
> > I'm using NetBSD 4.0_BETA2/xen3 and my netbsd domU can't be created.
> > 
> > I expect a conf parameter to be wrong but can't get which.
> > I used a xen2 config file and modified it according to the examples files
> > provided with the xen3 package.
> 
> What xen3 version (3.0.2, 3.0.3) ? and what version is your INSTALL_XEN3
> kernel ?
>  

it's xenkernel30-3.0.3

I finally found that I had an error in my VM configuration file.
I used:
	vif = [ 'mac=aa:00:00:50:02:99, bridge=bridge0' ]
in my xen2 configuration and copied it when switching to xen3.
I replaced the string with:
	vif = [ 'bridge=bridge0' ]
and it's booting OK now.

BTW, I realised I posted to the wrong ML. Sorry /i386 guys.

Regards,
	Jo