Changes

From SME Server
Jump to navigationJump to search
706 bytes added ,  11:05, 9 November 2013
Line 35: Line 35:     
grub must be installed on all other drives to give the capacity to operate the system. To reach the boot menu of the bios, will depend on your hardware ... F12 under dell, Acer Esc, F11 from msi .... my sme is with Raid1 so I have two drives, you will need to adapt my example to your the number of disks.
 
grub must be installed on all other drives to give the capacity to operate the system. To reach the boot menu of the bios, will depend on your hardware ... F12 under dell, Acer Esc, F11 from msi .... my sme is with Raid1 so I have two drives, you will need to adapt my example to your the number of disks.
 +
 +
==Fix the GRUB with the official SME Server CDROM ==
 +
I presume that your SME Server is on a RAID1 of two disks (sda, sdb), otherwise you will have to adapt this HOWTO.
 +
 +
* start the system with your official SME Server CDROM
 +
* give at prompt : '''linux rescue'''
 +
* set your language and your keyboard
 +
* set to '''no''' the start of network interfaces
 +
* set to '''continue''' the question about how the system is mounted in /mnt/sysimage
 +
* set to '''ok'''
 +
* give at prompt :
 +
chroot /mnt/sysimage
 +
su -
 +
 +
* then you can perform
 +
grub-install /dev/sda
 +
grub-install /dev/sdb
 +
 +
do it for each disk you have on your server
 +
 +
* to exit
 +
exit
 +
exit
 +
halt
 +
 +
then you can test if the grub is present on your drives.
 +
    
==Fix the GRUB with the systemrescuecd ==
 
==Fix the GRUB with the systemrescuecd ==

Navigation menu