Monday, April 06, 2020

Re: Failed to install bootblocks. You will not be able to boot OpenBSD

On Sat, Apr 4, 2020 at 1:14 AM Justin Noor <justinnoor.io@gmail.com> wrote:
>
> Hello OpenBSD Community,
>

Hi!


> [SNIP]
> had no data on them, other than the FreeBSD installation sets, I decided
> not to clean the boot code area with 'dd if=/dev/zero of=/dev/rsd0c bs=1
> count=1'.
>
>

That clears one byte. You may have intended this:

dd if=/dev/zero of=/dev/rsd0c bs=1M count=1


--
Aaron Mason - Programmer, open source addict
I've taken my software vows - for beta or for worse

No comments:

Post a Comment