Re: Mid-2015 MacBook Pro

2017-09-22 Thread Ax0n
I actually tried a 6.2 amd64 snap downloaded fresh yesterday first, then tried 6.1-RELEASE after that. When I installed 6.1-RELEASE, I bailed from the installer, attached to the existing softraid crypto volume, nuked the first 1M of the SR_CRYPTO volume -- sd2c in my case -- as in the FAQ and then

Re: Mid-2015 MacBook Pro

2017-09-22 Thread Dave Voutila
Ax0n, That RTC error seems to come from a system dependent startclocks() function, but it was modified in August by jcs@ removing the logic that would even print that very error: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/isa/clock.c.diff?r1=1.24&r2=1.25 Commit message mentions

Re: Mid-2015 MacBook Pro

2017-09-21 Thread Ax0n
This one *should* be identical to the one I've been issued by my employer (on which I'm running OS X) -- in that case, it has the NVidia GeForce GT 750M and the Intel Iris Pro. The Plot Thickens. There's an error about /etc/boot.conf. The keyboard works fine at the FDE prompt, and at the boot> pro

Re: Mid-2015 MacBook Pro

2017-09-21 Thread Dave Voutila
ax0n, Is that a model with both integrated Intel gpu and dedicated Radeon gpu? Maybe look at drm(4) and try removing the radeon driver since the intel one should work fine. The intel drivers work great on my early-2015 MBP (i5 Broadwell), but then again it doesn't have any dedicated graphics. -D