Announcement

Collapse
No announcement yet.

Installing cloud linux on OVH VPS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installing cloud linux on OVH VPS

    ovh vps non-standard kernel

  • #2
    Hi,

    I purchased a cloud linux license and I went for its installation onto an OVH VPS (guide looked fairly easy even for me).
    However I got this error:

    Code:
    root@panel [~]# sh cldeploy -k mylicensehere
    
    Checking for an update to cldeploy
    
    Downloading version.dat (please wait)
    
    cldeploy is already the latest version (1.6) - continuing
    
    rpm: no arguments given for query
    
    3.8.13-xxxx-grs-ipv6-64-vps
    
    Your server has non-standard kernel installed (see above)
    
    To resolve the issue, we can unregister this kernel RPM from RPM database.
    
    Do you want to do that [Y/N]:
    I guess that answering Yes may result in my VPS not able to boot. Does anyone have experience with cloud linux on OVH VPS ?

    Comment


    • #3
      I would like to share my experience with OVH. please change it in grub /etc/grub.conf

      as below:

      default=1
      timeout=5

      title linux centos6_64
      kernel /boot/bzImage-3.10.23-xxxx-std-ipv6-64 root=/dev/sda2 ro
      root (hd0,1)

      title linux CloudLinux
      kernel /boot/vmlinuz-2.6.32-531.11.2.lve1.2.55.el6.x86_64 root=/dev/sda2 ro
      initrd /boot/initramfs-2.6.32-531.11.2.lve1.2.55.el6.x86_64.img
      root (hd0,1)

      Comment

      Working...
      X