From owner-freebsd-xen@FreeBSD.ORG Fri Aug 23 16:02:21 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E87BC2AC for ; Fri, 23 Aug 2013 16:02:21 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80A4620D1 for ; Fri, 23 Aug 2013 16:02:21 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id t58so717587wes.38 for ; Fri, 23 Aug 2013 09:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N5eVEFrFGU+iuXHDcddPvDveA+FgZ8W8fHliHIZVhr8=; b=uF2yyXdNjaLWjqvmaafbVBuWSjoPYOVD/VdoD0GzdJstvw/1cY729oqlfSfbMO29me lqAZVFcG8UpUTa5P44HitIS8xRvZsQwdQXqhPVa+DmWEFlHj4Mqto14zznJJVavypqxA fS61jh4ZNtkcBCRTuPvM0Ht3oWY5SxIwq3V/q3HvaUjiUbqsQ6GtZuwZhKmyACEKQMxC c3QO8GDsDrHB0mGA0m5L8arzCclufNXk8MJ+ZffX8PQGeui18UqNrUk7VoOfeET/wbUb wVsEwS8yEJuztpQQrtIbnBu+MIqtIAJJKRzLOAejBGeobVY3yt1eUm7hWwFL24bSF9HV O6UA== MIME-Version: 1.0 X-Received: by 10.180.74.134 with SMTP id t6mr2640231wiv.56.1377273739912; Fri, 23 Aug 2013 09:02:19 -0700 (PDT) Received: by 10.216.62.5 with HTTP; Fri, 23 Aug 2013 09:02:19 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Aug 2013 20:02:19 +0400 Message-ID: Subject: Re: [FreeBSD 9.1 and XenServer 5.6.0] From: Sergey Kandaurov To: Ederson de Moura Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 23 Aug 2013 16:02:22 -0000 On 23 August 2013 16:45, Ederson de Moura wrote: > Hello guys, > > I installed FreeBSD 9.1 (64 bit) in XenServer (5.6.0)! It's running > perfectly, following the tutorial below: > > http://www.vanhal-ict.nl/1/post/2012/8/freebsd-9-domu-on-xen-part-i-installing-freebsd.html > > But the moment you recompile the kernel GENERIC, the system hangs on load. Even > making the changes suggested in the tutorial (Part II: Optimizing FreeBSD) or > not. > > The system does not load! as follows my print: > > http://200.189.101.110/~edm/FreeBSD-Xen-Stop.png > > Reloading the old kernel, the system up! Does anyone have any idea what could > be the problem? > > Best regards, > Also, I would check if multiuser output is properly routed. Check your /etc/ttys. I don't remember well but to get them you probably need to replace ttyv0 with xc0 which is the default Xen console instead of UART. That would answer why you see kernel messages and don't see multiuser ones which usually appear right after "cd0" string or close to. -- wbr, pluknet