8 messages in com.xensource.lists.xen-develRe: [Xen-devel] XenFreeBSD
FromSent OnAttachments
visik723 Feb 2005 09:52 
visik723 Feb 2005 10:35 
Chris Andrews23 Feb 2005 10:51 
visik723 Feb 2005 12:16 
Chris Andrews23 Feb 2005 13:15 
visik723 Feb 2005 15:38 
Kip Macy24 Feb 2005 22:21 
Kip Macy24 Feb 2005 22:23 
Subject:Re: [Xen-devel] XenFreeBSD
From:Chris Andrews (chr@nodnol.org)
Date:02/23/2005 10:51:22 AM
List:com.xensource.lists.xen-devel

visik7 wrote on 23/02/05 18:35:

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 8 I get the iso and the kernel from http://www.fsmware.com/xenofreebsd/5.3/ after some editing of freebsd.exemple try to boot it and this is what I got:

What's in your domain config file, and where is the root filesystem? It works for me with root on an LVM2 volume, and this config file.

The LV device is /dev/munkyII/vm-XXVIII, and xen-br0 is already configured when I start the domain.

Cheers, Chris.

kernel = "/boot/freebsd-5.3-xenU" memory = 128

cpu = -1 name = "XXVIII"

nics=1 vif = [ 'mac=aa:00:00:00:00:28, bridge=xen-br0' ]

disk = [ 'phy:munkyII/vm-XXVIII,loop0,w' ]

extra = "boot.netif.ip=10.1.70.28" extra += ",boot.netif.netmask=255.255.255.240" extra += ",boot.netif.gateway=10.1.70.17" extra += ",vfs.root.mountfrom=ufs:/dev/xbd0a" extra += ",boot_verbose=yes"