Symptoms
When installing CloudLinux, you encounter the following error:
CONFIG_TEXT: WARNING! Your /etc/fstab configuration is not explicit about device mounting on boot/efi.
This is not a CL software issue but this potentially can cause problems with booting the CL kernel.
It is strongly recommended to contact your hosting provider before proceeding.
For details please read this article: https://cloudlinux.zendesk.com/hc/en-us/articles/360021620699
If you're certain that your configuration is correct, please run this script again, adding this flag: --skip-boot-check
Cause
The error occurs when the disk mounted on /boot/efi is identified by UUID or LABEL. To install CloudLinux, the disk needs to be identified by the device path (i.e., /dev/nvme0n1p1).
Resolution
- Log in to the server via SSH or WHM's Terminal as the
rootuser - Open
/etc/fstabin your preferred text editor -
Replace the
UUIDorLABELidentifier for the/boot/efimount point with the device path:CONFIG_TEXT: /dev/nvme0n1p1 /boot/efi vfat defaults 0 1
- Save the changes and exit the text editor
-
Unmount the previous
/boot/efimount:# umount /boot/efi
-
Mount the new
/boot/efimount:# mount -a
- Proceed with the CloudLinux installation
Additional Resources
CloudLinux 7/8 kernel unable to boot on UEFI enabled soft raid 1 server.
Comments
0 comments
Article is closed for comments.