[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

Próxima revisión
Revisión previa
es:howtos:slackware_admin:grub_on_first_install [2019/02/03 20:58 (UTC)] – creado slackwarespanoles:howtos:slackware_admin:grub_on_first_install [2019/03/24 20:41 (UTC)] (actual) – [Sources] antares_alf
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). -->
-====== Setting up GRUB 2 on install (without rebooting) ======+====== Configuración de GRUB 2 en la instalación (sin reiniciar) ======
  
-There is GRUB in A series of Slackware-14.1. If you want to install GRUB immediately after install (and before restarting), below is a simple method that assumes you use traditional BIOS and MBR partitioning (if you plan to use GPT instead of MBR partitioningrefer to [[howtos:slackware_admin:installing_with_gpt_without_uefi#grub_2|Grub 2 with GPT and a BIOS motherboard]] instead):+¡GRUB en Slackware-14.1!Si desea instalar GRUB inmediatamente después de la instalación (y antes de reiniciar), a continuación se muestra un método simple que asume que usa la partición tradicional de BIOS MBR (si planea usar GPT en lugar de la partición de MBR, consulte en su lugar[[howtos:slackware_admin:installing_with_gpt_without_uefi#grub_2|Grub 2 with GPT and a BIOS motherboard]]):
  
-After the message:+Después del mensaje:
 "Installation of Slackware Linux is complete." "Installation of Slackware Linux is complete."
  
-chroot in:+chroot en:
   # chroot /mnt   # chroot /mnt
-Then install GRUB:+Luego instale GRUB:
   # grub-install /dev/sda   # grub-install /dev/sda
   # grub-mkconfig -o /boot/grub/grub.cfg   # grub-mkconfig -o /boot/grub/grub.cfg
-<note important>This assumes you are using the disk /dev/sd**a**, adjust if this is not the case.</note>+<note important>Esto supone que está utilizando el disco /dev/sd**a**, ajustar si este no es el caso.</note>
   # exit   # exit
   # reboot   # reboot
  
-Enjoy!+A disfrutar!
  
-P.S. Make sure to run:+P.S. Asegurate de correr:
   # grub-mkconfig -o /boot/grub/grub.cfg   # grub-mkconfig -o /boot/grub/grub.cfg
-After every kernel upgrade.+Después de cada actualización del kernel.
  
-====== Sources ======+====== Fuentes ======
  
   * Originally written by [[wiki:user:ryanpcmcquen | ryanpcmcquen]]   * Originally written by [[wiki:user:ryanpcmcquen | ryanpcmcquen]]
 es:howtos:slackware_admin:grub_on_first_install ()