[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
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/14 01:55 (UTC)] – [Poner en orden] antares_alfes:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/15 14:28 (UTC)] – [Non-bootloader tools] antares_alf
Línea 227: Línea 227:
 scan_driver_dirs EFI/tools scan_driver_dirs EFI/tools
 </code> </code>
-===== Booting EFI binaries =====+===== Arrancando los binarios de EFI =====
  
-Let us say we have the following directory tree on the EFI partition:+Digamos que tenemos el siguiente árbol de directorios en la partición EFI:
  
 <code> <code>
Línea 250: Línea 250:
        |_ refind_x64.efi        |_ refind_x64.efi
 </code> </code>
 +Deberíamos agregar entradas personalizadas para cada uno de los binarios EFI que queremos que aparezcan en el menú de refind.
  
-We should add custom entries for each of the EFI binaries we want to appear in the refind menu. 
  
--> Entry for Windows:+-> Entrada para Windows: 
 <code> <code>
 menuentry Windows { menuentry Windows {
Línea 260: Línea 261:
 } }
 </code> </code>
 +
 +Tenga en cuenta que podemos elegir cualquiera de los iconos del directorio EFI/refind/icons/. Más adelante describimos el uso de iconos personalizados.
 Note that we can choose any of the icons from the EFI/refind/icons/ directory. Later we describe the use of custom made icons. Note that we can choose any of the icons from the EFI/refind/icons/ directory. Later we describe the use of custom made icons.
  
--> Entry for Slackware:+-> Entrada para Slackware: 
 <code> <code>
 menuentry Slackware { menuentry Slackware {
Línea 270: Línea 274:
 </code> </code>
  
--> Entry for Ubuntu:+-> Entrada para Ubuntu: 
 <code> <code>
 menuentry Ubuntu { menuentry Ubuntu {
Línea 278: Línea 283:
 } }
 </code> </code>
-Had to put the volume there as GRUB will have to access that volume for its configuration file.+ 
 +Tuvo que colocar el volumen allí ya que GRUB tendrá que acceder a ese volumen para su archivo de configuración.
  
 === Apple Mac === === Apple Mac ===
-For a Mac, refind will automatically detect the EFI binaryIt is most probably named "boot.efi", so just make sure boot.efi is not in the list of files not to scan forYou might also need to place an hfs driver in the EFI/tools directory:+ 
 +Para un Mac, refind detectara automáticamente el binario de EFI. Lo más probable es que se llame "boot.efi", así que asegúrese de que boot.efi no esté en la lista de archivos para no buscarEs posible que también deba colocar un controlador hfs en el directorio EFI/tools: 
 <code> <code>
 # cp /usr/share/refind-${VERSION}/refind/drivers_x64/hfs_x64.efi /boot/efi/EFI/tools/ # cp /usr/share/refind-${VERSION}/refind/drivers_x64/hfs_x64.efi /boot/efi/EFI/tools/
Línea 416: Línea 424:
 Concerning the last option, any substring that corresponds to the loader's title or volume will work. But we have to be careful when having similar entry titles like our two Slackware's above. Concerning the last option, any substring that corresponds to the loader's title or volume will work. But we have to be careful when having similar entry titles like our two Slackware's above.
  
-===== Non-bootloader tools =====+===== Herramientas Non-bootloader ===== 
 + 
 +En el menú refind, bajo los íconos para la selección de cargadores de arranque y kernels, hay un conjunto de íconos para herramientas/opciones útiles, por ejemplo, EFI shell, memtest, programa de particionamiento, a cerca de, apagado, reinicio. Podemos elegir las opciones que serán visibles en el menú usando el comando ** showtools **:
  
-In the refind menu, below the icons for bootloaders and kernels selection, there is a set of icons for useful tools/options, e.g. EFI shell, memtest, partitioning program, about, shutdown, reboot. We can choose which options to be visible in the menu using the **showtools** command: 
 <code> <code>
 showtools reboot,shutdown,about showtools reboot,shutdown,about
Línea 424: Línea 433:
 Options available are:  Options available are: 
  
-  * shell : the EFI shell +  * shell : El shell de EFI 
-  * memtest : memtest86 program +  * memtest : programa memtest86 
-  * gdisk : partitioning software+  * gdisk : herramienta para particionamiento
   * apple_recovery   * apple_recovery
   * windows_recovery   * windows_recovery
-  * mok_tool : Machine Owner Key (MOK) maintainance tool +  * mok_tool : Herramienta de mantenimiento de la clave de propietario de la máquina (MOK) 
-  * shutdown +  * shutdown : Apagado 
-  * reboot +  * reboot   : Reinicio 
-  * firmware : reboots the computer into the UEFI firmware settings +  * firmware : reinicio la computadora en la configuración de firmware UEFI 
-  * about : information about rEFInd+  * about : información a cerca de rEFInd
  
 ===== Modifying Appearance of rEFInd ===== ===== Modifying Appearance of rEFInd =====
 es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware ()