lvmetad is not active yet
Open Grub config file :
sudo nano /etc/default/grub
|
Change :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
|
Add this line :
GRUB_TERMINAL_INPUT="console serial"
|
Update changes to Grub config file :
sudo update-grub
|
Reboot server :
sudo reboot
|
0 comments :
Post a Comment
Comment: