On 2016-05-08, DWL <ld...@yahoo.com> wrote:
> I'm attempting to follow the instructions on this page:
>
> http://www.openbsd.org/faq/faq4.html#InstProb
>
> where this section appears:
>
> Bootable flash drive
>
> Make a bootable flash drive. On that drive create an /etc/boot.conf file with 
> the contents:
>
>        boot hd0a:/bsd
>
>
> How does one do this?

Either:

The easiest way is to run the installer and do an installation to the
flash drive (you can skip most of the sets), then at the shell when it's
finished you can 'echo boot hd0a:/bsd > /mnt/etc/boot.conf'.

Or:

Take a flash drive on which you've dd'd installXX.fs to a system running
OpenBSD and mount it ("mount /dev/sdXa /mnt"), then do the "echo" as
above, then "umount /mnt".

Reply via email to