Dear Vincent, GRUB2 in Archlinux normally boots in "graphical" mode. You have toswitch it to "text" mode. This is done by adding:
-------------8<-------------- GRUB_TERMINAL="serial console" GRUB_SERIAL_COMMAND="serial --unit 0 --speed=115200 --stop=1 -- parity=no --word=8" -------------8<-------------- into /etc/default/grub, and then runĀ "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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
