From 3cc744cf43e8aa1a20a96e53a99616c9bde41d4e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 13 Oct 2016 02:58:33 +0100 Subject: show how to create a bootable GNU/Linux USB drive from OpenBSD, and vice versa --- docs/bsd/openbsd.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) (limited to 'docs/bsd') diff --git a/docs/bsd/openbsd.html b/docs/bsd/openbsd.html index dcf8be4d..8618bd18 100644 --- a/docs/bsd/openbsd.html +++ b/docs/bsd/openbsd.html @@ -48,8 +48,19 @@
- -

Prepare the USB drive (in OpenBSD)

+ +

+ install60.fs is the installation image for OpenBSD 6.0. Adapt + the filename accordingly, for a different OpenBSD version or + LibertyBSD. +

+ +

Prepare the USB drive (in LibertyBSD or OpenBSD)

+ +

+ If you downloaded your ISO on a LibertyBSD or OpenBSD system, + here is how to create the bootable LibertyBSD/OpenBSD USB drive: +

Connect the USB drive. Check dmesg:
@@ -76,10 +87,47 @@

Back to top of page. +

+ +

Prepare the USB drive (in GNU/Linux)

+ +

+ If you downloaded your ISO on a GNU/Linux system, + here is how to create the bootable OpenBSD USB drive: +

+ +

+ Connect the USB drive. Check dmesg:
+ $ dmesg
+ + Check lsblk to confirm which drive it is:
+ $ lsblk +

+ +

+ Check that it wasn't automatically mounted. If it was, unmount it. For example:
+ $ sudo umount /dev/sdX*
+ # umount /dev/sdX* +

+ +

+ dmesg told you what device it is. Overwrite the drive, writing your distro ISO to it with dd. For example:
+ $ sudo dd if=install60.fs of=/dev/sdX bs=8M; sync
+ # dd if=install60.fs of=/dev/sdX bs=8M; sync

+

+ You should now be able to boot the installer from your USB drive. Continue reading, for + information about how to do that. +

+ +

+ Back to top of page. +

+
+

Installing OpenBSD without full disk encryption

-- cgit v1.2.3-70-g09d2