Boot Release

From NST Wiki
Revision as of 10:45, 9 February 2015 by Paul Blankenbaker (talk | contribs)
Jump to navigationJump to search

It is recommended that you burn and boot from any ISO images PRIOR to uploading them to SourceForge. If you've followed all of the steps in the release guide, they should work flawlessly.

Full NST Live Distribution

  • Verify that the NST Live distribution boots cleanly.
  • Verify that you can log in.
  • Verify that you can access the system using ssh and https after running the nstpasswd command to set the system passwords.
  • Verify that you can install the distribution to hard disk.
  • Verify that you can boot off the hard disk installation.
  • Reboot the hard disk system.
  • Verify that you can access the system using ssh and https after running the nstpasswd command to set the system passwords.


Probe Check

After booting the full NST Live distribution, do to your development machine and run: make probe-check HOST=IP against the newly booted NST probe. Review the resulting log file to verify that the test results look reasonable.

NOTE: Make sure you install your ssh keys (run ssh-auth-keys --hosts IP --users root) before running the make command.

[root@quesadilla nst]# make probe-check HOST=192.168.0.9

... Lot's of output as various checks and tests are made ..


[root@quesadilla nst]# less -R probe-check.log

... Review results of the probe-check output ...

[root@quesadilla nst]#