From 630c858fe3f91f19def212f6e0f7f38165c1bf8a Mon Sep 17 00:00:00 2001 From: Guilleag01 <51876317+Guilleag01@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:37:37 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54514e4..eab9c06 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ systemctl enable NetworkManager ## Configurar el bootloader. Ya que hemos instalado grub es necesario configurarlo antes de reiniciar el equipo ```shell -grub-install /dev/ +grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub grub-mkconfig -o /boot/grub/grub.cfg ``` @@ -256,4 +256,4 @@ umount -a Reiniciamos el sistema. ```shell reboot -``` \ No newline at end of file +```