/docker-lenovo

Dockerized tool to unlock Lenovo HDDs

zeitgeist/docker-lenovo

This tool in a Docker container can be used to unlock a HDD that is password-protected with a newer Lenovo Thinkpad Bios. See jethrogb/lenovo-password for more information.

Requirements

  • Docker 1.6+ (previous versions may work fine, but I haven't tried)

Installation

Get the trusted build on the docker hub:

$ docker pull zeitgeist/docker-lenovo

or download and compile the source yourself from Github:

$ git clone https://github.com/alexzeitgeist/docker-lenovo.git
$ cd docker-lenovo
$ docker build -t zeitgeist/docker-lenovo .

Usage

to be added.