Date: Tue, 14 Aug 2018 10:39:01 +0530 From: Pratyush Yadav <pratyush@freebsd.org> To: steven.e.friedrich@gmail.com Cc: freebsd-virtualization@freebsd.org Subject: Re: Xen host on FreeBSD 11.2-RELEASE Message-ID: <CA%2BX=3TKERHLds7YU-ej%2BsrK4ysbcrAN_TkbkcTc_zn48SWm-tA@mail.gmail.com> In-Reply-To: <sn7fv1pe2bo0ijia93r4sy9g.1534214911596@email.android.com> References: <sn7fv1pe2bo0ijia93r4sy9g.1534214911596@email.android.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 14, 2018 at 8:19 AM Steven Friedrich <steven.e.friedrich@gmail.com> wrote: > > I have a new HP Slimline Desktop 290-p0014 which features an Intel i7-8700 and no com ports. > I was hoping to create a FreeBSD Xen host to explore various Linux distros. > I was following along with chapter 21.8 FreeBSD as a Xen -Host. > I did a fresh install, pkg install xen and when I rebooted it displayed in blue Booting, but then it turned red. > I have no serial console because I have no com port. > Can anyone involved with Xen try this and reveal anything not disclosed in the Handbook? > I am using handbook rev 52113 modified on 2018-08-12 08:50:20 by eadler. I'm not quite sure I understand your question, but I assume your screen turns blank after booting, and stays like that. If so, then that is the default behavior. Xen by default does not keep using the vga console. Add this to your command line parameters (the xen_cmdline option in your /boot/loader.conf): vga=current,keep So if you are using the default Xen command line options specified in the handbook page, your xen_cmdline should look something like: xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all vga=current,keep" If this does not work, try doing vga=ask,keep and then play around with the different vga mode options (try the text- options first). Check out this document for more details on the Xen command line options [0]. Also, freebsd-xen@freebsd.org would be a better place for Xen related questions. Regards, Pratyush Yadav [0] https://xenbits.xen.org/docs/4.6-testing/misc/xen-command-line.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BX=3TKERHLds7YU-ej%2BsrK4ysbcrAN_TkbkcTc_zn48SWm-tA>