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 +```