[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:installing_on_uefi_hardware [2019/02/05 20:39 (UTC)] – [Creación de sus propios medios de instalación para versiones anteriores de Slackware] pedro.herreroes:howtos:slackware_admin:installing_on_uefi_hardware [2019/02/05 20:40 (UTC)] (actual) – Finished. Comments and corrections welcome pedro.herrero
Línea 1: Línea 1:
 <!-- 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). -->
-<note important>Translation in progress (pedro.herrero)</note> 
  
 ====== Instalando Slackware en hardware basado en UEFI ====== ====== Instalando Slackware en hardware basado en UEFI ======
Línea 55: Línea 54:
  
 ===== Iniciar el entorno de instalación de Slackware a través del medio de instalación de otra distribución. ===== ===== Iniciar el entorno de instalación de Slackware a través del medio de instalación de otra distribución. =====
- 
-<del>Making your own boot media is almost always preferable but if this does not suit you for some reason, you can often use the UEFI-capable install media from another distro. The steps are as follows: 
- 
-  * Boot the other distro's install media 
-  * Switch to a virtual terminal 
-  * Bring up the network if a connection is not already configured 
-  * Use wget or curl to fetch the initrd.img from the isolinux subdirectory of the Slackware version you wish to install, using a nearby mirror 
-  * Unpack initrd.img (using zcat and cpio) into a newly created directory (e.g. /Slackware) 
-  * Chroot into that directory (after first using mount to bind /dev, /sys and /proc from the host system and copying over /etc/resolv.conf) 
-  * Setup the $PATH and other variables needed to run the installer (by sourcing the chooted Slackware profile, i.e. ". /etc/profile")</del> 
  
 La creación de su propio dispositivo de arranque es casi siempre preferible, pero si esto no le conviene por alguna razón, a menudo puede utilizar el dispositivo de instalación compatible con UEFI desde otra distribución. Los pasos son los siguientes: La creación de su propio dispositivo de arranque es casi siempre preferible, pero si esto no le conviene por alguna razón, a menudo puede utilizar el dispositivo de instalación compatible con UEFI desde otra distribución. Los pasos son los siguientes:
Línea 92: Línea 81:
   root=/dev/sda2   root=/dev/sda2
 </code> </code>
- 
-<del>After umounting and removing the install media you should now be able to reboot into your new Slackware install (you may need to change the boot order in your UEFI again if you adjusted it previously).  
- 
-Finally, after booting into Slackware remember to configure an initrd for the generic kernel and copy both over to the local system partition. A further adjustment to the elilo.conf to account for this could look something like the following (assuming a 3.2.29 kernel): 
-</del> 
  
 Después de desmontar y quitar el dispositivo de instalación, ahora debería poder reiniciar en su nueva instalación de Slackware (puede que necesite cambiar el orden de arranque en su UEFI de nuevo si lo ajustó previamente).  Después de desmontar y quitar el dispositivo de instalación, ahora debería poder reiniciar en su nueva instalación de Slackware (puede que necesite cambiar el orden de arranque en su UEFI de nuevo si lo ajustó previamente). 
 es:howtos:slackware_admin:installing_on_uefi_hardware ()