At times where the connected Monitor or Graphics card are unable to support certain resolution, either the wordings is too small to read or overly large making some info or buttons unable to be seen.
A simple fix is to "edit" the grub boot file and this can be done on-the-fly easily.
1. During the boot-up, select the appropriate install option and Press [E] to edit the boot-up configuration.
2. Append the "nomodeset" word at the end of the following line.
for Proxmox :-
linux /boot/linux26 ro randisk_size=16777216 rw quiet splash=silent proxtui vga=788 nomodeset
|
for Ubuntu :-
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
|
3. Proceed to save and exit the configuration file, Press [CTRL] + [X].
If you want the changes to be permanent after installation completed, you will need to modify "GRUB" file with the same option.
4. Edit the "GRUB" configuration file.
sudo nano /etc/default/grub |
5. Append the "nomodeset" as per above steps.
6. Update the "GRUB" configuration.
sudo update-grub |
7. Finally reboot the server for the new configurations to take effects.
!!! HAPPY COMPUTING !!!