From owner-freebsd-xen@FreeBSD.ORG Tue Apr 7 09:55:25 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 987A1F87 for ; Tue, 7 Apr 2015 09:55:25 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 255715EA for ; Tue, 7 Apr 2015 09:55:25 +0000 (UTC) Received: by widjs5 with SMTP id js5so6831765wid.1 for ; Tue, 07 Apr 2015 02:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nOQZlvHWL+xL4ovyttbbFfGm3lhXg3yEgp/X8TZE2bo=; b=UEIeY1KZrsCVmRlU4fWb1woqcmBDb1tRGRPlL91c8KCC3fNrvoreqlU4khgf/DH4dy 9kis8XzDr4U3P3uL076GfXzuPfmJfciefOFMgs+qvDBCSq0pdVYFVVxbvR9UMxYJrCOj iNb4lm5e9iljTya9rBhD+qZGjQDzN6/jW/P9hbAed362lSqCEDSbINkof0U5gXVB/ax7 uXQT6/7zhqDpV8IHHMRMmZ5ak2AV7JkhR8a7bwZV34x8MS6t/ynaSLUuYdyafLr354BM amfbb5/QbPXLjxkXZ/FZNnPpybD16F1XHZO2x/FeCEdRFqwkLZn9K7wsSvfq+JtcwBaI 5/eg== X-Received: by 10.194.93.2 with SMTP id cq2mr39105471wjb.69.1428400523704; Tue, 07 Apr 2015 02:55:23 -0700 (PDT) Received: from [172.16.1.30] (53.Red-88-9-170.dynamicIP.rima-tde.net. [88.9.170.53]) by mx.google.com with ESMTPSA id fo7sm7006102wic.1.2015.04.07.02.55.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Apr 2015 02:55:22 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <5523A989.4010608@FreeBSD.org> Date: Tue, 07 Apr 2015 11:55:21 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= Subject: Re: Unable to boot with the dom0 xen kernel References: <551EFA82.9070007@entel.upc.edu> <55223D08.4040007@entel.upc.edu> <5523872E.5030700@FreeBSD.org> <5523945E.2050405@entel.upc.edu> In-Reply-To: <5523945E.2050405@entel.upc.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Tue, 07 Apr 2015 09:55:25 -0000 Hello, El 07/04/15 a les 10.25, Gustau PĂ©rez ha escrit: > I'm using the cmdline in the xen wiki. No special tweaking yet. I've just realized the xen_cmdline on the wiki page has the output set to serial only, I've now updated it to send output to both com1 and VGA. > >> If you don't have a serial console you >> should use console=vga in your xen_cmdline. Additionally if you have a >> usb debug port you could use that as console with console=dbgp [1]. > > Thank you. I did not have a console at $home (the laptop has no > physical serial port) but at $work my laptop dockstation provides me > with a physical serial port. I'll try to use it. I didn't know there were dock stations that provided serial ports even when the laptop didn't have them, that's something worth a try. If not just setting console=vga ought to provide some output. If that also fails please write back and I will provide a patch for the bootloader in order to try to figure out what's going on. Roger.