Saturday, August 3, 2013

Full Disk Encryption on OpenBSD

Just some notes to myself on how to setup full disk encryption on Openbsd. Pretty much http://www.tedunangst.com/flak/post/OpenBSD-softraid-crypto-boot.

1. Boot into install shell

2. fdisk -i sd0

3. disklabel -E sd0
a a (RAID)
w
q

4. bioctl -c C -l /dev/sd0a softraid0

install (use crypto disk, sd2)

No comments:

Post a Comment