Port-sh3 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: landisk (Plextor) installation revisited



> 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


Home | Main Index | Thread Index | Old Index