Update README.md

This commit is contained in:
Guilleag01
2025-08-12 15:37:37 +00:00
committed by GitHub
parent 346f327f31
commit 630c858fe3

View File

@@ -240,7 +240,7 @@ systemctl enable NetworkManager
## Configurar el bootloader. ## Configurar el bootloader.
Ya que hemos instalado grub es necesario configurarlo antes de reiniciar el equipo Ya que hemos instalado grub es necesario configurarlo antes de reiniciar el equipo
```shell ```shell
grub-install /dev/<nombre de la partición> grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
grub-mkconfig -o /boot/grub/grub.cfg grub-mkconfig -o /boot/grub/grub.cfg
``` ```
@@ -256,4 +256,4 @@ umount -a
Reiniciamos el sistema. Reiniciamos el sistema.
```shell ```shell
reboot reboot
``` ```