I got the T460 refurbished and I really didn’t want to run Windows 10 on it. I last used Linux for any real length of time a good 20 years ago, so I’m pretty inexperienced with it at this point and I had to figure out how to install it myself.

They made it unreasonably difficult to first install an OS from a USB stick. I had to go into the BIOS, turn UEFI to legacy, turn off secure boot, reboot to boot from the USB stick, install Mint, then turn legacy back to UEFI to get it to boot from the hard drive. This took about 2 hours of trying to figure it out by doing a lot of forums reading.

I do not blame the Mint community or the Linux community as a whole. There is absolutely no reason that it should have been that hard to install Mint on that notebook.

I don’t even think getting into the BIOS once time should be necessary, but changing a BIOS setting so you can install the OS and changing it back so you can run the OS off the internal drive is just ridiculous and I find it hard to believe Lenovo couldn’t have just made it easier. I’m fairly convinced this was intentional on their part.

I’m not an IT professional or anything, but I know enough to figure this stuff out with effort, but it shouldn’t have taken that effort. It should have been almost plug-and-play. This is 2024. The notebook isn’t even 10 years old.

Is there actually a good reason for this or are they just kissing Microsoft’s ass?

  • Aganim@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    7 months ago

    This has nothing to do with Lenovo perse, this is the average experience for every laptop which had Secure Boot turned on.

    You know what is fun? Having your Dell basically bricking because Fedora starts shipping a new version of shim-x64 which completely fails the UEFI handover to bootloader. Leaving you unable to boot at all, so no chance of reaching rescue mode. Then more fun times of booting a live environment from a usb stick after going through the same hoops you went through, finding out how to decrypt your BTRFS partitions, manually mounting and chrooting them so you can finally downgrade the offending package.

    Linux and Secure Boot just isn’t a great combination if you ask me.

  • monsterpiece42@reddthat.com
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    7 months ago

    This sounds like it was strictly the fault of the USB load. If you make a UEFI USB (you should use Ventoy, it’s great btw) all you would need to do is shut off Secure Boot and install.

    Most bootable drives don’t support Secure Boot. You turn it off, do the install, and turn it back on if you want it. I personally just leave it off.

    Outside of those caveats everything you described is industry-standard stuff. Nothing to do with Lenovo.

  • Kory@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    7 months ago

    Wow what a ride. Congrats on making it work, I’m not sure if I wouldn’t have given up at some point. Great job!

    About kissing M$'s ass, don’t get me started on updating the BIOS on a HP Laptop, they require you to do that in Windows cause it’s the only way to get their downloader to run. So it’s not only Lenovo’s Laptops that don’t play nice with Linux.

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    7 months ago

    It’s impossible to make the situation with BIOS easier. Incorrect boot order and secure boot are enabled by default for security and Windows compatibility reasons. Though I never heard that it’s required to turn on legacy mode and change it back. Probably it’s a highly model-specific thing. And btw secure boot is Mint’s fault. It just doesn’t support it yet

    • Flying Squid@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      secure boot is Mint’s fault.

      Well now I’m just surprised considering this is a 2016 notebook. They should be supporting a feature that old, shouldn’t they?

      • GolfNovemberUniform@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        7 months ago

        Some distros support it but it’s only like 4 or 6 of them. I guess it’s really hard to support and maintain such feature

    • fuckwit_mcbumcrumble@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      It’s not even machine specific. UEFI vs legacy bios boot mode is universally supported in all but the latest systems. If OP had to switch to legacy boot mode then they probably made the USB “incorrectly”. You’d run into the same issue on windows if you made the USB boot drive for legacy bios mode.

      • Flying Squid@lemmy.worldOP
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        I’d love to know what I did wrong if you can tell me. I used Etcher like the instructions on Mint’s website told me to.

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    7 months ago

    Being unable to boot from a USB drive in UEFI mode sounds like a Mint problem. I just booted from an Ubuntu LTS USB on a similar machine, installed with all default BIOS. Haven’t touched Secure Boot either. No trouble.

    • Flying Squid@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      Hm. Maybe I should have tried a different flavor of Linux in terms of ease of install. But Mint seemed like the best choice for me and now that it’s actually up and running, it’s fine.

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        7
        ·
        7 months ago

        By all means, if it works already, don’t fuck with it.

        This community hates on Ubuntu but these are the kinds of corner cases that can make or break a new user’s journey. Experienced users can resolve those with no emotion and we often discount the difficulty and importance of such issues to less experienced users. There’s been a lot of work put in Ubuntu to tackle these kinds of issues - paper cuts. Recall the One Hundred Paper Cuts project. This is why I won’t stop recommending Ubuntu LTS for new users.

  • neytjs@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    That sounds extremely infuriating! Regarding Lenovo and Linux Mint, I actually had a very good experience with them a little over a year ago. I bought a new IdeaCentre 5i pre-built desktop tower and had zero issues installing Mint on it. All I had to do was press F12 and select to boot from the bootable USB to install, no screwing with the BIOS or anything. But I’ve never tried installing Linux on a laptop. I only use desktops.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 months ago

    You should have been able to boot from USB and install fully in UEFI mode with Secure Boot enabled, but sometimes the method you use to make the bootable USB can screw that up. I’ve always had good luck with Ventoy.

  • Titou@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    7 months ago

    That’s surprising, Thinkpad x240 owner here. With all the os i installed on it i never had to do such overcomplicated manipulation, just bios entering + boot on usb.

    • Flying Squid@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      I’m not familiar with Edge ISOs because I am a total novice here, but Mint’s website says, “If you cannot boot or install Linux Mint because your hardware is too recent and is not properly detected, you may get better results with the “Edge” ISO image.” This is 2016 hardware, so would it have applied?

  • Shareni@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    I recently installed it on a t480 while distrohopping. I didn’t need to turn off uefi, secure boot has been off since i got this laptop and i never turned it back on. My best guess is that you either did something wrong when making the live media, or during the installation. Next time try using ventoy, it’s a really useful tool.

    • Flying Squid@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      I’ll try Ventoy next time, thanks. I just followed the install instructions on Mint’s website which says to use Etcher. Maybe that’s the problem.

      • Shareni@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Also, did you manually edit your partitions? It might be related to your bootloader being in /boot instead of /boot/efi. The first one’s for legacy bios, and the second is for uefi.

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    Well, you shouldn’t have to turn UEFI off to boot from the USB stick. That one could actually be on Mint. Or on the way the stick was created. It’s been a while since I messed with this stuff but by now a typical Linux installation medium should be able to boot with UEFI.

    The secure boot is enabled by default so that only signed operating systems and not some malware can boot the computer. And I guess it’s legitimate to not have the keys of all the Linux distributions under the sun in there.

    • CrabAndBroom@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      I’m not a secure boot expert, but it sounds like Mint should be supported anyway, according to Wikipedia:

      Secure Boot is supported by Windows 8 and 8.1, Windows Server 2012 and 2012 R2, Windows 10, Windows Server 2016, 2019, and 2022, and Windows 11, VMware vSphere 6.5 and a number of Linux distributions including Fedora (since version 18), openSUSE (since version 12.3), RHEL (since version 7), CentOS (since version 7), Debian (since version 10), Ubuntu (since version 12.04.2) and Linux Mint (since version 21.3). As of January 2024, FreeBSD support is in a planning stage.

      • Björn Tantau@swg-empire.de
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        Support doesn’t mean that their key is in there, though. It could also just mean that it has the ability to store its own key.

  • om1k@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    I understand your perspective but the steps you mentioned are what you’d expect when installing an os. Even windows 11 would require you to turn on TPM which, for some, might be a super painful experience.

    • Flying Squid@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      I have never had to install an OS where I had to go into the BIOS multiple times to change settings back and forth.

  • const_void@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    7 months ago

    are they just kissing Microsoft’s ass?

    This. 100%. It’s why I don’t understand folks recommending Lenovo laptops to run Linux on. Lenovo is in bed well Microsoft and caters to whatever they want. SecureBoot, modern standby, etc. We need more vendors supporting open source firmware like Coreboot.

    Edit: feel free to refute me instead of just down voting.

    • The Quuuuuill@slrpnk.net
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      7 months ago

      Lenovo also no longer deserves their reputation for durability. They haven’t for at least a decade. Their usb-c charging ports wear out super fast

  • spaghettiwestern@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    I had to go into the BIOS, turn UEFI to legacy, turn off secure boot, reboot to boot from the USB stick, install Mint, then turn legacy back to UEFI to get it to boot from the hard drive.

    That is ridiculous and it does sound like a Lenovo problem.

    I’m running Mint on a Surface Laptop (which was difficult to install because Microsoft), but getting Secure Boot working only required changing the UEFI settings to allow non-Microsoft Secure Boot certificates. With that set Mint boots just fine both with Secure Boot enabled and disabled. So do USB installation ISOs.

    Secure Boot can still be a pain. To get Virtualbox working with it enabled required signing several kernel modules which took a while to figure out.

    Mint is great though. After distrohopping for years I finally decided I wanted to just use the OS and GUI, not play around with them and I came back to Mint. The latest versions of Mint just work and work for years once they’re installed. For me, going back to Windows (especially W11) feels like punishment. I hope you enjoy the switch.