From owner-freebsd-xen@FreeBSD.ORG Thu Nov 13 12:06:06 2008 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 80D2D1065670 for ; Thu, 13 Nov 2008 12:06:06 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6998FC1D for ; Thu, 13 Nov 2008 12:06:05 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so369188yxb.13 for ; Thu, 13 Nov 2008 04:06:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=+zd41C9ujf9KHJNug03fU+8cMnB01QqunlKNJXMjZmI=; b=So6bUIJoaH8PpL+JEd/CaOPf2IvgYN9j6P9ajfnlx1Nuk6S/3WEU5ImwP/93Tr2FsP QO7gTPRUH1iMG5UYZ3AfKj3INXSEzBD4SXBFajQ5aCAw0MEqXybxRL/tC3PDtNwUpsgP hnx/ea2/WzT4YMaQ9+Wt3ZRZ3ClCXsOyNweQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RD43X1+lPe3eH9iTbut5l8H6e41G2JvDNIyqDYamWDvCR9hPMgXmSwD26MBOS8y0Gw P7M7i/lr3rYWyh4ZFqi84kqQQsBU06DRJh/qTxEgJWEZAM+WQ7gizspBPGNJMmg5RvmY mRlCjFuQxRgz3ReX5QcNw6DmJ9Uk22CoLyAI0= Received: by 10.151.108.13 with SMTP id k13mr1281730ybm.25.1226577965371; Thu, 13 Nov 2008 04:06:05 -0800 (PST) Received: by 10.151.106.2 with HTTP; Thu, 13 Nov 2008 04:06:05 -0800 (PST) Message-ID: <3481d8e60811130406t65f720c3g8e3b221480901453@mail.gmail.com> Date: Thu, 13 Nov 2008 13:06:05 +0100 From: "Benoit C." To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Boot successful 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, 13 Nov 2008 12:06:06 -0000 I've just booted up a freebsd 6.3 from the svn ( 6.3-RELEASE svn:// svn.freebsd.org/base/projects/release_6_3_xen/ ). some points : I disabled apic : extra = "boot_single" extra += ",vfs.root.mountfrom=ufs:/dev/xbd-766c,hint.apic.0.disabled=1" extra += ",kern.hz=100" How can I get a tty in order to login ? Here is the boot log: http://pastie.org/private/qrinbf0ryxfyrei111n4q -- Benoit Calvez.