would be happy with any linux os.
BIOS offers only UEFI
no Legacy option.
did tire debin and ubuntu all so i tired this https://askubuntu.com/questions/862946/unable-to-install-ubuntu-on-acer-aspire-es1-533
thanks
would be happy with any linux os.
BIOS offers only UEFI
no Legacy option.
did tire debin and ubuntu all so i tired this https://askubuntu.com/questions/862946/unable-to-install-ubuntu-on-acer-aspire-es1-533
thanks
One possibility is that it has a degenerate UEFI implementation that will only recognize the efi “payload” if it’s in the fallback location—I had this problem with an older HP laptop. You can force
grub-installto place the needed file in this location by passing the--removableswitch (you may also need to pass--efi-directory=[dir]), or you can manually copy the file toEFI/BOOT/BOOTX64.efion your EFI partition if it was already installed elsewhere.