If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hello
I have been installed the Cloud Linux 7.8 on my server, but Cloud Linux live manager has some problem with kernel
I already reboot the server for a few times but still has the same issue
Reboot your system to update the kernel.
If this message is displayed after reboot, please contact support
Please advise us what we need to do to solve it
> Hello
> I have been installed the Cloud Linux 7.8 on my server, but Cloud Linux live manager has some problem with kernel
> I already reboot the server for a few times but still has the same issue
> Reboot your system to update the kernel.
> If this message is displayed after reboot, please contact support
> Please advise us what we need to do to solve it
Hello Frank,
In this case, you need to check if the Cloud Linux kernel is installed:
Code:
rpm -qa| grep kernel| sort
To distinguish from others - lve will appear in the package name, for example: kernel-3.10.0-962.3.2.lve1.5.28.el7.x86_64
If the kernel is installed, you need to configure grub (/etc/grub2.conf) so that the Cloud Linux kernel appears first in the list. And it will be used by default after server reboot:
Code:
# grubby --default-kernel
If you have any other questions, feel free to ask here. Thank you for contacting us.
Comment