Table of Contents
NetBSD hdd-boot
Files needed
sandpoint/installation/altboot.img and sandpoint/binary/kernel/netbsd-INSTALL.gz
Time to time there is no sandpoint directory. In this case use google to find some alternative mirrors.
Installation guide
- Flash altboot.img u-boot image as kernel using this guide.
- Setup tftp server to serve netbsd-INSTALL file.
- Reboot.
- Enter altboot interactive mode by interrupting altboot.
- Boot installation kernel using
tftp:netbsd-INSTALL
command. - Install NetBSD to wd0a device.
- Reboot.
- Set
sshd=YES
in /etc/rc.conf to make sshd automatically start at boot-up. /etc/rc.d/sshd start
Installation guide for additional software
export PKG_PATH=“http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/sandpoint/6.0/”
pkg_add -v gettext-lib
pkg_add -v bash