Hi,

I have added the fdisk(8) flags required for full disk encryption setups on
UEFI hosts to www/faq/faq14.html

Thanks!

Index: faq14.html
===================================================================
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.340
diff -u -p -r1.340 faq14.html
--- faq14.html  9 Feb 2017 17:22:19 -0000       1.340
+++ faq14.html  15 Feb 2017 23:42:53 -0000
@@ -817,6 +817,9 @@ adversary to deduce how much space is ac
 Next, we'll initialize the disk with
 <a href="http://man.openbsd.org/fdisk";>fdisk(8)</a> and create the softraid
 partition with <a href="http://man.openbsd.org/disklabel";>disklabel(8)</a>.
+If you use GPT for UEFI booting, the <a href="http://man.openbsd.org/fdisk
">fdisk(8)</a>
+flags below must be changed to <b>-b 960 -giy</b> (this will also change
the first slice
+offset to 1024 in <a href="http://man.openbsd.org/disklabel
">disklabel(8)</a>).

 <blockquote><pre>
 # <b>fdisk -iy sd0</b>

Reply via email to