Aspire ES1-533

stef_acer_tod
stef_acer_tod Member Posts: 1 New User
edited March 2023 in 2017 Archives

so i recently bought a new aspire es1-533 and i want to install linux  on it i have the flash drive and when i set the drive to boot priority number 1 it keeps booting from hdd also my boot mode is grayed out and has only uefi option available can somebody help? 

Answers

  • Palmstroem
    Palmstroem Member Posts: 2 New User

    The ES1-533 is an UEFI-only machine. You cannot boot via legacy/MBR. However, most modern Linux distros (for example Debian 9.1 or Ubuntu 16.04) can be booted from UEFI.

     

    If you have set the UEFI boot order to boot from an USB stick but the laptop still boots from the harddisk, then the UEFI bootmanager didn't recognize the stick as bootable. Correct this by following these steps:

     

    1. Disable Secure Boot in UEFI (you have to set a supervisor password first, before you are allowed to do this).
    2. Download an EFI-bootable image (e.g., Debian 9.1).
    3. Format the USB stick as FAT32.
    4. Write the image to the stick with a low-level command:
    sudo dd if=path-to-image-file of=/dev/sdx

    Replace x in /sdx by the correct letter of your stick (typical b). Plug it in, reboot, and Linux will come up!

     

    If you are curious how I managed to install a dual boot Linux/Windows on this laptop, you can find the details here.