You are not logged in.
Pages: 1
I have a preoblem installing grub on UEFI system ... in particular the first fase (1) I have mounted the EFI partition in /mnt/boot/efi then at the end of live installation i give :
# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --boot-directory=/boot/efi --recheck --debug works and the file .efi is created , but then when I have to do
grub-mkconfig /boot/grub/grub.cfn looks that everything is ok
but the grub start in rescue mode I dnt know what I'm wrong?
Last edited by drudox (2018-04-09 13:27:18)
Offline
If that's the exact grub-mkconfig command that you are using then it's incorrect.
Check the grub wiki page.
Offline
i forget "-o"
Offline
# grub-install --target=x86_64-efi --efi-directory=$esp --bootloader-id=arch_grub --recheck --debug
using the way here above I still have to use grub-mkconfig right ?
Last edited by drudox (2018-04-09 13:26:56)
Offline
Please post in English. If you are not comfortable in English, please use the report link and we can move the thread to "Other Languages" for you.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1