From owner-freebsd-xen@FreeBSD.ORG Tue Apr 7 07:28:56 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 C4A99765 for ; Tue, 7 Apr 2015 07:28:56 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::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 59690EA4 for ; Tue, 7 Apr 2015 07:28:56 +0000 (UTC) Received: by wiun10 with SMTP id n10so7271727wiu.1 for ; Tue, 07 Apr 2015 00:28:54 -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=PV9V/hq+pELtAstw2nXc1+KJjX4hyHMl+EzQXwGgI08=; b=ckvd5Pn6hQOwPJn7uaOWg5POyK+ggVlQFLIR7l+yk3NzNBRt/l4Tc+qNumQ+fcC2Ql xs0hiAFuAdx9yYyrSHxGKnXfWwSDRJ/Evwrm4nj5abXN9L7e1LFYh68lK8h4UOzGMXGL CgYMCw3jttpK5v4nWHaWPlNqKImKyI0ckThuWh+RAL9twzUw9s4CeD9MKSo4d6zUV19y DNbw/EYsR9Azsdk4DD8/XTxYPKThOn2J+K2BLx7XB2NASWlQXfRbCUBvVEJfz0Zcpq6l dmqK4tXCdVcGeYnezTEJmPjQI2EjnlyJrfuCeK4Jk0AgFbXxn/8IGIzk2bwW1F5w+Fp1 nmbQ== X-Received: by 10.194.80.40 with SMTP id o8mr36248269wjx.34.1428391734229; Tue, 07 Apr 2015 00:28:54 -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 hi6sm9639303wjc.34.2015.04.07.00.28.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Apr 2015 00:28:53 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <5523872E.5030700@FreeBSD.org> Date: Tue, 07 Apr 2015 09:28:46 +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> In-Reply-To: <55223D08.4040007@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 07:28:56 -0000 Hello, El 06/04/15 a les 10.00, Gustau PĂ©rez ha escrit: > >> 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. > > Hi, > > this morning I updated my sources to r281106, recompiled just the > bootloader, installed it under /boot, installed the bootloader with: > > gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 In order to update the loader you should do: cd /usr/src/sys/boot && make clean && make -j4 && make install > > but the results were the same. > > When the bootloader starts, I see it loading both the kernel and the > xen_kernel and some modules, then it shows me the menu and when it > starts booting I see a blinking cursor and then the machine reboots. Can you paste your xen_cmdline? 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]. > Does the xen kernel show some debug when booting? Can I send that debug > to the console (how?) instead to ttyu1? Yes, Xen will print debug info while booting to the console specified in the "console" option, which can be the serial, VGA or USB debug port. They are not exclusive, you can send output to several different destinations at once. Roger. [1] http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html