HP Pavilion Desktop 590 - OpenBSD

Hardware info on main page.

This machine runs the amd64 version of OpenBSD.

ada0 Corsair 240 GB SSD

=>       64  468862001    ada0  GPT  (224G)
         64        960  ada0p2  efi  (480K)
       1024  104857600  ada0p4  openbsd-data  (50G) OpenBSD 6.8
  104858624  364003441          - free -  (174G)

nvd0 Toshiba 256 GB SSD

=>       34  500118125    nvd0  GPT  (238G)
         34       2014          - free -  (1.0M)
       2048     532480  nvd0p1  efi  (260M)
     534528     409600  nvd0p2  efi  (200M)
     944128   33554432  nvd0p3  freebsd-swap  (16G)
   34498560  234881024  nvd0p4  freebsd-ufs  (112G) FreeBSD 11.4-release
  269379584  230686720  nvd0p5  freebsd-ufs  (110G) FreeBSD 12.1-release
  500066304      51855          - free -  (25M)

kvm: connected to port 1 on the Aten kvm on the right side.

keys: ESC - Startup menu, F9 - boot device options, F1 - System information, F2 - System diagnostics, F10 - BIOS setup, F11 - System Recovery,

Work log

2020-10-20: sd1a - Xorg - both startx and startxfce4 works. From $HOME/.local/share/xorg/Xorg.0.log:

[   940.172] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Permission denied)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[   940.175] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   940.175] (WW) Falling back to old probe method for modesetting
[   940.188] (II) modeset(0): using default device
[   940.189] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   940.189] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   940.189] (==) modeset(0): RGB weight 888
[   940.189] (==) modeset(0): Default visual is TrueColor
[   940.189] (II) Loading sub module "glamoregl"
[   940.189] (II) LoadModule: "glamoregl"
[   940.235] (II) modeset(0): glamor X acceleration enabled on AMD RAVEN (DRM 3.37.0, 6.8, LLVM 10.0.1)
[   940.236] (II) modeset(0): Output DP-1 has no monitor section
[   940.236] (II) modeset(0): Output HDMI-1 has no monitor section
[   940.236] (II) modeset(0): Output HDMI-2 has no monitor section
[   940.237] (II) modeset(0): EDID for output DP-1
[   940.237] (II) modeset(0): Manufacturer: BNQ  Model: 78a6  Serial#: 21573
[   940.237] (II) modeset(0): Year: 2011  Week: 34
[   940.237] (II) modeset(0): EDID Version: 1.4
[   940.237] (II) modeset(0): Digital Display Input
[   940.237] (II) modeset(0): 8 bits per channel
[   940.237] (II) modeset(0): Digital interface is DisplayPort
[   940.237] (II) modeset(0): Supported detailed timing:
[   940.237] (II) modeset(0): clock: 148.5 MHz   Image Size:  531 x 298 mm
[   940.237] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   940.237] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   940.237] (II) modeset(0): Serial No: R8B00481SL0
[   940.237] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 215 MHz
[   940.237] (II) modeset(0): Monitor name: BenQ GL2450H
[   940.238] (II) modeset(0): Output DP-1 connected
[   940.238] (II) modeset(0): Output HDMI-1 disconnected
[   940.238] (II) modeset(0): Output HDMI-2 disconnected
[   940.238] (II) modeset(0): Using exact sizes for initial modes
[   940.238] (II) modeset(0): Output DP-1 using initial mode 1920x1080 +0+0
[   940.238] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   940.238] (==) modeset(0): DPI set to (96, 96)
[   940.336] (==) modeset(0): Backing store enabled
[   940.336] (==) modeset(0): Silken mouse enabled
[   940.337] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   940.337] (==) modeset(0): DPMS enabled
[   940.338] (II) modeset(0): [DRI2] Setup complete
[   940.338] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[   940.338] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi

2020-10-20: sd1a - check a few things

vm5$ dmesg | egrep drm\|efi\|disp
efifb0 at mainbus0: 1920x1080, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
drm0 at amdgpu0
efifb at mainbus0 not configured
[drm] CP firmware version too old, please update!amdgpu0: 1920x1080, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

