Print this page
12094 loader should be configured for serial console

Split Close
Expand all
Collapse all
          --- old/usr/src/boot/sys/boot/forth/loader.conf
          +++ new/usr/src/boot/sys/boot/forth/loader.conf
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51  #loader_delay="3"               # Delay in seconds before loading anything.
  52   52                                  # Default is unset and disabled (no delay).
  53   53  autoboot_delay="10"             # Delay in seconds before autobooting,
  54   54                                  # set to -1 if you don't want user to be
  55   55                                  # allowed to interrupt autoboot process and
  56   56                                  # escape to the loader prompt, set to
  57   57                                  # "NO" to disable autobooting
  58   58  beastie_disable="NO"            # Turn the beastie boot menu on and off
  59   59  loader_logo="illumos"           # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
  60   60  #loader_brand="illumos"         # brand name
  61      -#console="text"                 # A comma separated list of console(s)
       61 +console="text,ttya,ttyb,ttyc,ttyd"      # A comma separated list of console(s)
  62   62  #currdev="disk1s1a"             # Set the current device
  63   63  module_path="/platform/i86pc/${ISADIR}/"        # Set the module search path
  64   64  #prompt="\\${interpret}"        # Set the command prompt
  65   65  #root_disk_unit="0"             # Force the root disk unit number
  66   66  #rootdev="disk1s1a"             # Set the root filesystem
  67   67  #tftp.blksize="1428"            # Set the RFC 2348 TFTP block size.
  68   68                                  # If the TFTP server does not support RFC 2348,
  69   69                                  # the block size is set to 512.  If the value
  70   70                                  # is out of range ( < 8 || > 9008 ) an error is
  71   71                                  # returned.
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX