From owner-freebsd-xen@freebsd.org Mon Sep 3 11:48:47 2018 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3210FE683D for ; Mon, 3 Sep 2018 11:48:47 +0000 (UTC) (envelope-from prvs=7776ac630=roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.ctxuk.citrix.com [185.25.65.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D90280B1C for ; Mon, 3 Sep 2018 11:48:46 +0000 (UTC) (envelope-from prvs=7776ac630=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.53,324,1531785600"; d="scan'208";a="78478354" Date: Mon, 3 Sep 2018 13:45:02 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Steven Friedrich CC: Subject: Re: Using xen host on freebsd, is com1 the only way to attach to dom0? Message-ID: <20180903114502.aduvblaqomjsitga@mac.bytemobile.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 03 Sep 2018 11:48:47 -0000 On Fri, Aug 31, 2018 at 11:12:30PM -0400, Steven Friedrich wrote: > I can boot a xen kernel, but it appears it doesn't acquire a DHCP address > from my router. Does this mean that the box doesn't boot correctly, or just that the network card is not working when running under Xen? > Someone suggested using vga=current,keep on xen_cmdline, > but I'm unsure of the valid xen_cmdline arguments. The best option would be to hook a serial cable and get the output from the serial console. The list of valid xen_cmdline can be found here for the 4.11 ports: http://xenbits.xen.org/docs/unstable/misc/xen-command-line.html Or here if you are using the 4.7 port: http://xenbits.xen.org/docs/4.7-testing/misc/xen-command-line.html > Do I have to configure and build a FreeBSD kernel or just use what the xen > meta-port builds? You don't have to build a specific kernel to run FreeBSD as Dom0, just using the GENERIC one from either 11.X or HEAD should work. Roger.