Date: Sun, 12 Jul 2015 21:27:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195174] bsdinstall(8) does not align partitions at 4k (or more) Message-ID: <bug-195174-8-dLZNb26pAt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195174-8@https.bugs.freebsd.org/bugzilla/> References: <bug-195174-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195174 --- Comment #11 from Allan Jude <allanjude@FreeBSD.org> --- I have created a patch to align to 4k for the boot partition (not really necessary) and 1mb for the swap/zfs partitions. I am slightly concerned about aligning MBR to 4k, because of the way the bootloader is stuffed into the partition. Aligning the partitions caused the machine to not boot correctly, however aligning the BSD partition table inside the MBR first, seems to work. The patch is currently awaiting review: https://reviews.freebsd.org/D3062 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195174-8-dLZNb26pAt>