Disabling monitor negotiation
During manual operating system installations, Vaisala recommends disabling monitor negotiation to ensure that the server recognizes the monitors.
-
Login as root.
The default password is xxxxxxxx.
-
In the /etc/default/grub file, after the quiet in
GRUB_CMDLINE_LINUXadd:nomodeset - Save your changes.
-
To update the configuration file, run the following script:
cd /boot/grub2/ grub2-mkconfig -o grub.cfg
