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/gnulinux/grub_boot_installer.html | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs/gnulinux') diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 4c26432e..816008e5 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -43,6 +43,11 @@

Prepare the USB drive (in GNU/Linux)

+

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

+

Connect the USB drive. Check dmesg:
$ dmesg
@@ -71,7 +76,41 @@

Back to top of page.

+ +

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 GNU/Linux USB drive: +

+ +

+ Connect the USB drive. Check dmesg:
+ $ dmesg | tail
+ + Check to confirm which drive it is, for example, if you think its sd3:
+ $ disklabel sd3 +

+ +

+ Check that it wasn't automatically mounted. If it was, unmount it. For example:
+ $ doas umount /dev/sd3i
+

+ +

+ dmesg told you what device it is. Overwrite the drive, writing the OpenBSD installer to it with dd. For example:
+ $ doas dd if=gnulinux.iso of=/dev/rsdXc bs=1M; 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. +

+
-- cgit v1.2.3-70-g09d2