From owner-freebsd-xen@FreeBSD.ORG Sun Apr 5 08:32:28 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 543D4CC9 for ; Sun, 5 Apr 2015 08:32:28 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12477DCA for ; Sun, 5 Apr 2015 08:32:28 +0000 (UTC) Received: by obbfy7 with SMTP id fy7so8399780obb.2 for ; Sun, 05 Apr 2015 01:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0mDdqxSBdl002EjmgVzCK0vV1BE6TlT6syqUD542W6Q=; b=OTVwF0wOm4jfKnjvLpGUNpu+43YM9pgweuUgASFFlM6ghQprw9uhBxyASaYkVfzX0c BgDc4/2d3IWFvkt6jvyOAWIu4/pxz6DqsGVa1e/eLHEZquvJPEZyH11hyPdESBT6xsV3 LEkdhgfisuRRFKZ+fmS1th2lsxrOkk0GwgzXTlYXNyl5ahJwnOyc2JxRA5/5shZ0E7uB ZV4o6QRJi52PIS6jpgz66y+EO6onq+QHBXwUr5hbQNpxdWPEZtIbhj8dk/clSO/ayw4J GyCwKmNYCf3bWwzwn8GT0wfNDStW1rlp34d1tY99JLqPdncz6jUrYcRtYmSl2qJVsFc9 1h+Q== MIME-Version: 1.0 X-Received: by 10.182.130.166 with SMTP id of6mr12221922obb.53.1428222747379; Sun, 05 Apr 2015 01:32:27 -0700 (PDT) Sender: royger@gmail.com Received: by 10.60.22.199 with HTTP; Sun, 5 Apr 2015 01:32:27 -0700 (PDT) Received: by 10.60.22.199 with HTTP; Sun, 5 Apr 2015 01:32:27 -0700 (PDT) In-Reply-To: <551EFA82.9070007@entel.upc.edu> References: <551EFA82.9070007@entel.upc.edu> Date: Sun, 5 Apr 2015 10:32:27 +0200 X-Google-Sender-Auth: aO1kHlHckAhpWNPyEHGcgZQaI8g Message-ID: Subject: Re: Unable to boot with the dom0 xen kernel From: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= To: =?UTF-8?Q?Gustau_P=C3=A9rez?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 05 Apr 2015 08:32:28 -0000 Hello, I'm replying from my phone, sorry for the format\brevity. El dia 03/04/2015 23:37, "Gustau P=C3=A9rez" va escr= iure: > > > Hi, > > I'm trying to test xen but after following the instructions here: > > http://wiki.xen.org/wiki/FreeBSD_Dom0 > > the machine is unable to boot. I see the FreeBSD loader, giving me > the traditional options, after the timeout I see it loads the kernel and > modules (basically opensolaris.ko and zfs.ko) and then, instead of > showing the me boot info as usual, the machine shows me a cursor for a > while and then reboots. Could you update your boot loader to r280954 (or any later version) and try again? I've recently committed some small bug fixes for it. Thanks, Roger.