Changes

From SME Server
Jump to navigationJump to search
311 bytes added ,  00:37, 20 February 2013
Line 117: Line 117:  
== HowTo: Write the GRUB boot sector ==
 
== HowTo: Write the GRUB boot sector ==
    +
{{Warning box|as the dd command is named "data destroyer" you need to be extremely prudent and don't make a mistake on the name of source partition  or destination. In first you should skip the dd command and try directly the second with grub. If the grub can be installed without dd, forget it..}}
 +
 +
# dd
 
  [root@ ~]# '''dd if=/dev/sda1 of=/dev/sdb1'''
 
  [root@ ~]# '''dd if=/dev/sda1 of=/dev/sdb1'''
 
+
# grub
 
  [root@ ~]# '''grub'''
 
  [root@ ~]# '''grub'''
 
   
 
   

Navigation menu