Re: landisk (Plextor) installation revisited

Izumi Tsutsui <[email protected]> Tue, 3 Mar 2009 19:22:07 +0900
Newsgroups gmane.os.netbsd.ports.sh3
Message-ID <[email protected]>
> As per my previous post, I ran installboot from an amd64 system with a 
> directory with the entirety of NetBSD/landisk in /usr/dest-landisk/ by 
> running:
> 
> installboot -m landisk -v /dev/rsd0a /usr/dest-landisk/usr/mdec/bootxx_ffsv1
> 
> It seems that landisk requires a stage two booter, so I updated this to:
> 
> installboot -m landisk -v /dev/rsd0a /usr/dest-landisk/usr/mdec/bootxx_ffsv1 /boot

The secondary boot arg is required only for bootloaders which don't
recognize file system format and require block numbers of the secondary
boot in the target file system. In landisk case, bootxx_ffsv1 recognizes
FFSv1 as its name so it doesn't require "/boot" arg.

"Can't open" could be caused by various reason (MBR, disklabel,
firmware limitation etc) other than "file not found" so
it would help to check labels and data in the first sector etc.
---
Izumi Tsutsui