Tag: uefi

  • Using efibootmgr on FreeBSD

    It seems to work, with the exception that -l switch expects path prefixed with device (for example -l nvd0p1:/efi/boot/bootx64.efi)

  • Installing FreeBSD with ZFS on UEFI enabled machine

    Some instructions can be found at FreeBSD wiki and FreeBSD forums

  • FreeBSD 11, X and UEFI

    If X doesn’t start with message similar to Cannot run in framebuffer mode. Please specify busIDs and you are booting your system using UEFI you should install package drm-kmod, and make sure to load appropriate module before starting X (for example i915kms.ko), but beware that after installing package modules with same names will be present…

  • Configuring default resolution for FreeBSD 11 with UEFI

    If you have to set native resolution on system console (if for example you have to run scfb driver for X), first check resolutions supported by UEFI – escape to loader prompt when booting OS and type:modeThat should list all textual modes recognized by loader (alternatively you can also try gop list or uga list,…