Installed Zorin 18 Core on Acer Aspire V15, and am now stuck in a boot loop

I installed from a thumb drive, same drive I used for my desktop without issues. I followed the instructions, disabled secure boot, UEFI etc. and let the zorin installer replace the windows partitions. Once install was finished and the laptop rebooted, the computer just endlessly reboots. I get the BIOS screen, then "System restart" almost instantly, and it just keeps going.

I googled the issue and it apparently does tend to happen with Acer. I followed the instructions, booted with "try zorin" to repair boot etc. but still the same

Has anyone resolved this issue with acer laptops?

Hi and welcome.

This is when Ventoy comes into it's own. I had to install Linux Mint for a client who did not want to extend their Windows 10 for another year to put off migrating to GNU/Linux.

Ventoy includes MOK key to enrol the GNU/Linux key into the BIOS UEFI settings.

For you I searched with Ubuntu 24.04 as that is what Zorin 18 is a fork of:

" If your Acer Aspire is stuck in a boot loop after replacing Windows 11 with Ubuntu 24.04, the issue is likely due to UEFI Secure Boot and missing trusted boot entries . Acer laptops often require manual configuration to trust the Ubuntu boot files.

Primary Fix: Trust the Ubuntu UEFI Boot File

  1. Restart the laptop and enter UEFI/BIOS settings (typically by pressing F2 , F10 , or Del during boot).
  2. Set a Supervisor Password if prompted—this is required to access advanced UEFI settings on many Acer models.
  3. Navigate to the Security tab and select "Select an UEFI file as trusted for executing" .
  4. Browse to:
HDD0 → EFI → ubuntu → shimx64.efi
  1. Select shimx64.efi and confirm (press Yes ).
  2. Save changes and exit (F10 ).

This step explicitly trusts Ubuntu’s bootloader, allowing it to boot when Secure Boot is enabled.

Alternative Fix: Use Default Boot File (If Trust Option Fails)

If the "Select an UEFI file" option is missing or not working:

  1. In the Boot tab , ensure Secure Boot is enabled .
  2. Use a live Ubuntu USB to boot into a terminal.
  3. Run the following commands to copy the GRUB file to the default UEFI boot location:
sudo cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi
  1. Reboot. The system should now load the GRUB menu.

:warning: Note : This fix is commonly needed after Ubuntu 24.04 upgrades or clean installs on Acer laptops.

Additional Tips

  • Ensure Secure Boot is enabled (not disabled) when setting trust.
  • Update your BIOS firmware to the latest version (e.g., from Acer’s official support site).
  • Avoid using Legacy/CSM boot mode; UEFI mode is required for modern Ubuntu installations.

This solution resolves the most common boot loop issues on Acer Aspire laptops after Ubuntu 24.04 installation.

AI-generated answer. Please verify critical facts."

1 Like

Welcome to the Forum!

Does this mean, You have disabled the UEFI Mode, too or that You only checked if the BIOS is in UEFI Mode? What Tool did You use to create the Bootstick? Did You checked the Checksum of the ISO?

1 Like

The BIOS is in UEFI mode, I haven't disabled it?
I used rufus for the bootstick. Didn't check the cheksum. It did work fine for installing on my desktop though.

I haven't tried the last step on the previous response, I will test that when I get home.

I only asked because of the Way how it was formulated. But okay. In UEFI Mode. and You used Rufus. Did You set up in Rufus on the ''Partition Sheme'' Option GPT for UEFI BIOS?

I did all the right things after four desktop installs and had a similar issue on an Acer laptop.
We also had the issue on one desktop where it looks to see if Secure Boot is turned off. It kept throwing an error because it couldn't find Secure Boot either way because it doesn't exist. That was the one Acer desktop. I see Acer come up a lot for install issues.

Yes I think so, it was a couple of weeks ago but I followed instructions specifically for Zorin.

Acer have problem with many distro because of their UEFI management...

This solved the issue. I thought I had tried it but I must have done something wrong last time. Thank you!!

1 Like