ES1-132 cannot install other OS than Windows 10, BIOS options missing

Options
13»

Answers

  • RMcD94
    RMcD94 Member Posts: 2 New User
    Options
    Hello, how do I do this with Lubuntu 21.10 on Acer Aspire ES1-432-P0MW

    I can't install boot repair

    I don't see the EFI device name after I install gparted on the live usb. Just sdb1. Sda etc
  • RMcD94
    RMcD94 Member Posts: 2 New User
    Options
    When I followed the steps here I got boot device missing or failed 
  • ramielteodoro
    ramielteodoro Member Posts: 1 New User
    edited May 9
    Options

    Hi. For Lubuntu, I successfully booted usb live install with etchdroid. It's an Android app. I ran it with my tablet kindle fire. I used 24.04 LTS (Noble Numbat). Latest stable release.

    Btw, if you have problems with the Lubuntu hard drive installation, keep in mind it's based on Ubuntu. The folders are the same! 🤓

    Go here. I solved hdd boot device missing here:

    This is really working! I tried on Linux Mint 19.1. Just after install reboot, and Mount EFI partition to /mnt and make directory Linux to folder EFI and copy all files in folder ubuntu to Linux folder ´"sudo cp -r ubuntu/* Linux" and then cd Linux and "cp grubx64.efi BOOTX64.efi" and reboot.

    After this Laptop booted to Linux mint successfully without USB.

  • ruiseixas
    ruiseixas Member Posts: 1 New User
    Options

    All lines are correct except the last two! Those lines must be like so instead:

    sudo mkdir -p /media/EFI/EFI/Microsoft/Boot
    sudo cp /media/EFI/EFI/ubuntu/grubx64.efi /media/EFI/EFI/Microsoft/Boot/bootmgfw.efi
    

    Then reboot and everything will work just fine.