Subject: Re: cannot boot netbsd, manual install from solaris
To: Ben Collver <collver@peak.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 03/09/2005 08:30:28
On Tue, Mar 08, 2005 at 08:03:52PM -0800, Ben Collver wrote:
> Tonight, I booted off the install CD.  Sysinst installs to /, so I had
> to change / to /solaris, then /netbsd to /.  I also changed /solaris to
> not mount.  Still, sysinst tried to fsck /solaris, failed, and dumped me
> back to the beginning.  I had to change the partition type of /solaris to
> unknown, and I was able to proceed with a sysinst-based install.

Did you have the NetBSD partition prepared from Solaris, and then tell sysinst
to accept existing partitions? I would expect that to leave the disklabel
alone (at the solaris version). If it does insist on putting a NetBSD
label on the disk, that is a sysinst bug.

Also when you select mount points for partitions, you should have no mount
dir at all for the solaris part, and maybe add that later manually to
/etc/fstab (maybe not untill we figure why that causes a kernel panic ;-} )
If this does not avoid the fsck on the solaris partition, or if sysinst does
not let you avoid that mount point, that is another bug.

Please file an install PR for all this bugs. And a documentation PR with
your notes so we can update the install docs.

Martin