firmware check

vm5$ doas fw_update -i -v
Path to firmware: http://firmware.openbsd.org/firmware/6.8/
Installed: vmm-firmware-1.11.0p3 amdgpu-firmware-20200619

hmm, does fw_update work?

vm5$ doas fw_update

just reports "no change"

2020-10-20: sd1a - after upgrade do sysmerge

vm5$ doas sysmerge
remove files
vm5$ doas rm -f /usr/lib/libperl.a
 /usr/X11R6/lib/pkgconfig/xkbui.pc /usr/X11R6/include/X11/extensions/XKBui.h <
rm: rm: No such file or directory

upgrade packages

vm5$ doas pkg_add -u
[..]
/usr/local/man/man1/avr-windres.1) failed: exit(1)
pkg_add: Installation of avr-gcc-5.4.0p3 failed, partial installation recorded as partial-avr-gcc-5.4.0p3

hmm?

vm5$ df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1a      986M    140M    796M    15%    /
/dev/sd1l     14.7G    238M   13.7G     2%    /home
/dev/sd1d      3.2G   14.0K    3.0G     0%    /tmp
/dev/sd1f      5.2G    1.1G    3.8G    23%    /usr
/dev/sd1g      986M    238M    698M    25%    /usr/X11R6
/dev/sd1h      6.7G    6.7G   -336M   105%    /usr/local
/dev/sd1k      5.8G    2.0K    5.5G     0%    /usr/obj
/dev/sd1j      1.9G    2.0K    1.8G     0%    /usr/src
/dev/sd1e      5.0G   34.5M    4.8G     1%    /var

ok, why did /usr/local go full? Delete a few packages, see if that helps

vm5$ doas pkg_delete kicad-footprints-5.1.5 kicad-i18n-5.1.5 kicad-symbols-5.>
vm5$ df -h /usr/local
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1h      6.7G    6.6G   -214M   103%    /usr/local

delete more

vm5$ doas pkg_delete avr-gcc
can't delete avr-gcc-5.4.0p3 without deleting arduino-1.8.10v0 avr-libc-2.0.0
Delete them as well ? [y/N/a] y
arduino-1.8.10v0: ok
avr-libc-2.0.0: ok
avr-gcc-5.4.0p3: ok
Read shared items: ok
--- -avr-gcc-5.4.0p3 -------------------
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/tiny-stack: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/objc: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/java: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/cp: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/config/avr: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/config: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/c-family: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/ada/gcc-interface: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include/ada: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin/include: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/plugin: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/install-tools/include: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/install-tools: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/include-fixed: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/include: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/device-specs: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrxmega7: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrxmega6: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrxmega5: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrxmega4: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrxmega2: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avrtiny: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr6: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr51: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr5: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr4: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr35: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr31: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr3: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr25/tiny-stack: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0/avr25: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr/5.4.0: Directory not empty
Error deleting directory /usr/local/lib/gcc/avr: Directory not empty
Error deleting directory /usr/local/lib/gcc: Directory not empty

check space

vm5$ df -h /usr/local                                                                                    
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1h      6.7G    5.9G    454M    93%    /usr/local

better, try pkg_add -u again

vm5$ doas pkg_add -u
[..]
Running tags: ok
Read shared items: ok
Updating font cache: ok
New and changed readme(s):
    /usr/local/share/doc/pkg-readmes/firefox-esr
    /usr/local/share/doc/pkg-readmes/inkscape
