[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:slackware_admin:set_up_grub_as_boot_loader_on_uefi_based_hardware [2019/02/06 14:14 (UTC)] – [Install Grub2-efi] slackwarespanoles:howtos:slackware_admin:set_up_grub_as_boot_loader_on_uefi_based_hardware [2019/02/06 14:20 (UTC)] (actual) slackwarespanol
Línea 1: Línea 1:
-<note warning>En proceso de traducción. Victor</note> 
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Configure Grub como gestor de arranque en el hardware UEFI ====== ====== Configure Grub como gestor de arranque en el hardware UEFI ======
Línea 55: Línea 54:
 En este punto, es recomendable que compruebe que es posible arrancar desde la memoria USB con grubx64.efi. Si el sistema UEFI no lo ve, cópielo en /EFI/BOOT/bootx64.efi En este punto, es recomendable que compruebe que es posible arrancar desde la memoria USB con grubx64.efi. Si el sistema UEFI no lo ve, cópielo en /EFI/BOOT/bootx64.efi
  
-==== Installation of grubx64.efi to the hard drive ====+==== Instalación de grubx64.efi en el disco duro ====
  
-The EFI partition on the hard drive should be mountedThe partition will have a structure like this:+La partición EFI en el disco duro debe estar montadaLa partición tendrá una estructura como esta:
  
 /EFI/Boot/bootx64.efi /EFI/Boot/bootx64.efi
  
-There may be a folder /EFI/Microsoft/Boot and the efi file booting windows may be bootmgr.efi+Puede haber una carpeta / EFI / Microsoft / Boot y las ventanas de arranque del archivo efi pueden ser bootmgr.efi
  
-The safest way of proceeding at this stage is to create a new folderfor example /EFI/Linux/ and place grubx64.EFI in there.+La forma más segura de proceder en esta etapa es crear una nueva carpetapor ejemplo / EFI / Linux / y colocar grubx64.EFI allí.
  
-At this point it may be worth testing if the UEFI system is able to see the new Linux boot option or notusually by pressing F8 on booting the computerIf it does then it should be straightforward to set this as a default optionIt is also likely that it is not seenIf that is the case the choice it to either replace the working .efi (for example /EFI/Boot/bootx64.efi or /EFI/Microsoft/Bootbootmgr.efi) or to modify the UEFI boot menuReplacing the existing file is likely to make it impossible to boot into Windows. If the intention is to set up a dual boot system then the UEFI boot menu has to be modified.+En este punto, puede valer la pena probar si el sistema UEFI puede ver la nueva opción de inicio de Linux o nogeneralmente presionando F8 en el inicio de la computadoraSi lo hace, entonces debería ser sencillo establecer esto como una opción predeterminadaTambién es probable que no se veaSi ese es el caso, puede elegir reemplazar el .efi en funcionamiento (por ejemplo, /EFI/Boot/bootx64.efi /EFI/Microsoft/Bootbootmgr.efi) o modificar el menú de inicio de UEFI. Es probable que reemplazar el archivo existente haga que sea imposible iniciar Windows. Si la intención es configurar un sistema de arranque dual, entonces el menú de arranque UEFI tiene que ser modificado.
  
 +=== Modificando el menú de arranque de UEFI ===
  
-=== Modifying the UEFI boot menu === 
  
  
 +Descargue efibootmger desde [[http://linux.dell.com/efibootmgr/]]
  
-Download efibootmger from [[http://linux.dell.com/efibootmgr/]]+descomprímelo, cámbiate a la carpeta y ejecuta make
  
-untar it, change into the folder and run make+Copie src / efibootmgr / efibootmgr en / usr / sbin y colóquelo en la raíz.
  
-Copy src/efibootmgr/efibootmgr into /usr/sbin and chown it to root. +Monte la partición efi del disco duro en / boot / efi
- +
-Mount the efi partition of the hard drive to /boot/efi+
 <code> <code>
 # mount /dev/sdXy -t vfat /boot/efi  # mount /dev/sdXy -t vfat /boot/efi 
Línea 87: Línea 85:
 </code> </code>
  
-On next reboot Linux with Grub comes up as an option on the boot menu.+En el próximo reinicio, Linux con Grub aparece como una opción en el menú de arranque.
 ====== Sources ====== ====== Sources ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 <!-- * Original source: [[http://some.website.org/some/page.html]] --> <!-- * Original source: [[http://some.website.org/some/page.html]] -->
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-Originally written by [[wiki:user:arubin | arubin]]+  Escrito originalmente por [[wiki:user:arubin | arubin]] 
 +  * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/06 14:18 (UTC)
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
 es:howtos:slackware_admin:set_up_grub_as_boot_loader_on_uefi_based_hardware ()