Changes

From SME Server
Jump to navigationJump to search
8 bytes added ,  11:59, 23 June 2013
Line 125: Line 125:     
1. Rename /etc/grub.conf  to /etc/grub.old
 
1. Rename /etc/grub.conf  to /etc/grub.old
 +
 
2. edit /etc/grub.conf       
 
2. edit /etc/grub.conf       
 +
 
3. uncommented the line that starts with #boot=
 
3. uncommented the line that starts with #boot=
 +
 
4. edited the boot= line to read
 
4. edited the boot= line to read
 
       boot=/dev/cciss/c0d0
 
       boot=/dev/cciss/c0d0
 
This line previously read (if i remember correctly) #boot=/dev/md0
 
This line previously read (if i remember correctly) #boot=/dev/md0
 +
 
5. opened /boot/grub/device.map  
 
5. opened /boot/grub/device.map  
 +
 
5a. I don't remember if the (hd0) line was correctly set.  It SHOULD read  
 
5a. I don't remember if the (hd0) line was correctly set.  It SHOULD read  
 
       (hd0)    /dev/cciss/c0d0
 
       (hd0)    /dev/cciss/c0d0
 +
 
6. Ran GRUB with the following parameters:  
 
6. Ran GRUB with the following parameters:  
 
       /sbin/grub --batch --device-map=/boot/grub/device.map --config-file=/boot/grub/grub.conf --no-floppy
 
       /sbin/grub --batch --device-map=/boot/grub/device.map --config-file=/boot/grub/grub.conf --no-floppy
 +
 
7. Ran the following commands in grub
 
7. Ran the following commands in grub
 
   grub> root (hd0,0)
 
   grub> root (hd0,0)
 
   grub> setup (hd0)
 
   grub> setup (hd0)
 
   grub> quit
 
   grub> quit
 +
 
8. Restarted the server
 
8. Restarted the server
  

Navigation menu