Disabling monitor negotiation

During manual operating system installations, Vaisala recommends disabling monitor negotiation to ensure that the server recognizes the monitors.

  1. Login as root.

    The default password is xxxxxxxx.

  2. In the /etc/default/grub file, after the quiet in GRUB_CMDLINE_LINUX add:
    nomodeset
  3. Save your changes.
  4. To update the configuration file, run the following script:
    cd /boot/grub2/
    grub2-mkconfig -o grub.cfg