You are not logged in.
Pages: 1
I'm following this guide https://itsfoss.com/install-arch-linux/
Have a problem at this point:
# grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi
Installing for x86_64-efi platform.
Skipping unreadable variable Boot0000: Interrupted system call
Could not prepare Boot variable: Interrupted system call
grub-install: error efibootmgr failed to register the boot entry: Input/output error
The journal shows this error (among others)
`Firmware bug Page fault caused by firmware at PA: 0xffffffetc.`
Offline
I'm following this guide https://itsfoss.com/install-arch-linux/
Please don't. Use the official guide, all others are outdated and/or error-ridden.
grub-install: error efibootmgr failed to register the boot entry: Input/output error
Jin, Jîyan, Azadî
Offline
stephenboston wrote:I'm following this guide https://itsfoss.com/install-arch-linux/
Please don't. Use the official guide, all others are outdated and/or error-ridden.
stephenboston wrote:grub-install: error efibootmgr failed to register the boot entry: Input/output error
Looking through this that you've linked. Thanks.
Everything looks okay for EFI installation elements this article mentions,
BIOS has enabled EFI...
I don't mind repeating the installation process to this point. It's fairly straightforward, but I don't want to do that without understanding the problem here.
Offline
stephenboston wrote:I'm following this guide https://itsfoss.com/install-arch-linux/
Please don't. Use the official guide, all others are outdated and/or error-ridden.
Ah, okay.
I'll run through that guide instead.
Thanks
Offline
Everything looks okay for EFI installation elements this article mentions
You can use the --removable switch for the grub-install(8) command to avoid creating a new NVRAM entry.
See also https://wiki.archlinux.org/index.php/GR … _boot_path
Jin, Jîyan, Azadî
Offline
stephenboston wrote:I'm following this guide https://itsfoss.com/install-arch-linux/
Please don't. Use the official guide, all others are outdated and/or error-ridden.
stephenboston wrote:grub-install: error efibootmgr failed to register the boot entry: Input/output error
I suspect I may have a problem with the partitioning of the EFI partition but this guide does not have clear partitioning explanation. There are many unofficial treatments but I haven't found a clear step-by-step in official documentation. It is more about philosophy and principles -- which is great but it leaves a lot of room for error.
Offline
I suspect I may have a problem with the partitioning of the EFI partition
The error message suggests otherwise.
this guide does not have clear partitioning explanation
How about https://wiki.archlinux.org/index.php/In … _the_disks? The trick is to click on the provided links in the text and read recursively.
Jin, Jîyan, Azadî
Offline
Deleted
Last edited by stephenboston (2020-09-28 07:23:19)
Offline
Deleted
It would be helpful for the community if you could try my suggestion to use the --removable switch for the grub-install(8) command rather than just abandon this thread and start a new one about systemd-boot.
As it happens systemd-boot automatically copies the EFI loader to $ESP/EFI/BOOT/BOOTX64.EFI so I think that will actually work even if your motherboard won't accept new NVRAM entries but this thread becomes useless without further feedback.
Jin, Jîyan, Azadî
Offline
stephenboston wrote:Deleted
It would be helpful for the community if you could try my suggestion to use the --removable switch for the grub-install(8) command rather than just abandon this thread and start a new one about systemd-boot.
As it happens systemd-boot automatically copies the EFI loader to $ESP/EFI/BOOT/BOOTX64.EFI so I think that will actually work even if your motherboard won't accept new NVRAM entries but this thread becomes useless without further feedback.
Of course. I apologise. I did not try your suggestion because I re-partitioned the drive, re-ran the installation, and avoided the whole GRUB issue. I've always been curious about alternate bootloaders anyway and this was a good opportunity to explore.
But as you have seen, here I am having a problem with systemd-boot -- so I may replace the efi partition and retry the GRUB.
I'd like to see what I can do with the systemd-boot for now. It's not a popular choice, so it's likely I'm pretty much on my own with it so it's very probable I'll be back here fairly soon.
I'll be sure to reply to you if I do.
Thanks very much for your help so far.
Offline
Pages: 1