--- -iodbc-3.52.12p0 -------------------
You should also run rm -rf /etc/iodbc/ODBCDataSources/*
--- -sane-backends-1.0.30 -------------------
You should also run rm -rf /var/spool/lock/sane/*
--- -upower-0.99.11 -------------------
You should also run rm -f /var/db/upower/history-*
--- +noto-emoji-20200408 -------------------
You may wish to update your font path for /usr/local/share/fonts/noto
--- +noto-fonts-20171024 -------------------
You may wish to update your font path for /usr/local/share/fonts/noto
Couldn't find updates for partial-inteldrm-firmware-20200421

ok. Remove stuff

vm5$ doas pkg_delete partial-inteldrm-firmware
partial-inteldrm-firmware-20200421: ok
vm5$ doas rm -rf /etc/iodbc/ODBCDataSources/*
vm5$ doas rm -rf /var/spool/lock/sane/*
vm5$ doas rm -f /var/db/upower/history-*

check space again

vm5$ df -h /usr/local
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1h      6.7G    6.3G   84.4M    99%    /usr/local

hmm, still almost full. Oh well.

2020-10-20: sd1a - OpenBSD 6.8 is in:

tingo@kg-core2$ ssh vm5.local
Last login: Tue Oct 20 18:41:06 2020
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct  4 18:13:26 MDT 2020

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code.  With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

vm5$

ok

2020-10-20: sd1a - upgrade to OpenBSD 6.8 via sysupgrade

vm5$ doas sysupgrade
Fetching from https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/
SHA256.sig   100% |************************************|  2144       00:00    
Signature Verified
INSTALL.amd64 100% |***********************************| 43523       00:00    
base68.tgz   100% |************************************|   289 MB    00:04    
bsd          100% |************************************| 20375 KB    00:00    
bsd.mp       100% |************************************| 20466 KB    00:00    
bsd.rd       100% |************************************| 10149 KB    00:00    
comp68.tgz   100% |************************************| 74305 KB    00:01    
game68.tgz   100% |************************************|  2739 KB    00:00    
man68.tgz    100% |************************************|  7484 KB    00:00    
xbase68.tgz  100% |************************************| 28866 KB    00:01    
xfont68.tgz  100% |************************************| 39342 KB    00:01    
xserv68.tgz  100% |************************************| 18333 KB    00:00    
xshare68.tgz 100% |************************************|  4499 KB    00:00    
Verifying sets.
Fetching updated firmware.
Upgrading.
Connection to vm5.local closed by remote host.
Connection to vm5.local closed.

(I did this via a ssh connection). The machine then reboots (I'm ready with the F9 key) and runs the upgrade, then reboots again.

2020-10-20: sd1a - prepare for upgrade, check space in /usr

vm5$ df -h /usr
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1f      5.2G    972M    4.0G    19%    /usr

more than 1G - good.

2020-07-26: sd1a - pkg - install more xfce packages

vm5$ doas pkg_add xfce4-cpugraph xfce4-datetime xfce4-netload xfce4-screenshooter xfce4-systemload xfce4-weather
quirks-3.325 signed on 2020-07-24T21:42:34Z
xfce4-cpugraph-1.1.0p0: ok
xfce4-datetime-0.8.0: ok
xfce4-netload-1.3.2: ok
xfce4-screenshooter-1.9.7: ok
xfce4-systemload-1.2.3: ok
xfce4-weather-0.10.1: ok
Running tags: ok

ok

2020-07-26: sd1a - firmware info

vm5$ doas fw_update -i      
Installed: amdgpu-firmware-20190312 vmm-firmware-1.11.0p2
vm5$ doas fw_update -i -v   
Path to firmware: http://firmware.openbsd.org/firmware/6.7/
Installed: amdgpu-firmware-20190312 vmm-firmware-1.11.0p2

ok

2020-07-26: sd1a - pkg - install xfce

vm5$ doas pkg_add xfce
quirks-3.325 signed on 2020-07-24T21:42:34Z
quirks-3.325: ok
xfce-4.14:libffi-3.3: ok
xfce-4.14:hicolor-icon-theme-0.17: ok
xfce-4.14:png-1.6.37: ok
xfce-4.14:libiconv-1.16p0: ok
xfce-4.14:xz-5.2.5: ok
xfce-4.14:libxml-2.9.10p0: ok
xfce-4.14:pcre-8.41p2: ok
xfce-4.14:gettext-runtime-0.20.1p1: ok
xfce-4.14:bzip2-1.0.8: ok
xfce-4.14:sqlite3-3.31.1p0: ok
xfce-4.14:python-3.7.7: ok
xfce-4.14:glib2-2.62.6: ok
xfce-4.14:shared-mime-info-1.15: ok
xfce-4.14:jpeg-2.0.5v0: ok
xfce-4.14:lz4-1.9.2p0: ok
xfce-4.14:zstd-1.4.4p1: ok
xfce-4.14:tiff-4.1.0: ok
xfce-4.14:jasper-2.0.14: ok
xfce-4.14:gdk-pixbuf-2.40.0p2: ok
xfce-4.14:gtk-update-icon-cache-3.24.20: ok
xfce-4.14:fribidi-1.0.9: ok
xfce-4.14:graphite2-1.3.14: ok
xfce-4.14:lzo2-2.10p2: ok
xfce-4.14:cairo-1.16.0: ok
xfce-4.14:harfbuzz-2.6.5: ok
xfce-4.14:pango-1.44.7p0: ok
xfce-4.14:librsvg-2.48.4: ok
xfce-4.14:adwaita-icon-theme-3.34.3: ok
xfce-4.14:dconf-0.34.0p0: ok
xfce-4.14:atk-2.34.1p1: ok
xfce-4.14:dbus-1.12.16p2v0: ok
xfce-4.14:at-spi2-core-2.34.0p0: ok
xfce-4.14:at-spi2-atk-2.34.2: ok
xfce-4.14:desktop-file-utils-0.24p0: ok
xfce-4.14:gtk+3-3.24.20: ok
xfce-4.14:gnome-devel-docs-3.32.1: ok
xfce-4.14:aspell-0.60.6.1p10: ok
xfce-4.14:mozilla-dicts-en-GB-1.3p1: ok
xfce-4.14:hunspell-1.6.2p0: ok
xfce-4.14:enchant2-2.2.8: ok
xfce-4.14:lcms2-2.9p0: ok
xfce-4.14:openjp2-2.3.1p0: ok
xfce-4.14:brotli-1.0.7: ok
xfce-4.14:woff2-1.0.2p0: ok
xfce-4.14:hyphen-2.8.8: ok
xfce-4.14:gsettings-desktop-schemas-3.34.0: ok
xfce-4.14:libproxy-0.4.15p4: ok
xfce-4.14:libtasn1-4.16.0: ok
xfce-4.14:libunbound-1.10.1: ok
xfce-4.14:gmp-6.2.0: ok
xfce-4.14:libnettle-3.5.1p0: ok
xfce-4.14:p11-kit-0.23.20: ok
xfce-4.14:libunistring-0.9.7: ok
xfce-4.14:libidn2-2.3.0p0: ok
xfce-4.14:gnutls-3.6.13p1: ok
xfce-4.14:glib2-networking-2.62.4: ok
xfce-4.14:libpsl-0.20.2p1: ok
xfce-4.14:libsoup-2.68.4: ok
xfce-4.14:libgpg-error-1.37: ok
xfce-4.14:libgcrypt-1.8.5: ok
xfce-4.14:libsecret-0.20.3: ok
xfce-4.14:libevent-2.1.11: ok
xfce-4.14:libdaemon-0.14p1: ok
xfce-4.14:dbus-daemon-launch-helper-1.12.16p2: ok
xfce-4.14:gdbm-1.18.1p0: ok
xfce-4.14:avahi-0.8: ok
xfce-4.14:json-glib-1.4.4: ok
xfce-4.14:libnotify-0.7.9: ok
xfce-4.14:geoclue2-2.4.13: ok
xfce-4.14:giflib-5.1.6: ok
xfce-4.14:libwebp-1.1.0: ok
xfce-4.14:icu4c-67.1: ok
xfce-4.14:harfbuzz-icu-2.6.5: ok
xfce-4.14:libxslt-1.1.34: ok
xfce-4.14:iso-codes-4.4: ok
xfce-4.14:gstreamer1-1.16.2: ok
xfce-4.14:libogg-1.3.4: ok
xfce-4.14:libtheora-1.2.20190601p0: ok
xfce-4.14:orc-0.4.29: ok
xfce-4.14:graphene-1.10.0: ok
xfce-4.14:cdparanoia-3.a9.8p4: ok
xfce-4.14:libb2-0.98.1v0: ok
xfce-4.14:libarchive-3.4.2: ok
xfce-4.14:libassuan-2.5.3: ok
xfce-4.14:pinentry-1.1.0p0: ok
xfce-4.14:libusb1-1.0.23p0: ok
xfce-4.14:libksba-1.3.5p2: ok
xfce-4.14:npth-1.6: ok
xfce-4.14:gnupg-2.2.12p1: ok
xfce-4.14:gcr-3.34.0: ok
xfce-4.14:gvfs-1.42.2: ok
xfce-4.14:libvorbis-1.3.6p0: ok
xfce-4.14:opus-1.3.1: ok
xfce-4.14:gstreamer1-plugins-base-1.16.2: ok
xfce-4.14:webkitgtk4-2.28.3: ok
xfce-4.14:yelp-xsl-3.34.2: ok
xfce-4.14:yelp-3.34.0: ok
xfce-4.14:amtk-5.0.2: ok
xfce-4.14:devhelp-3.34.0p0: ok
xfce-4.14:py3-setuptools-41.6.0v0: ok
xfce-4.14:py3-MarkupSafe-1.1.1: ok
xfce-4.14:py3-cryptodome-3.9.7: ok
xfce-4.14:py3-beaker-1.10.0p0: ok
xfce-4.14:py3-mako-1.1.1: ok
xfce-4.14:gobject-introspection-1.62.0: ok
xfce-4.14:py-gobject3-common-3.34.0: ok
xfce-4.14:py3-cairo-1.18.2: ok
xfce-4.14:py3-gobject3-3.34.0: ok
xfce-4.14:glade-3.22.2p0: ok
xfce-4.14:libxfce4util-4.14.0p0: ok
xfce-4.14:startup-notification-0.12p6: ok
xfce-4.14:gnome-icon-theme-3.12.0p5: ok
xfce-4.14:gnome-icon-theme-symbolic-3.12.0p3: ok
xfce-4.14:gtk+2-2.24.32p9: ok
xfce-4.14:xfconf-4.14.1p0: ok
xfce-4.14:libxfce4ui-4.14.1p0: ok
xfce-4.14:pcre2-10.34: ok
xfce-4.14:vte3-0.58.3p0: ok
xfce-4.14:xfce4-terminal-0.8.9.2: ok
xfce-4.14:libwnck3-3.32.0: ok
xfce-4.14:garcon-0.6.4p0: ok
xfce-4.14:p5-URI-1.76: ok
xfce-4.14:exo-0.12.11: ok
xfce-4.14:xfce4-panel-4.14.4: ok
xfce-4.14:libexif-0.6.22pre20200229: ok
xfce-4.14:thunar-1.8.14: ok
xfce-4.14:gtk2-murrine-engine-0.98.2p9: ok
xfce-4.14:greybird-3.22.12: ok
xfce-4.14:boost-1.66.0p11: ok
xfce-4.14:poppler-data-0.4.9: ok
xfce-4.14:poppler-0.87.0: ok
xfce-4.14:libgsf-1.14.47: ok
xfce-4.14:dav1d-0.6.0: ok
xfce-4.14:x264-20191220p0: ok
xfce-4.14:gsm-1.0.19: ok
xfce-4.14:aom-1.0.0.20200402: ok
xfce-4.14:libass-0.14.0p0: ok
xfce-4.14:lame-3.100p1: ok
xfce-4.14:x265-3.3p0: ok
xfce-4.14:flac-1.3.3: ok
xfce-4.14:libsndfile-1.0.28: ok
xfce-4.14:libsamplerate-0.1.9: ok
xfce-4.14:sdl2-2.0.12: ok
xfce-4.14:speexdsp-1.2.0: ok
xfce-4.14:speex-1.2.0: ok
xfce-4.14:libexecinfo-0.3p2v0: ok
xfce-4.14:libv4l-1.18.0: ok
xfce-4.14:xvidcore-1.3.5p0: ok
xfce-4.14:libvpx-1.8.2v0: ok
xfce-4.14:ffmpeg-4.2.2v0: ok
xfce-4.14:ffmpegthumbnailer-2.2.0: ok
xfce-4.14:nghttp2-1.40.0: ok
xfce-4.14:curl-7.69.1p0: ok
xfce-4.14:tumbler-0.2.7: ok
xfce-4.14:xfce4-appfinder-4.14.0p0: ok
xfce-4.14:gstreamer-0.10.36p13: ok
xfce-4.14:gstreamer-plugins-base-0.10.36p19: ok
xfce-4.14:dbus-glib-0.110p1v0: ok
xfce-4.14:libunique-1.1.6p13: ok
xfce-4.14:wavpack-5.2.0: ok
xfce-4.14:gconf2-3.2.6p11: ok
xfce-4.14:taglib-1.11.1p3: ok
xfce-4.14:libshout-2.4.3p0: ok
xfce-4.14:gstreamer-plugins-good-0.10.31p26v0: ok
xfce-4.14:xfce4-mixer-4.11.0p8: ok
xfce-4.14:nspr-4.25: ok
xfce-4.14:spidermonkey-60.9.0v1: ok
xfce-4.14:polkit-0.116p1: ok
xfce-4.14:xfce4-session-4.14.2: ok
xfce-4.14:libxklavier-5.4: ok
xfce-4.14:consolekit2-1.2.1p8: ok
xfce-4.14:colord-1.3.5p1: ok
xfce-4.14:upower-0.99.11: ok
xfce-4.14:xfce4-settings-4.14.3: ok
xfce-4.14:xfce4-taskmanager-1.2.3: ok
xfce-4.14:xfce4-notifyd-0.6.0: ok
xfce-4.14:xfce4-screensaver-0.1.10: ok
xfce-4.14:xfdesktop-4.14.2: ok
xfce-4.14:xfwm4-4.14.2: ok
xfce-4.14:xfwm4-themes-4.10.0p0: ok
xfce-4.14:gtksourceview3-3.24.11: ok
xfce-4.14:mousepad-0.4.2: ok
xfce-4.14:libmagic-5.38: ok
xfce-4.14:ristretto-0.10.0: ok
xfce-4.14: ok
Running tags: ok
The following new rcscripts were installed: /etc/rc.d/avahi_daemon /etc/rc.d/avahi_dnsconfd /etc/rc.d/messagebus
See rcctl(8) for details.
New and changed readme(s):
    /usr/local/share/doc/pkg-readmes/avahi
    /usr/local/share/doc/pkg-readmes/consolekit2
    /usr/local/share/doc/pkg-readmes/dbus
    /usr/local/share/doc/pkg-readmes/ffmpeg
    /usr/local/share/doc/pkg-readmes/glib2
    /usr/local/share/doc/pkg-readmes/gnupg
    /usr/local/share/doc/pkg-readmes/gtk+2
    /usr/local/share/doc/pkg-readmes/gtk+3
    /usr/local/share/doc/pkg-readmes/sdl2
    /usr/local/share/doc/pkg-readmes/upower
    /usr/local/share/doc/pkg-readmes/xfce
--- +hunspell-1.6.2p0 -------------------
Install mozilla dictionaries for extra hunspell languages.
e.g.
    # pkg_add mozilla-dicts-ca

quite long

2020-07-26: sd1a - look for packages

vm5$ more /etc/installurl
https://cdn.openbsd.org/pub/OpenBSD

pkg_info -Q searches for packages

vm5$ pkg_info -Q xfce
debug-libxfce4ui-4.14.1p0
debug-libxfce4util-4.14.0p0
debug-xfce4-appfinder-4.14.0p0
debug-xfce4-dev-tools-4.14.0
debug-xfce4-panel-4.14.4
debug-xfce4-power-manager-1.6.6
debug-xfce4-screensaver-0.1.10
debug-xfce4-session-4.14.2
debug-xfce4-settings-4.14.3
debug-xfce4-terminal-0.8.9.2
libxfce4ui-4.14.1p0
libxfce4util-4.14.0p0
xfce-4.14
xfce-extras-4.14
xfce4-appfinder-4.14.0p0
xfce4-battery-1.1.3
xfce4-clipman-1.6.1
xfce4-cpugraph-1.1.0p0
xfce4-datetime-0.8.0
xfce4-dev-tools-4.14.0
xfce4-dict-0.8.3
xfce4-diskperf-2.6.2
xfce4-fsguard-1.1.1
xfce4-genmon-4.0.2
xfce4-icon-theme-4.4.3p15
xfce4-mailwatch-1.2.0p9
xfce4-mixer-4.11.0p8
xfce4-mount-1.1.3p1
xfce4-mpc-0.5.2
xfce4-netload-1.3.2
xfce4-notes-1.8.1p6
xfce4-notifyd-0.6.0
xfce4-panel-4.14.4
xfce4-places-1.8.1
xfce4-power-manager-1.6.6
xfce4-pulseaudio-0.4.3
xfce4-screensaver-0.1.10
xfce4-screenshooter-1.9.7
xfce4-session-4.14.2
xfce4-settings-4.14.3
xfce4-smartbookmark-0.5.1
xfce4-statusnotifier-0.2.2
xfce4-systemload-1.2.3
xfce4-taskmanager-1.2.3
xfce4-terminal-0.8.9.2
xfce4-time-out-1.1.0
xfce4-verve-2.0.0
xfce4-wavelan-0.6.1p0
xfce4-weather-0.10.1
xfce4-whiskermenu-2.4.4
xfce4-xkb-0.8.1p5

ok

2020-07-26: sd1a - syspatch - check

vm5$ doas syspatch -c
001_wscons
002_rpki
003_ssh
004_libssl
005_unbound
006_smtpd_sockaddr
007_perl
008_hid
009_asr
010_x509
011_shmget
012_tty
013_tty

ok. syspatch install

vm5$ doas syspatch
Get/Verify syspatch67-001_wscons.tgz 100% |************************************************************|   128 KB    00:00   
Installing patch 001_wscons
Get/Verify syspatch67-002_rpki.tgz 100% |**************************************************************| 41490       00:00   
Installing patch 002_rpki
Get/Verify syspatch67-003_ssh.tgz 100% |***************************************************************|   187 KB    00:00   
Installing patch 003_ssh
Get/Verify syspatch67-004_libssl.tgz 100% |************************************************************|  4442 KB    00:00   
Installing patch 004_libssl
Get/Verify syspatch67-005_unbound... 100% |************************************************************|  3411 KB    00:00   
Installing patch 005_unbound
Get/Verify syspatch67-006_smtpd_s... 100% |************************************************************|   228 KB    00:00   
Installing patch 006_smtpd_sockaddr
Get/Verify syspatch67-007_perl.tgz 100% |**************************************************************|  6220 KB    00:00   
Installing patch 007_perl
Get/Verify syspatch67-008_hid.tgz 100% |***************************************************************| 25268       00:00   
Installing patch 008_hid
Get/Verify syspatch67-009_asr.tgz 100% |***************************************************************| 12504 KB    00:00   
Installing patch 009_asr
Get/Verify syspatch67-010_x509.tgz 100% |**************************************************************| 18071 KB    00:00   
Installing patch 010_x509
Get/Verify syspatch67-011_shmget.tgz 100% |************************************************************| 59359       00:00   
Installing patch 011_shmget
Get/Verify syspatch67-012_tty.tgz 100% |***************************************************************|   197 KB    00:00   
Installing patch 012_tty
Get/Verify syspatch67-013_tty.tgz 100% |***************************************************************|   192 KB    00:00   
Installing patch 013_tty
Relinking to create unique kernel... done; reboot to load the new kernel
Errata can be reviewed under /var/syspatch

ok

2020-07-26: sd1a - from dmesg

root on sd1a (d3a741bca57cb401.a) swap on sd1b dump on sd1b
initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x103C:0x8433 0xC6).
drm:pid0:amdgpu_device_parse_gpu_info_fw *ERROR* Failed to load gpu_info firmware "amdgpu/raven_gpu_info.bin"
drm:pid0:amdgpu_attachhook *ERROR* Fatal error during GPU init
efifb0 at mainbus0: 1920x1080, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

ok

2020-07-26: sd1a - OpenBSD disk layout

vm5$ df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1a      986M    119M    817M    13%    /
/dev/sd1l     14.7G   36.0K   13.9G     0%    /home
/dev/sd1d      3.2G   10.0K    3.0G     0%    /tmp
/dev/sd1f      5.2G    972M    4.0G    19%    /usr
/dev/sd1g      986M    211M    726M    23%    /usr/X11R6
/dev/sd1h      6.7G    218K    6.4G     0%    /usr/local
/dev/sd1k      5.8G    2.0K    5.5G     0%    /usr/obj
/dev/sd1j      1.9G    2.0K    1.8G     0%    /usr/src
/dev/sd1e      5.0G    6.3M    4.8G     0%    /var

ok

2020-07-26: sd1a - doas is configured like this

vm5$ cat /etc/doas.conf  
# Allow wheel by default
permit keepenv persist :wheel

ok

2020-07-26: sd1a - fdisk basic information

vm5$ doas fdisk sd1
Disk: sd1       Usable LBA: 64 to 468862064 [468862128 Sectors]
   #: type                                 [       start:         size ]
------------------------------------------------------------------------
   1: EFI Sys                              [          64:          960 ]
   3: OpenBSD                              [        1024:    104857600 ]

fdisk extended information

vm5$ doas fdisk -v sd1
Primary GPT:
Disk: sd1       Usable LBA: 64 to 468862064 [468862128 Sectors]
GUID: 7df332ff-7fca-417f-8470-0ab91c26b867
   #: type                                 [       start:         size ]
      guid                                 name
------------------------------------------------------------------------
   1: EFI Sys                              [          64:          960 ]
      7a6850d8-528e-490f-b78d-3786190e8a66 EFI System Area                    
   3: OpenBSD                              [        1024:    104857600 ]
      0d258447-ee35-4e99-9a37-d33117b17d52 OpenBSD Area                       

Secondary GPT:
Disk: sd1       Usable LBA: 64 to 468862064 [468862128 Sectors]
GUID: 7df332ff-7fca-417f-8470-0ab91c26b867
   #: type                                 [       start:         size ]
      guid                                 name
------------------------------------------------------------------------
   1: EFI Sys                              [          64:          960 ]
      7a6850d8-528e-490f-b78d-3786190e8a66 EFI System Area                    
   3: OpenBSD                              [        1024:    104857600 ]
      0d258447-ee35-4e99-9a37-d33117b17d52 OpenBSD Area                       

MBR:
Disk: sd1    geometry: 29185/255/63 [468862128 Sectors]
Offset: 0    Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: EE      0   0   2 - 267349  89   4 [           1:  4294967295 ] EFI GPT    
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused     
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused     
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused     

ok

2020-07-26: sd1a - OpenBSD 6.7 is installed

tingo@kg-core2$ ssh 10.1.161.12
Last login: Sun Jul 26 16:50:55 2020 from 10.1.150.52
OpenBSD 6.7 (GENERIC.MP) #182: Thu May  7 11:11:58 MDT 2020

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code.  With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

vm5$

ok

2020-07-26: booted from a usb stick with the openbsd67.fs image on, went to shell first, upon exit, the menu showed again, so I selected install. Asks a bunch of questions, then ask about root disk. '?' gives info so that I can select sd1 (the Corsair SSD, ada0 in FreeBSD). I was confused by the (gpt) partition editor at first, but on second try I got it. Also, having to mount the install disk (sd2 in this case) to get at the install sets was unexpected. I installed all sets.