Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:manual:reference_installation [2022/04/05 18:38]
i3_relativism [Base system installation]
en:manual:reference_installation [2022/04/05 18:40]
i3_relativism [Bootloader installation and configuration] remove further duplication
Line 536: Line 536:
  
 ==== Bootloader installation and configuration ==== ==== Bootloader installation and configuration ====
-=== GRUB === 
 === GRUB === === GRUB ===
 Finally follow these steps: Finally follow these steps:
Line 545: Line 544:
  
 <code bash> <code bash>
-# grub-install --target=i386-pc --recheck /dev/sda+# grub-install --target=i386-pc --recheck /dev/sdX
 </code> </code>
  
-(Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>)+<note> 
 +Here do NOT append a partition number, i.e. <color #0B71B9/#DDF1FF>/dev/sdaX</color>) 
 +</note>
  
 <code bash> <code bash>
Line 555: Line 556:
  
   * To configure the bootloader, you have to install it and generate the file <color #0B71B9/#DDF1FF>grub.cfg</color>:   * To configure the bootloader, you have to install it and generate the file <color #0B71B9/#DDF1FF>grub.cfg</color>:
- 
-<code bash> 
-# grub-install /dev/sdX 
-</code> 
  
 <note important> <note important>