Install NetBSD from USB Flash Device

This will attempt to describe how to do a NetBSD/i386 installation from a USB flash drive.

Preparation

  1. create a NetBSD (fdisk) partition large enough for the INSTALL kernel and the sets
  2. set that partition "active"
  3. install mbr(8) with fdisk
  4. disklabel this partition
  5. newfs that partition
  6. installboot the proper bootxx_* code, and copy boot(8) onto the new file system
  7. copy the INSTALL kernel onto the drive, name it /netbsd if you want it to automatically boot
  8. copy the sets onto the drive, remember where you put them
  9. umount, sync, and pull the drive out

Installation

  1. tell the BIOS to boot from USB
  2. running sysinst, tell it to pull the sets off an unmounted fs, and specify the proper path to them
  3. complete sysinst
  4. reboot

jakllsch's wiki: NetBSD/Install NetBSD from USB Flash Device (last edited 2009-07-01 22:22:58 by JonathanKollasch)