• maniacalmanicmania@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 days ago

    I have some homework for you.

    Can you check your bios and tell us how it’s currently configured.

    What application are you using to create the live USB? Rufus, Etcher, other? If you used only one so far, like Rufus, can you switch to Etcher or vice versa.

    Can you try installing from grub prompt and not live login using debian 13 or Zorin OS.

    • RavenofDespair@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      13 days ago

      BIOS offers only UEFI and secure boot disabled

      using mint to make usb drive with mx linux

      on grub check comment below

      • maniacalmanicmania@aussie.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 days ago

        In Mint, what program are you using to make USB drive? Sometimes the program used to make the live usb can be the cause of the installation issue. Are you using Etcher or Unetbootin or dd or something else?

  • A_norny_mousse@piefed.zip
    link
    fedilink
    Deutsch
    arrow-up
    1
    ·
    14 days ago

    install linux on a Aspire es 15 es1-533-c27u

    2021: https://old.reddit.com/r/linuxhardware/comments/j9tep7/installing_linux_on_a_acer_aspire_es_15_a/
    2022: https://medium.com/@thenujansandramohan/install-any-linux-distro-on-acer-aspire-es1-533-be8e2d6015ef

    Considering many years have passed I don’t think it’s necessary to use a cutting edge distro anymore, but the reddit thread says something about having to update the BIOS to the latest version.

  • BlackEco@lemmy.blackeco.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    The post you linked to is 9 years old, back then UEFI support on Linux was very limited. Nowadays, pretty much any distro under the sun supports it. The question then, is whether the computer has Secure Boot enabled and can be disabled. Ubuntu and Fedora are signed with Microsoft keys if I recall correctly, so you wouldn’t need to disable it, unlike other distros.

    You did say you tried installing Debian and Ubuntu, am I reading this right? Can you give us more details, like which ISO, how you created the Live USB, what error messages you got, etc.

  • nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    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-install to place the needed file in this location by passing the --removable switch (you may also need to pass --efi-directory=[dir]), or you can manually copy the file to EFI/BOOT/BOOTX64.efi on your EFI partition if it was already installed elsewhere.

    • RavenofDespair@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      12 days ago

      this is works but not sure i think i made a mistake it is now booting to grub command line. thanks very much i made progress.

      • nyan@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        12 days ago

        If you’re getting a grub command line, then it’s finding the grub efi payload itself now, but can’t locate the kernel (or possibly the initram or something that’s supposed to be in it). Check your grub.cfg and try to confirm that it’s looking for the correct partition on the correct drive.