On 03/30/15 10:12, Peter Kay wrote: > On 30 March 2015 13:03:36 BST, RD Thrush <open...@st.thrush.com> wrote: >> The OP's OpenBSD partition is located above 128G, ie. sector >> start=842752000, which may have led to the complicated work-around. > > I'm pretty certain the artificial 128GB limit was removed a few releases > back - I've installed above that with no issues. Don't know if there's a new, > ludicrously high limit
The FAQ reiterates the 128G limit[1]. I don't have any large drives to verify. However, current source for amd64/i386 installboot shows: x2:usr.sbin/installboot 72>grep -C1 -n BOOTBIOS_MAXSEC /usr/src/usr.sbin/installboot/i386_installboot.c 188- 189: if (start + (blksize / dl->d_secsize) > BOOTBIOS_MAXSEC) 190- warnx("%s extends beyond sector %u. OpenBSD might not boot.", 191: stage1, BOOTBIOS_MAXSEC); 192- [1]<http://www.openbsd.org/faq/faq14.html#LargeDrive>