Skip to content

Instantly share code, notes, and snippets.

@takei-shg
Last active December 17, 2015 06:09
Show Gist options
  • Save takei-shg/5563644 to your computer and use it in GitHub Desktop.
Save takei-shg/5563644 to your computer and use it in GitHub Desktop.
Install NetBSD 6.0.1 on VirtualBox

You need

  • 2GB disk space
  • installed VirtualBox

Install

  1. Download iso image. (ftp://iso.jp.netbsd.org/pub/NetBSD/iso/6.0.1/NetBSD-6.0.1-i386.iso)

  2. Create New Virtual Machine from VirtualBox
    (Type=BSD, Version=NetBSD)
    (FileSize=2.0G)
    (VDI)

  3. Start the Created Virtual Machine.

  4. Select the downloaded iso image for start-up disk

  5. Select 1 install NetBSD

  6. Follow this [NetBSDのインストール - nyanobsdの日記] (http://d.hatena.ne.jp/nyanobsd/20080527/1211944501)

  7. Reboot the Virtual Machine

  8. Select 4 - Drop to boot prompt

  9. type ?. You can see the command list.

  10. type, > boot hd0a:netbsd

  11. login with root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment