Slashdot Mirror


Free Software Foundation Campaigning To Stop UEFI SecureBoot

hypnosec writes "The Free Software Foundation is on an offensive against restricted boot systems and is busy appealing for donations and pledge in the form of signatures in a bid to stop systems such as the UEFI SecureBoot from being adopted on a large-scale basis and becoming a norm in the future. The FSF, through an appeal on its website, is requesting users to sign a pledge titled 'Stand up for your freedom to install free software' that they won't be purchasing or recommending for purchase any such system that is SecureBoot enabled or some other form of restricted boot techniques. The FSF has managed to receive, as of this writing, over 41,000 signatures. Organizations like the Debian, Edoceo, Zando, Wreathe and many others have also showed their support for the campaign."

31 of 355 comments (clear)

  1. Grub? by TheRealMindChild · · Score: 4, Interesting

    Hasn't Ubuntu made GRUB a SecureBoot boot loader? How isn't this sufficient?

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    1. Re:Grub? by Ynot_82 · · Score: 5, Insightful

      How isn't this sufficient?

      It's not sufficient, because it doesn't solve the problem.

      The problem is that MS's implementation of secure boot allows them to control what can and cannot boot on a device.
      It is entirely at their discretion.

      This is already in practice with the surface tablets
      See Mathew Garrett's recent blog post
      http://mjg59.dreamwidth.org/21189.html

      As you can see, locking out other OSs is already in place for the Surface tablet, which is unable to boot any other system (even with the boot-loader shims done by RedHat, Ubuntu and the Linux foundation.)

    2. Re:Grub? by Ynot_82 · · Score: 5, Insightful

      and when will it become relevant to you?

      When they push Windows-only "secure boot" on laptops?
      When they push Windows-only "secure boot" on servers?
      When they push Windows-only "secure boot" on desktop machines?

      When, exactly, will this obviously evil and anti-competitive move be of relevance to you?

    3. Re:Grub? by cheesybagel · · Score: 5, Interesting

      What Ubuntu did was very unsatisfactory. You still cannot easily compile your own kernel. What that ex-RedHat guy did was a lot better since you can load anything you want as long as you confirm your choice on boot.

      Here is what RMS should be doing instead of this petition which is going to get nowhere:

      1. Restart work on coreboot
      2. Make coreboot work with Windows and Linux as is
      3. Convince more motherboard manufacturers to support coreboot
      4. Ask Linux users on install if they want to backup their old BIOS and install coreboot as their default BIOS

    4. Re:Grub? by Anonymous Coward · · Score: 5, Funny

      When they put Windows-only "secure boot" on Surfaces I didn't say anything because I didn't own a Surface.
      When they put Windows-only "secure boot" on laptops I didn't say anything because I didn't own a laptop.
      When they push Windows-only "secure boot" on servers I didn't say anything because I didn't own a server.
      When they push Windows-only "secure boot" on desktop machines I didn't say anything because I didn't own a Desktop.
      Boy, am I glad I own an iMac, iPad and iPhone ... um, wait ...

    5. Re:Grub? by Nerdfest · · Score: 5, Insightful

      Someone wanting to try Linux to see what it's like will most definitely see that it's there.

    6. Re:Grub? by Anonymous Coward · · Score: 5, Insightful

      This is almost as simple as "write high quality open source drivers for all graphics chips". Let's do it!

    7. Re:Grub? by Bengie · · Score: 4, Insightful

      MS has pulled some pretty underhanded things, so I don't fully trust them, but this is what I'm seeing.

      1) SecureBoot has no bias towards Windows or OpenSource. The only "issue" is how to manage the certs.
      2) SecureBoot was ratified over 4 years ago. Why did they take so long to complain?
      3) SecureBoot is just a dumb system that makes sure the executing boot code has a trusted signature.
      4) Linux seems to have bad relations with BIOS makers. Linux was having ACPI issues and eventually MS has to step in and help them by showing the work-aroundw that MS figured out because hardware manufactures not following the specs. MS learned that companies don't always follow specs.

      I keep hearing extreme opinions from the OpenSource group. Am I missing something, because I just don't see it.

      CoreBoot may be better and I don't mind that, but I want to hear a real argument against SecureBoot other than "omg, SecureBoot!"

    8. Re:Grub? by Bengie · · Score: 5, Insightful

      SecureBoot is a standard that allows the end user to limit their system to only booting signed code. Next thing you'll be complaining about SSL and how it can also limit the end user from working with untrusted sources.

      If you don't like it, disable it. You can also add your own certs. This applies to most motherboards and I can almost guarantee, all servers. Ever work in the real world? IT has A TON of custom boot code that won't work with default SecureBoot. Any hardware manufacturer that targets Servers/Enterprise/Enthusiast, WILL have at least a way to disable SecureBoot and at best a way to manage certs.

      Commonly used tools in IT that WILL break based on your flawed understanding:
      PXE Boot
      Memtest
      NSA Secure Erase Linux Distro
      Bart PE
      Norton Ghost
      Firmware Updates
      Win7
      WinXP

      Any hardware manufacturer that ruined the above would be committing business suicide.

      If IT needs to manage, test, or fix it, SecureBoot will have to be configurable.

    9. Re:Grub? by phantomfive · · Score: 5, Insightful

      Linux seems to have bad relations with BIOS makers.

      It's the other way around. BIOS makers only implement whatever minimal subset of functionality they need to get Windows to boot, and they only test it on Windows. They don't support other systems at all.

      In the past it's been even worse in EFI world. I don't know how UEFI is.

      --
      "First they came for the slanderers and i said nothing."
    10. Re:Grub? by Microlith · · Score: 4, Insightful

      1) SecureBoot has no bias towards Windows or OpenSource. The only "issue" is how to manage the certs.

      Secure Boot has a definite bias towards Windows, Microsoft implemented the whole thing.

      2) SecureBoot was ratified over 4 years ago. Why did they take so long to complain?

      Because Microsoft is a UEFI promoter, no Linux companies have representation at that level.

      3) SecureBoot is just a dumb system that makes sure the executing boot code has a trusted signature.

      It's all about the key distribution.

      4) Linux seems to have bad relations with BIOS makers.

      No, it has "relations" with BIOS makers that focus on Windows to a ridiculous degree thanks to their Monopoly on the desktop.

      Linux was having ACPI issues and eventually MS has to step in and help them by showing the work-aroundw that MS figured out because hardware manufactures not following the specs. MS learned that companies don't always follow specs.

      Linux implemented ACPI to spec. Microsoft's own ACPI compiler will accept ACPI code that breaks the spec but works for Windows. MS didn't have to "step in and help them," people had to reverse engineer and lie about being Windows to get the correct ACPI parameters because Microsoft has so fucked up the standard.

    11. Re:Grub? by Microlith · · Score: 4, Informative

      If you don't like it, disable it.

      On systems where you can. Microsoft is already leveraging it on ARM against the owner of the device. This is completely unlike SSL.

      You can also add your own certs.

      Through a painful and convoluted process.

      Ever work in the real world?

      I have, have you? I deal with UEFI and vendor-to-vendor, board-to-board inconsistencies daily. IT hardware also costs many thousands more than consumer level hardware.

      Any hardware manufacturer that ruined the above would be committing business suicide.

      That's fine. All this has to do is hinder the adoption of other platforms and force everything through Microsoft. That's what they've always wanted, really.

    12. Re:Grub? by man_of_mr_e · · Score: 4, Informative

      Because Microsoft is a UEFI promoter, no Linux companies have representation at that level.

      A quick perusal of the UEFI members shows several Linux companies, and a number of hardware vendors that contribute to the Linux kernel, including Red Hat, IBM, Canonical, Cray, etc...

    13. Re:Grub? by andrew3 · · Score: 4, Informative

      The article confuses Secure Boot and Restricted Boot. The linked FSF page clearly explains the difference.

      The only "issue" is how to manage the certs.

      Correct, and that's why the FSF is opposing Restricted Boot, not Secure Boot.

    14. Re:Grub? by terec · · Score: 4, Insightful

      1) SecureBoot has no bias towards Windows or OpenSource. The only "issue" is how to manage the certs.

      Yes, it does have a bias against open source because it is difficult in practice for open source software to do this kind of signing, and because it actually allows manufacturers to control what gets installed on a system.

      Note that on ARM, Microsoft uses SecureBoot to exclude other operating systems.

      2) SecureBoot was ratified over 4 years ago. Why did they take so long to complain?

      People have been complaining about it from the start.

      3) SecureBoot is just a dumb system that makes sure the executing boot code has a trusted signature.

      And it happens to also give MIcrosoft a market advantage.

      4) Linux seems to have bad relations with BIOS makers. Linux was having ACPI issues and eventually MS has to step in and help them by showing the work-aroundw that MS figured out because hardware manufactures not following the specs. MS learned that companies don't always follow specs.

      You make it sound like the Linux developers behaved unprofessionally and a Microsoft stepped in as an adult to bmake people behave properly.

      In fact, manufacturers who don't follow the specs are unprofessional, and Microsoft likes such standards deviations because they help with lock-in.

    15. Re:Grub? by blind+biker · · Score: 4, Informative

      Because Microsoft is a UEFI promoter, no Linux companies have representation at that level.

      A quick perusal of the UEFI members shows several Linux companies, and a number of hardware vendors that contribute to the Linux kernel, including Red Hat, IBM, Canonical, Cray, etc...

      The post you replied and "corrected" is still accurate: only Microsoft has promoter status.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    16. Re:Grub? by Alsee · · Score: 4, Informative

      If you don't like it, disable it. You can also add your own certs.

      Oh really?

      Microsoft confirms UEFI fears, locks down ARM devices

      On x86 systems Microsoft needs computers to be compatible with older versions of Windows. On x86 systems the Microsoft Hardware Certification says that manufacturers must include an option to disable UEFI SecureBoot, and must allow the owner to load his own keys. However on systems with an ARM processor Microsoft doesn't need to worry about hardware being compatible with versions of Windows because there are no versions of Windows for ARM. On ARM systems Microsoft has mandated that MANUFACTURERS ARE FORBIDDEN TO INCLUDE ANY OPTION TO DISABLE UEFI SECUREBOOT. On ARM systems Microsoft has mandated that MANUFACTURERS ARE FORBIDDEN TO INCLUDE ANY POSSIBILITY OF OWNERS LOADING THEIR OWN KEYS.

      Microsoft has made it crystal clear that they can and will use UEFI to lock computers AGAINST their owners and to anti-competively lock out any possibility to load alternate operating systems when they do not have to worry about compatibility with older versions of Windows.

      Currently ARM processors are primarily used in smartphones, however at least one manufacturer, Qualcomm, has announced they will be manufacturing ARM based PCs. Microsoft has mandated that owners of these PCs be denied any possibility of disabling the system and denied any possibility of loading your own keys.

      Microsoft has announced the Windows 7 End Of Life date to be January 14, 2020. On that date Microsoft is no longer concerned with x86 computers being compatible with pre-UEFI operating systems. On that date Microsoft can drop the "Disable SecureBoot" legacy support. On that date there is every reason to expect Microsoft take their ARM-style no-legacy-support terms and impose them on all PC manufacturers.

      Your "If you don't like it, disable it" is already false on some systems today, and there is good reason to suspect Microsoft may forbid it on all systems in a few years.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    17. Re:Grub? by Missing.Matter · · Score: 4, Insightful
      Sounds like a lot of tinfoil you got there.

      Microsoft has made it crystal clear that they can and will use UEFI to lock computers AGAINST their owners and to anti-competively lock out any possibility to load alternate operating systems when they do not have to worry about compatibility with older versions of Windows.

      Why does this matter at all on ARM? Currently, the number one selling tablet manufacturer in the ARM space does this, and it aint Microsoft. Apple does everything in their power to prevent you from running Linux on iPad. And you know what? I have absolutely no problem with that, because if I want an unlocked tablet I can just go buy any of the dozens of varieties. Choice is good. Microsoft entering the space does not take that choice away, and it doesn't appear that it will any time soon.

      x86 is an entirely different land. I contend that Microsoft's requirement has less to do about backwards compatibility and much much more to do with not running afoul of antritrust regulations. Honestly, Microsoft has nothing to worry about in the x86 space. Their biggest competitor here won't even allow their OS to be installed on generic x86 hardware. Their second biggest competitor is so far removed, they're hardly worth considering. If Linux were gaining any traction before this whole thing started, I would say "yeah, maybe they are getting worried" but Desktop Linux is holding strong at
      So in fact, probably the *worst* thing Microsoft could do is lock down x86 bootloaders for anticompetitive reasons, because there is no real competition on the desktop to Windows. They would be inviting DOJ and EU oversight where this is no need to, as there is no credible threat. As it stands, Microsoft's biggest threat to their desktop marketshare is the dwindling PC market due to the locked down iPad.

      Apple has sold 100 million iPads so far. Microsoft has sold a mere fraction of that in ARM tablets. In that sense, your capslock-infused rage seems misdirected, as Apple is the one leading the charge in locked down bootloaders on ARM devices. I personally have no problem with it, but it seems strange to me all this rage wasn't abound in 2010. Where was the FSF campaign when Apple was getting started with iPad? Or in 2006 with locked down iPhone? Now this practice is commonplace, and the target isn't even the correct company; even if they get Microsoft to completely change their practice, 99% of ARM tablets sold will still be locked down.

  2. Not realistic by girlintraining · · Score: 4, Insightful

    Richard, it's a nice sentiment, but what are the alternatives? Signing something saying I won't buy a UEFI-enabled system is basically saying I've doomed myself to the stone age. Every company is switching over. Nobody's going to go for that in the long term, anyone signing that is doing it just to make a statement. Eventually, their decrepit pre-UEFI system is going to fry, and they're going to go looking for a new one.

    Rather than do something useless like a petition, which have a very low success rate on the internet, why not give us something useful: Like a list of motherboards and builds that do not have UEFI and sport otherwise modern hardware and features?

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Not realistic by mrchaotica · · Score: 4, Insightful

      The only way to block this is to make it illegal. But I cannot imagine how you can make microcontrollers illegal today. Would I need a license to own a debugger or a soldering iron?

      Maybe you can't imagine it, but RMS imagined it a decade and a half ago.

      Much like 1984, it was scary then, but scarier now.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  3. Antitrust in EU? by Anonymous Coward · · Score: 5, Informative

    The secure boot crap could be an antitrust issue.
    German goverment has spoken abit about it
    http://www.h-online.com/open/news/item/German-government-advocates-security-in-the-hands-of-users-1753715.html

  4. Re:i wont buy hardware like that by TheRealMindChild · · Score: 4, Funny

    I'm pretty sure your shift key is broken. Possibly, your comma key as well

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  5. UEFI Signature Infrastructure by Microlith · · Score: 5, Insightful

    If anything, the FSF should push to have how UEFI handles its signature database, and who handles signing, fixed so that it isn't so wholly Microsoft centric. You can tell because it puts key acquisition and installation in the hands of the system vendors, and the only one they'll independently acquire with any regularity is Microsoft's. And as a result everyone goes to them for signing.

    If key handling were decentralized and standardized across all vendors, and adding your own key wasn't mutually exclusive with other keys (as it effectively is now,) then it probably wouldn't be such a problem. Hell, if they included a system-specific key installed on each platform and a hardcopy of the key, that would probably eliminate most of the concerns expressed here.

    Unfortunately, doing this would likely require them becoming a promoter ($200,000) and contributing code out the ass to see it happen. As it stands the only OS vendor at that level in the UEFI Foundation is Microsoft. All the Linux vendors are Contributor or lower and can't possibly have a voice as loud as Microsoft. Net result a perfectly good security concept gets twisted into a Microsoft-specific hazard.

    1. Re:UEFI Signature Infrastructure by mrchaotica · · Score: 4, Insightful

      So who decides what keys can be added to the bootloader? The end user, in the case of every x86 board.

      AND WHAT ABOUT ARM DEVICES?

      If such restrictions are allowed to happen everywhere, they will inevitably end up happening everywhere. The situation is already completely unacceptable!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  6. Bread buttered by EmperorOfCanada · · Score: 5, Insightful

    Desktop motherboard manufacturers know that in the past and in the present that following the dictates of Microsoft is how to survive. But those days are mostly over. I doubt any of the MB manufacturers are going to stand up and fart in Microsoft's face and say NO. But I suspect they know the trend is moving away from Microsoft and with the Linux noises that companies like Valve are making that Microsoft will only get weaker. Thus they will probably pretend to put UEFI onto the motherboard but make it really really easy for anyone with the capability to install linux to turn it off. So I suspect that the motherboards will soon come with UEFI enabled by default (maybe) but that you can either go into the bios and turn it off or short a jumper.

    Other options would be to leave a weakness in the system so that it is easily hacked and thus bypassed; this way they can meet the letter of Microsoft's law but not at all the spirit. And of course they don't need to make a hole, they know people will find a hole and they won't bother patching it. But I just don't see the manufacturers coming out and directly attracting Microsoft's rage. Plus companies know that all kinds of businesses will want to put a whole range of products on their systems from oddballs like DOS with many wanting XP, Vista, and Windows 7. It wasn't that long ago that I saw an ATM running OS/2. I suspect the guts of the ATM were newish.

    But in the near term Microsoft is going to ask "Who farted?" and the various manufacturers are going to pretend that they didn't.

    All that said, Microsoft's worst nightmare would be for a company to start releasing Motherboards/Machines with UEFI disabled as a feature and telling the world that smart discerning high-end customers buy systems without UEFI and that the drones buy what the suits at Microsoft tell them. What microsoft seems to forget that while computer nerds running things like Linux are not a significant market share in and of themselves they are who guides, or outright chooses what systems get picked. Minimally how many slashdoter's are involved by their families when they are picking machines. Without starting a religious war about my personal tastes I can say that when people around me are buying a system I give them a fairly narrow range of choices that if they stray from I won't take their "urgent" calls at 10pm when things are going wrong a month later. "Oh your poorly designed laptop that sucks cooling air in only from the bottom overheated when sitting on the sofa and now you need your data pulled from its carcass? How about no." So while people like us probably only represent 1% of the market we probably influence 30+% of the market. So if we don't like UEFI the manufacturers will soon find that we have a bigger vote than simplistic market surveys might otherwise suggest. So even if they totally cave to MS I suspect cracks will appear fairly quickly.

  7. Secure Boot is just a waste and fixes no problem. by VortexCortex · · Score: 5, Interesting

    Let's put on our thinking caps folks. Return Oriented Programing is an exploit engineering technique that uses the existing signed and/or encrypted code to create the exploit code. That means Secure Boot is defenseless to stop this type of exploit. If the application or OS code has mistakes in it then a function pointer on the stack, or in the heap (read/write memory) can be overwritten and be used by exploits via return oriented programming, and SecureBoot won't help one bit -- The code that's running is signed and/or encrypted. So if the Application or OS code isn't secure (which it won't be) then SecureBoot is pointless. What that? It won't be able to infect a boot sector? Well, if you've got malicious code running on your system then there exists an exploit vector that cane simply be re-exploited next time you boot up. See? Pointless.

    Ah, but what if the Application and OS code could be written to be secure against stack smashing and undesired code pointer manipulations? Well then, there wouldn't be any exploit vectors that you needed SecureBoot to protect you against. See? Pointless.

    Well, I say "Pointless", but what I mean is useless from an end user perspective. I don't mean to gloss over the only real use SecureBoot has: To prevent you from installing your own OSs and Applications, and having control over your own computers.

  8. Re:I have no problem with UEFI as long as.... by EdZ · · Score: 4, Informative

    Bullshit.
    1) Windows 8 runs perfectly fine without Secure Boot
    2) For a manufacturer to provide a computer with Windows 8 pre-installed, or to label their product as compatible with Windows 8, they MUST allow end-user modification of the bootloader keys. If they don't, then no Windows 8 for them, as per MS' own hard certification requirements.

  9. Re:Concealed defect by Missing.Matter · · Score: 4, Informative

    Any x86 machine must also include the ability to turn secure boot off as well, according to ms win8 certification guidelines.

  10. We, the FSF, like Secure Boot by gnujoshua · · Score: 5, Interesting

    This post is a little misleading. We think Secure Boot is OK so long as computer makers implement it in a way that it still allows a user to control his or her own computer. What we don't want computer makers to do is implement UEFI in such a way that a user is unable to sign their own software (e.g. bootloader) AND they are unable to turn Secure Boot off -- we call such an implementation Restricted Boot (because we want to emphasize that it instead of providing security, it exists to restrict a user from controlling his or her own device). We hope that computer makers will choose to implement UEFI in a way that truly does provide security and control, and many are implementing Secure Boot in this way.

    Joshua Gay
    Licensing & Compliance Manager
    Free Software Foundation

  11. Re:Secure Boot is just a waste and fixes no proble by mrchaotica · · Score: 4, Insightful

    I don't mean to gloss over the only real use SecureBoot has: To prevent you from installing your own OSs and Applications, and having control over your own computers.

    Nevertheless, you did exactly that IMO. Please allow me to reiterate for the benefit of others:

    Technical solutions as proposed above are irrelevant, because the fundamental problem here is that I SHOULDN'T HAVE TO FIND A GODDAMN EXPLOIT TO RUN MY OWN CODE ON MY OWN COMPUTER!

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  12. Re:Concealed defect by Kjella · · Score: 4, Informative

    How is going into your motherboard's menu and disabling SecureBoot not easy?

    Well you could read the link I just posted and find out, but in case you didn't getting into the BIOS wasn't obvious, he had to ignore a big red warning and after doing that he had to enable legacy boot, then a specific legacy device, then hold a secret button while rebooting to boot into it. If that's your understanding of easy, have you ever had the feeling other people perceive the world differently than you?

    --
    Live today, because you never know what tomorrow brings