Naithen_tampa

Registered
Oct 5, 2015
3
0
1
Toronto
cPanel Access Level
Root Administrator
Hi Guys

I have soyoustart (OVH) server , in this server I have one VPS on Raid 1 storage setup.

I have Cloudlinux license and I want to convert my VPS server to cloudlinux.

The /etc/grub.conf file does show that a CloudLinux Kernel should be loading:

2.6.32-531.29.2.lve1.3.11.1.el6.x86_64

but we reboot and nothing happens
uname -r
2.6.32-504.3.3.el6.x86_64

Then I contacted OVH and they said the following:

Yes you should be able to do this via rescue mode.

Anybody Please help me how can do this ?

Thanks
 

Naithen_tampa

Registered
Oct 5, 2015
3
0
1
Toronto
cPanel Access Level
Root Administrator
Yes the CL kernal in the top

Code:
# grub.conf

#

# Note that you do not have to rerun grub after making changes to this file

# NOTICE:  You do not have a /boot partition.  This means that

#          all kernel and initrd paths are relative to /, eg.

#          root (hd0,0)

#          kernel /boot/vmlinuz-version ro root=/dev/vda1

#          initrd /boot/initrd-[generic-]version.img

#boot=/dev/vda

default=0

timeout=5

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

hiddenmenu

title CloudLinux Server (2.6.32-531.29.2.lve1.3.11.1.el6.x86_64)

root (hd0,0)

kernel /boot/vmlinuz-2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 ro root=/dev/vda1 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet nohz=off

initrd /boot/initramfs-2.6.32-531.29.2.lve1.3.11.1.el6.x86_64.img

title CloudLinux Server (2.6.32-531.23.3.lve1.3.6.el6.x86_64)

root (hd0,0)

kernel /boot/vmlinuz-2.6.32-531.23.3.lve1.3.6.el6.x86_64 ro root=/dev/vda1 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet nohz=off

initrd /boot/initramfs-2.6.32-531.23.3.lve1.3.6.el6.x86_64.img

title CloudLinux Server (2.6.32-531.23.3.lve1.2.66.el6.x86_64)

root (hd0,0)

kernel /boot/vmlinuz-2.6.32-531.23.3.lve1.2.66.el6.x86_64 ro root=/dev/vda1 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet nohz=off

initrd /boot/initramfs-2.6.32-531.23.3.lve1.2.66.el6.x86_64.img
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Is the URL from my previous response helpful?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Then I contacted OVH and they said the following:

Yes you should be able to do this via rescue mode.
You may want to consult with OVH again and have them provide additional instructions on how to configure a custom Kernel.

Thank you.