Cloudlinux, GRUB 0.97, software RAID, não inicializa automaticamente

1

Meu servidor está executando o Cloudlinux como tem um espelho RAID de software (/ dev / md2 feito de / dev / sda e / dev / sdb) montado em /

Ele está funcionando bem, mas depois de simular uma falha de invasão e reconstruir o espelho, ele não será reinicializado sozinho. Em vez disso, se me despeja no grub > prompt.

Ele será inicializado bem se eu fizer isso:

grub> root (hd0,1)
grub> kernel /boot/vmlinuz-2.6.32-531.29.2.lve1.3.11.10.el6.x86_64 root=/dev/md2
grub> initrd /boot/initramfs-2.6.32-531.29.2.lve1.3.11.10.el6.x86_64.img
grub> boot

Mas não importa o que eu tente, não consigo inicializá-lo automaticamente. É como se não estivesse vendo o /boot/grub/grub.conf (que é linkado com o menu.lst) /boot/grub/grub.conf se parece com isto:

default=0
timeout=2

title CloudLinux Server (2.6.32-531.29.2.lve1.3.11.10.el6.x86_64)
   root (hd0,1)
   kernel /boot/vmlinuz-2.6.32-531.29.2.lve1.3.11.10.el6.x86_64 root=/dev/md2 LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us  ro nohz=off
   initrd /boot/initramfs-2.6.32-531.29.2.lve1.3.11.10.el6.x86_64.img

Eu reinstalei o grub em ambas as unidades com o grub-install, também fiz o seguinte:

grub> find /boot/grub/stage1
 (hd0,1)
 (hd1,1)
grub> device (hd0) /dev/sda
device (hd0) /dev/sda
grub> root (hd0,1)
root (hd0,1)
 Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal)
 Running "embed /boot/grub/e2fs_stage1_5 (hd0,1)"... failed (this is not fatal)
 Running "install /boot/grub/stage1 (hd0) /boot/grub/stage2 p /boot/grub/grub.conf "... succeeded
Done.
grub> device (hd1) /dev/sdb
device (hd1) /dev/sdb
grub> root (hd1,1)
root (hd1,1)
 Filesystem type is ext2fs, partition type 0x83
grub> setup (hd1)
setup (hd1)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd1)"... failed (this is not fatal)
 Running "embed /boot/grub/e2fs_stage1_5 (hd1,1)"... failed (this is not fatal)
 Running "install /boot/grub/stage1 (hd1) /boot/grub/stage2 p /boot/grub/grub.conf "... succeeded
Done.

Alguma idéia?

    
por rmm 12.11.2015 / 02:56

0 respostas