Subject: Re: HowTo move NetBSD 2.0.2 from larger to smaller HardDisk?
To: None <netbsd-help@NetBSD.org>
From: Rui Paulo <rpaulo@NetBSD.org>
List: netbsd-help
Date: 07/19/2005 02:41:22
On 2005.07.18 20:39:07 +0000, James K. Lowden wrote:
| > 4) How can I install "NetBSD boot loader" for start system from new 1.2
| > GB HDD?
|
| That would be disklabel -B, I believe.
I think installboot steps are required too:
cp /usr/mdec/boot /boot
installboot -v /dev/rwd0a /usr/mdec/bootxx_ffsv1
(or whatever disk/filesystem combination available).
See installboot(8).
-- Rui Paulo