In Other BSDs for 2017/10/21

Cobbled together Friday night because my new job oddly has less hours of work but less time to screw around.  That’s for the best.

DragonFly 4.9 users and dports

Because of the major version number change, there’s no packages built for DragonFly 4.9.  Your options are to either update to 5.1 (which you probably meant to do anyway if you are running current) or manually point to the newest packages.  Or just build from dports.

For clarity, this does not affect you at all if you are running 5.0 release.  It only affects you if you are running DragonFly-current and have not updated in a while.

In Other BSDs for 2017/10/07

Assembled all on Thursday!

Booting, UEFI, and text consoles

I installed a DragonFly snapshot on a Lenovo x220 last night.  I went for a EFI install, even though the x220 has a “Legacy” option.  When I booted, it looked like this:

It successfully booted, but once it hit the kernel load, it started printing to the top of the screen in that lovely repeating pattern you see.

Matthew Dillon helpfully pointed out that the DRM and i915 modules needed to be loaded.  Hitting ‘9’ during the bootloader countdown got me to a prompt where I could type:

drm_load="YES"

i915_load="YES"'

kern.kms_console=1

menu

Which brought me back to the boot menu, but this time it loaded those additional modules to support the Intel video chipset – and it worked!

These lines can go in /boot/loader.conf for permanent use.

Update: accelerated X will need a different setup – see my later post.

In Other BSDs for 2017/09/09

Already overflowed to next week.