Difference between revisions of "Bright:Install Brub Bootloader"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Intro == By default, a node-installer boots from the software image on the head node via the network. Optionally, the node-installer installs a boot record on the local d...")
(No difference)

Revision as of 11:28, 1 December 2015

Intro

By default, a node-installer boots from the software image on the head node via the network.


Optionally, the node-installer installs a boot record on the local drive if the installbootrecord property of the node configuration or node category is set to on, so that the next boot can be from the local drive.

NOTE; If set to PXE boot off network first on the compute hardware then this is pointless!

Setup

# The cmsh equivalents are commands like:
cmsh -c "device use node001; set installbootrecord yes; commit" 

# or
cmsh -c "category use default; set installbootrecord yes; commit"