Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jan 2017 22:53:09 -0500
From:      Georgios Amanakis <g_amanakis@yahoo.com>
To:        freebsd-virtualization@freebsd.org
Subject:   Re: Arch Linux UEFI Bhyve Setup
Message-ID:  <1483847589.2604.1.camel@yahoo.com>
In-Reply-To: <mailman.5.1483790400.75560.freebsd-virtualization@freebsd.org>
References:  <mailman.5.1483790400.75560.freebsd-virtualization@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dear Vincent,

GRUB2 in Archlinux normally boots in "graphical" mode. You have toswitch it=
 to "text" mode. This is done by adding:=20

-------------8<--------------
GRUB_TERMINAL=3D"serial console"
GRUB_SERIAL_COMMAND=3D"serial --unit 0 --speed=3D115200 --stop=3D1 --
parity=3Dno --word=3D8"
-------------8<--------------
into /etc/default/grub, and then run=C2=A0
"grub-mkconfig -o /boot/grub/grub.cfg".

This should let you boot it under UEFI on bhyve by running:
"bhyve -u -A -H -P -s 0:0,hostbridge -s 31:0,lpc -s 14:0,virtio-
net,tap1 -s 3:0,virtio-blk,./linux.img -l com1,stdio -l
bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -c 1 -m 1024M
linuxguest".

Please, let us know if this solved your problem.

Best regards,
George



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1483847589.2604.1.camel>