First time arch installer here. I just installed arch with grub on a uefi laptop. Everything seemed fine until I rebooted and ended up in uefi settings instead of grub. The grub entry shows up in the boot options but the computer doesn’t seem to care. What could be wrong?

I dont know what information is useful to narrow the problem down so just tell me what logs are necessary an I’ll post them.

Edit: I tried installing using the archinstall script in case I misunderstood the install instructions, but still not booting. Tried both grub and systemd-boot. The laptop is an Asus vivobook S 14 model K3402Z and even though I have been running fedora on it for the last year I believe the issues have something to do with the laptop hardware.

Edit 2: The issue has been resolved. Turns out the step that ruined the install was when I formatted the NVME drive according to this section of the wiki it messed something up, so reverting that fixed everything.

  • user134450@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    instead of putting a grub config in /boot/grub you could also try embedding it directly with grub-mkimage. you would need to point to the grub config that you have with -c and add all the needed modules as extra arguments at the end.

    it is possible that the grub image you installed is just not looking for the config file at the right place.

    or maybe try putting the grub.cfg in the same directory as the grubx64.efi