Hi there,
let me quickly explain the situation im facing right now: I've been trying to get Arch Linux (x64) working on an
Acer ES1-732-p7VY machine, although the bootloader installation fails and makes the machine freeze. Prescisely, the modification of EFI entries causes the fault. For this reason, my question is especially related to the following topics:
https://community.acer.com/en/discussion/471754/acer-aspire-es-15-es1-533-c3uw-legacy-bios-missing
https://askubuntu.com/questions/862946/unable-to-install-ubuntu-on-acer-aspire-es1-533
Because my situation is somewhat different, I decided to start a new topic.
So, first of all let me summarize the most important technical details
- The machine is an ES1-732-p7VY
- I'm trying to install an Arch Linux (x64) according to the official installation guide
- SecureBoot is disabled, EFI mode enabled
- I'm booting from USB flash drive
Actually, the installation works fine, except for the bootloader stuff. The moment I'm trying to set up grub, the system freezes and cannot be operated anymore. The fault is caused by the following command
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck --debug
If you step into this, you can see, that the following command is crashing the process
efibootmgr -c- d /dev/sdb -p 1 -w -L arch_grub -I \EFI\arch_grub\grubx64.efi
After playing around, I noticed, that any EFI-related modification using efibootmgr (and probably any similar tools) results in a crash.
Unfortunately I could'nt set up a gdb session in order to review the underlying operations since also gdb freezes.
So, ultimately my questions are:
Why does efibootmgr make the system freeze?How can this be avoided?Is there any workaround/fix (except using the 'fallback-directory-solution')? So far - also for other distros - I was unable to find any explanation on the internet.Feel free to ask for more (technical) details!
Thanks in advance.