From owner-freebsd-xen@FreeBSD.ORG Thu Jun 11 19:09:30 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 06CFC106566C for ; Thu, 11 Jun 2009 19:09:30 +0000 (UTC) (envelope-from mister.olli@googlemail.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 82C388FC1B for ; Thu, 11 Jun 2009 19:09:29 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by fxm20 with SMTP id 20so1615813fxm.43 for ; Thu, 11 Jun 2009 12:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=XlqueCqWmJhhsPyn/XZ4Q5yNWAO+wBKrCSMeJoc8PD0=; b=hc8EYCSE6bBKCB4qhGPOnIyRhTqeX3RxdtpTSIw2wi1A5fnV4k+fZEQJhVcM/BGNjf DQyE7mJElEw9x/HIleDSD9FKhOn5HJ4YktrLmyEHjxAMbE9nAbhgFXMOSgreFe1Q7wvA MNd1itgxvHSGRDx5BfEka+78AnT7atffH2MsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=dTTJtd9Rdk94/7nGzcGGxx92CH+z+XR73HNQPa3dWPWxoIMWbdHIbgEbF0f/XvB3AS T9mVoyUb74rBjNSRi5b7ecpfuOaMzTBocLAMs7pF/ma38IFd1EEAfu4ML1HPQO10i9Vd b7b49cjkyfFoAs4o9hJzhyCQDzPo4B/ECik94= Received: by 10.103.174.16 with SMTP id b16mr1455787mup.28.1244747368327; Thu, 11 Jun 2009 12:09:28 -0700 (PDT) Received: from ?88.128.35.74? ([88.128.35.74]) by mx.google.com with ESMTPS id 25sm350662mul.50.2009.06.11.12.09.26 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Jun 2009 12:09:27 -0700 (PDT) From: Mister Olli To: marco di sano In-Reply-To: <1a5985cf0906111052s7fc129ceje3869cf52504a9e4@mail.gmail.com> References: <1a5985cf0906111052s7fc129ceje3869cf52504a9e4@mail.gmail.com> Content-Type: text/plain Date: Thu, 11 Jun 2009 21:09:19 +0200 Message-Id: <1244747359.7881.4.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: freebsd error X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com 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 19:09:31 -0000 Hi, I've tried to use the configuration file adrian provided myself, and ended up with almost the same failure: 'Error: Boot loader didn't return any data!' As I didn't have the time to look further into this, I just reverted my config to the old version. Somehow after thinking about this issue I realized that the domU may need kernel support for UFS to do this task which mine definetly does not have. I don't have the time ATM to look into this. But maybe you can check if this is the same within your setup, and if adding kernel UFS support helps fixing it. Regards, --- Mr. Olli On Thu, 2009-06-11 at 19:52 +0200, marco di sano wrote: > 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 > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"