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
Previous revision
Last revision Both sides next revision
pt:manual:installation [2022/03/08 03:00]
i3_relativism ↷ Links adapted because of a move operation
pt:manual:installation [2023/02/22 22:48]
i3_relativism ↷ Links adapted because of a move operation
Line 3: Line 3:
 ====== The Installation Guide ====== ====== The Installation Guide ======
  
-The Installation Guide for Hyperbola live-CD image (launchable from USB thumb-drive, too) is intended to assist experienced GNU/Linux users in installing **Hyperbola** from the live system booted with the official installation image. This page assumes a **high-level of experience** with GNU/Linux systems and utilities, especially the command line. If you'd like a more detailed, step-by-step guide through the installation process, see the [[en:guide:Beginners|Beginners guide]]. Before beginning, we recommend you view our [[en:project:faq]], the [[https://wiki.archlinux.org/index.php/Frequently_asked_questions|Arch FAQ]] , and employ the <color #620BB9/#EEDDFF>man ''command''</color> to read the man page of any command they are not familiar with. The Hyperbola wiki (known as **HyperWiki**), as well as the **ArchWiki**, should be the primary source of information and your first resource during trouble-shooting. +The Installation Guide for Hyperbola live-CD image (launchable from USB thumb-drive, too) is intended to assist experienced GNU/Linux users in installing **Hyperbola** from the live system booted with the official installation image. This page assumes a **high-level of experience** with GNU/Linux systems and utilities, especially the command line. If you'd like a more detailed, step-by-step guide through the installation process, see the [[en:manual:beginner_installation|Beginners guide]]. Before beginning, we recommend you view our [[en:project:faq]], the [[https://wiki.archlinux.org/index.php/Frequently_asked_questions|Arch FAQ]] , and employ the <color #620BB9/#EEDDFF>man ''command''</color> to read the man page of any command they are not familiar with. The Hyperbola wiki (known as **HyperWiki**), as well as the **ArchWiki**, should be the primary source of information and your first resource during trouble-shooting. 
  
 ===== Download ===== ===== Download =====
Line 341: Line 341:
  
 <note important> <note important>
-Keep in mind these steps will fail if your system is not set to the correct time, or if you are not connected to the internet. See [[en:guide:installation#connect_to_the_internet|above]] for internet setup instructions.+Keep in mind these steps will fail if your system is not set to the correct time, or if you are not connected to the internet. See [[en:manual:reference_installation#connect_to_the_internet|above]] for internet setup instructions.
 </note> </note>
  
Line 457: Line 457:
 </code> </code>
  
-  * Install GRUB after chrooting (refer to the [[en:guide:Installation#Configure the system]] section).+  * Install GRUB after chrooting (refer to the [[en:manual:reference_installation#Configure the system]] section).
  
 See [[https://wiki.parabola.nu/GRUB2|GRUB]] for further details. See [[https://wiki.parabola.nu/GRUB2|GRUB]] for further details.
Line 503: Line 503:
 </code> </code>
  
-  * Set [[en:guide:beginners#locale|locale]] preferences in <color #0B71B9/#DDF1FF>/etc/locale.conf</color>+  * Set [[en:manual:beginner_installation#locale|locale]] preferences in <color #0B71B9/#DDF1FF>/etc/locale.conf</color>
   * Add console keymap and font preferences in <color #0B71B9/#DDF1FF>/etc/conf.d/keymaps</color>   * Add console keymap and font preferences in <color #0B71B9/#DDF1FF>/etc/conf.d/keymaps</color>
   * Uncomment the selected locale in <color #0B71B9/#DDF1FF>/etc/locale.gen</color> and generate it with <color #620BB9/#EEDDFF>locale-gen</color>   * Uncomment the selected locale in <color #0B71B9/#DDF1FF>/etc/locale.gen</color> and generate it with <color #620BB9/#EEDDFF>locale-gen</color>
Line 532: Line 532:
  
 <note important> <note important>
-If you want to [[en:guide:encrypted_installation|install GRUB on a Libreboot system]], keep in mind your system **does not use UEFI or Legacy BIOS**, but instead loads GRUB as its only payload. So you we will run this command instead:+If you want to [[en:manual:fde_installation|install GRUB on a Libreboot system]], keep in mind your system **does not use UEFI or Legacy BIOS**, but instead loads GRUB as its only payload. So you we will run this command instead:
  
 <code bash> <code bash>
Line 546: Line 546:
  
 <note tip> <note tip>
-If you are following the [[en:guide:encrypted_installation|libreboot encrypted installation]] instructions, be sure to save a copy of grub.cfg on a thumbdrive in case the one flashed to libreboot is incorrect. You can use the grub shell to boot from the extra copy.+If you are following the [[en:manual:fde_installation|libreboot encrypted installation]] instructions, be sure to save a copy of grub.cfg on a thumbdrive in case the one flashed to libreboot is incorrect. You can use the grub shell to boot from the extra copy.
 </note> </note>