Re: 5.6 bootblock install fails w/ auto-generated disklabel

Miod Vallat <[email protected]> Mon, 19 Jan 2015 20:45:39 +0000
Newsgroups gmane.os.openbsd.hppa
Message-ID <[email protected]>
> The whole install process seems to proceed normally until I reach here:
> 
> "
> Saving configuration files...Making all device nodes...done.
> installboot: bootstrap overlaps with partition i
> 
> Failed to install bootblocks.
> You will not be able to boot OpenBSD from sd0.
> "
> 
> sd0 is a 9 GB SCA SCSI drive, pulled from a Sun Netra, with a c slice
> of 8678.5 MB.
> The automatic disklabel used slice a for / and gave it only 155.1 MB,
> so I don't think
> the 2 GB boot cap is even peripherally an issue, here. The i slice is 7.8 MB.

Can you show the output of `disklabel sd0' on this machine, from the
installer? The automatic layout should not have put an `i' slice, let
alone one overlapping the boot reserved area.

Did you clean (dd if=/dev/zero of=/dev/rsd0c count=32) the beginning of
the disk before attempting to install?

> I've tried the install three times now, with two different hard disks,
> with exactly
> the same error.

Was the other disk also borrowed from a Sun machine?

Miod