Slashdot Mirror


Lenovo Denies Claims It Plotted With Microsoft To Block Linux Installs (theregister.co.uk)

Reader kruug writes: Several users noted certain new Lenovo machines' SSDs are locked in a RAID mode, with AHCI removed from the BIOS. Windows is able to see the SSD while in RAID mode due to a proprietary driver, but the SSD is hidden from Linux installations -- for which such a driver is unavailable. Speaking to The Register today, a Lenovo spokesperson claimed the Chinese giant "does not intentionally block customers using other operating systems on its devices and is fully committed to providing Linux certifications and installation guidance on a wide range of products."
Complaints on Lenovo's forums suggest that users have been unable to install GNU/Linux operating systems on models from the Yoga 900S to the Ideapad 710S, with one 19-page thread going into detail about the BIOS issue and users' attempts to work around it.

5 of 181 comments (clear)

  1. Link? by zifnabxar · · Score: 5, Informative

    Here's the link to the actual story in case anyone was interested in reading it: http://www.theregister.co.uk/2...

  2. Lenovo dev team working on it by drnb · · Score: 4, Informative

    As explained in the slashdot story from 3.5 hours ago ...

    A reddit poster offered this, in his link Lenovo says the dev team is working on it:

    ""[–]0xFFFFFF 89 points 7 hours ago*
    Levono is aware of the issue and fixing it: https://forums.lenovo.com/t5/L...
    It is on hackernews, where people are being rational and theorizing that this is not microsofts fault. More like best-buy rep doesn't know what he talks about and the SSD doesn't have support drivers in linux kernal.. Or lenova messed up their bios implementation.
    Luckily we have the reddit witchhunt in full force, so we can make uninformed rants!
    Note: Every single previous similar scenario about linux being locked out has not been microsofts fault, which is why people are sceptical that this is the case this time..
    I also have a Signature Edition laptop, it runs linux fine..""
    https://www.reddit.com/r/linux...

    The Lenovo link has an official post saying:

    "Re: Yoga 900-13ISK2 - BIOS update for setting RAID mode for missing hard drive on linux install Options
    07-27-2016 10:04 AM
    Thank you for confirming it is still not possible to install Linux on Yoga 900-13ISK2 systems.
    This issue has been escalated to the Development team. I am unable to offer a timeframe for fix at this stage in the investigation. With previous cases, BIOS fixes have been delivered anywhere from several weeks to several months.
    I will post again when I have more information on the investigation."
    https://forums.lenovo.com/t5/L...

  3. Re:Never attribute to malice ... by friesofdoom · · Score: 5, Informative

    When he complained that he was unable to install Linux, the answer he got was: "This system has a Signature Edition of Windows 10 Home installed. It is locked per our agreement with Microsoft."

  4. Re:Good news for me by TheGratefulNet · · Score: 5, Informative

    you don't know the whole story.

    lenovo is many companies. their business laptop division is nothing like the 'yoga crap' that they sell consumers with crapware.

    that said, there are issues you need to know about hp and lenovo (those are the 2 that come to mind). they both lock down the pci-e slot so that you can't install your own wifi mini-pcie card due to a blacklist/whitelist in the bios. I bought a t420s laptop a few years ago since it was what we used at work and they seemed very reliable and repairable, too. only after I tried to install an intel gig-wifi card (ac) did it refuse to boot on me. I did find a hacked bios on one of the forums and it works fine, but I have NO IDEA what is really going on and if there is spyware in that hacked bios due to the 'helpful user' who made the bios hack for me. I really cant be sure what was done to that hacked bios, but at least I do get to use the wifi card I want.

    other than that, its been a good laptop, it has been repairable and its built pretty well.

    the spyware and phone home stuff does not tend to exist on the business level lappies. business guys would not put up with that, generally; only 'yoga users' (lol, what a name!) would.

    so, pick the right model of lenovo and be sure you get the right wifi card from purchase. oh, and I tried BUYING the 'right' wifi card after the sale. impossible to do. no one would sell me one and even lenovo would not. incredible. you have to configure it with the ac wifi you want when you buy it. or, take your chances with hacked bios, which I would not really want to do again.

    --

    --
    "It is now safe to switch off your computer."
  5. BIOS security and Flash by unixisc · · Score: 4, Informative

    Former flash memory industry worker here. Flash does not work that way. Write Enable is attached to whatever logic circuitry is there - to be asserted following the sequence of address/data write cycles from the CPU or controller to the flash. Write Enable is a dynamic signal tied to the controlling circuitry and logic - it's not something connected to a switch that can be turned on or off by the system's owner.

    What you are thinking about is something called Write Protect - which locks a flash, but this can't be a standard solution, b'cos no 2 vendors implement it the same way. Some lock the entire flash i.e. the entire BIOS. Some lock the entire top few sectors and/or bottom few sectors. Some allow the user to select which sectors are to be locked when Write Protect is asserted. Yet, some flash have no Write Protect pins at all. Motherboard vendors - meaning the Asusteks, Gigabytes, Quantas, Compals, Arimas, et al are always cutting deals w/ the likes of flash vendors for the cheapest flash out there, and their designers are required to have interchangeable parts so that they can pit their suppliers in a price pissing contest w/ each other. Since WP# varies, result is the designers would deliberately either make WP# a no-connect, or tie it high to make sure it's permanently disabled. Thereby defeating your solution.

    The whole history of BIOS started w/ it first being on PROM/EPROMs. But then, as motherboards became more advanced and in-system re-programmability became necessary, flash memory started replacing them. Usually, it would lock the 'boot blocks' of the flash - meaning either the top few or bottom few sectors, depending on where the boot code of the OS was supposed to reside. However, the rest of the flash was still exposed and vulnerable to being corrupted, which is why the UEFI and the Core Boot conventions were developed.

    The real solution to this whole boot thing is the respective projects - be it GRUB or Linux or BSD - coming out w/ a comprehensive solution to UEFI. I know that FreeBSD has come some way in that, but still doesn't allow it such that I can set UEFI protection while still booting from an USB drive (which is how TrueOS wants to distribute the OS). That would help a lot more than playing footsie w/ the default settings of the PC.