Wednesday, February 27, 2013

Centos 5 can't boot

Im using Super Micro server, Centos 5.x, and server can't boot successfully after you run yum update. Remember edit grub.conf before reboot server, or you need go to grub menu at boot time, add these parameters to:
rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM crashkernel=auto rhgb




/boot/grub/grub.conf

title CentOS (2.6.18-164.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM crashkernel=auto rhgb
        initrd /initrd-2.6.18-164.el5.img

No comments: