From owner-freebsd-xen@FreeBSD.ORG Thu Jun 11 17:52:03 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 265711065674 for ; Thu, 11 Jun 2009 17:52:03 +0000 (UTC) (envelope-from marcodisano@gmail.com) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by mx1.freebsd.org (Postfix) with ESMTP id 9EFA28FC19 for ; Thu, 11 Jun 2009 17:52:02 +0000 (UTC) (envelope-from marcodisano@gmail.com) Received: by fxm20 with SMTP id 20so1575969fxm.43 for ; Thu, 11 Jun 2009 10:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=jJJqfIT8WzjlXTkQFQgzgh1CJEfC/2p8nlWi93rcozk=; b=fTl4YniOkDtnKUQnXAVirHsr3hZMAcKtYFSE+fz7o3nlZZIFDBepDDImdlI7PcgmhD wY3ZVXWcnZHlA3Cu0I6dI6pZwkL9rt2TJsUs5RT6JKLC43yGbbtneUsl94SF+tXVeXQy UftPznVuPMhG2J3eGgakW0ya6zBqvGsMeoHhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JHty7kDz+PuQzZ1qaJ32JjDgAd5HJryUUXq5iJK1K+Ax7CJXqcmdY2/fuVOsfL/Kpr SF3bQPwuC6UR2AsjX1pPtP868Mc8v587AGOxeOyFt+TPYYImgiicJ9XL/Moc4AlHIZ+7 TMs68V+EgICTz1PzHmOk1zQ88TzcXpo+Vbz4Q= MIME-Version: 1.0 Received: by 10.86.23.20 with SMTP id 20mr2591707fgw.17.1244742721513; Thu, 11 Jun 2009 10:52:01 -0700 (PDT) Date: Thu, 11 Jun 2009 19:52:01 +0200 Message-ID: <1a5985cf0906111052s7fc129ceje3869cf52504a9e4@mail.gmail.com> From: marco di sano To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freebsd error X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 17:52:03 -0000 hi, I have downloaded the freebsd images from http://wiki.freebsd.org/AdrianChadd/XenImages/ , but I tried to boot the machine with this configuration file: bootloader = '/usr/lib/xen-3.0.3-1/bin/pygrub' memory = 256 name = 'freebsd_current' vif = [ 'bridge=xenbr0' ] disk = ['phy:/dev/VolGroup00/FreeBsdRoot,sda3,w','phy:/dev/VolGroup00/FreeBsdSwap,sda3,w'] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' but I had this error(this is the output): Traceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/pygrub", line 481, in ? g = Grub(file, isconfig) File "/usr/lib/xen-3.0.3-1/bin/pygrub", line 147, in __init__ self.read_config(file, isconfig) File "/usr/lib/xen-3.0.3-1/bin/pygrub", line 338, in read_config raise RuntimeError, "Unable to read filesystem" RuntimeError: Unable to read filesystem No handlers could be found for logger "xend" Error: Boot loader didn't return any data! Usage: xm create [options] [vars] Someone can tell me the correct way to use the frebsd image and boot it? Is there something to change in my configuration file? Thanks Marco