Yoo-fi? Yoo-ef-ee?

They shoulda made it easier to pronounce if they wanted people to call it that

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    27
    ·
    11 hours ago

    systemctl reboot --firmware-setup

    This will cause a Linux machine to reboot directly into the UEFI. I know it’s not groundbreaking but it can be really handy if you use fast-boot. At least your days of pecking the Delete key during POST will be over.

    Windows does this too, though I’ve forgotten the method.

    • Zozano@aussie.zone
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      8 hours ago

      This will cause a Linux machine to reboot directly into the UEFI.

      That’s weird, on my machine it reboots me directly into the BIOS.


      Sidenote: if you dualboot, I can’t recommend enough setting up a desktop entry which runs this command:

      systemctl reboot --boot-loader-entry=auto-windows

      It’s basically a one-click Windows launcher.

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        7 hours ago

        I tried it but nothing happened. Mainly because I wouldn’t let Windows touch bare metal anymore for anything.

        • KeenFlame@feddit.nu
          link
          fedilink
          arrow-up
          3
          ·
          7 hours ago

          And even if I was dead in the ground would I rise again if someone tried to insert Windows into my usb-holes

      • Danitos@reddthat.com
        link
        fedilink
        arrow-up
        1
        ·
        7 hours ago

        Sidenote: if you dualboot, I can’t recommend enough setting up a desktop entry which runs this command:

        Excuse my ignorance, but what’s the difference between this and GRUB?

        • infinitesunrise@slrpnk.net
          link
          fedilink
          English
          arrow-up
          3
          ·
          7 hours ago

          You have to interrupt the boot process to make a selection in grub, the one-liner above makes that one-time selection for you in advance. So you can walk away and get a coffee while your computer does the OS switch.

    • heartSagan5@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      I mean, unless you’re trying to access it at boot time. I just Ctrl+Alt+Del and hit an F button or look it up.

      Actually, your instruction complicates it. Just put it on the boot splash, ffs.