Hello,
I am using CloudLinux for years now and it is great product. We never had problem with cloudlinux unless the current one which is headache since 2 days.
When I convert cpanel centos to cloudlinux, after reboot my server will never reboot. From rescue mode, I removed the cloudlinux kernel my server worked perfectly.
Now here is my gub.conf, I want to boot with cloudlinux kernel, please keep in mind that initrd is missing in kernel and also the *.img file is not available in the /boot
I am using CloudLinux for years now and it is great product. We never had problem with cloudlinux unless the current one which is headache since 2 days.
When I convert cpanel centos to cloudlinux, after reboot my server will never reboot. From rescue mode, I removed the cloudlinux kernel my server worked perfectly.
Now here is my gub.conf, I want to boot with cloudlinux kernel, please keep in mind that initrd is missing in kernel and also the *.img file is not available in the /boot
Code:
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,1) # kernel /vmlinuz-version ro root=/dev/md2 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,1)/grub/splash.xpm.gz hiddenmenu title CloudLinux Server (2.6.32-604.16.2.lve1.3.54.el6.x86_64) root (hd0,1) kernel /vmlinuz-2.6.32-604.16.2.lve1.3.54.el6.x86_64 ro root=UUID=1249db1c-7c02-4b68-b30e-d051806e6080 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys SYSFONT=latarcyrheb-sun16 rd_MD_UUID=08a9343f:bd527607:40916d5b:25a59e89 crashkernel=auto rd_NO_LVM LANG=de_DE.UTF-8 rd_NO_DM rhgb quiet title CentOS (2.6.32-573.1.1.el6.x86_64) root (hd0,1) kernel /vmlinuz-2.6.32-573.1.1.el6.x86_64 ro root=UUID=1249db1c-7c02-4b68-b30e-d051806e6080 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys SYSFONT=latarcyrheb-sun16 rd_MD_UUID=08a9343f:bd527607:40916d5b:25a59e89 crashkernel=auto rd_NO_LVM LANG=de_DE.UTF-8 rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-573.1.1.el6.x86_64.img title CentOS 6 (2.6.32-573.el6.x86_64) root (hd0,1) kernel /vmlinuz-2.6.32-573.el6.x86_64 ro root=UUID=1249db1c-7c02-4b68-b30e-d051806e6080 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys SYSFONT=latarcyrheb-sun16 rd_MD_UUID=08a9343f:bd527607:40916d5b:25a59e89 crashkernel=auto rd_NO_LVM LANG=de_DE.UTF-8 rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-573.el6.x86_64.img
Comment