Nicola Corna

Results 47 comments of Nicola Corna

I'm afraid the reason is much simpler: developing me_cleaner requires *a lot* of time, as every test takes many minutes and returns only a binary result (works/doesn't work), and at...

@szymonmatuszczak is correct, however the relocation merely (in words, in reality it is quite difficult) moves the partitions to a lower address to recover the empty space. Both with and...

@sakaki- Unfortunately I haven't found yet the time to update that page. Yes, it seems that our early observations about the interaction between ME and BG were incorrect, and it...

Working on: * Intel Core i5-2520M * Sandy Bridge * Lenovo Thinkpad X220 * coreboot * both with and without the `-S` flag Working for more than a month now....

Hi @Claudiomfa, Is there a BIOS image (containing a ME image) available on the manufacturer's website? Can you also provide the output of `intelmetool -s` (available on the [coreboot's repo](https://github.com/coreboot/coreboot/tree/master/util/intelmetool))?

Linux If you don't have it, I suggest you a distro with a kernel < 4.4 to avoid possible problems on newer kernels

$ sudo apt-get install libpci-dev $ git clone --depth=1 http://review.coreboot.org/p/coreboot $ cd coreboot/util/intelmetool $ make $ sudo ./intelmetool -s

From the output of intelmetool it appears that: * The FPT is damaged (wrong checksum) * ME is disabled and is in the 30-min window However the input files are...

It is a kernel parameter, so it should be added in the GRUB configuration: `/etc/default/grub` [...] GRUB_CMDLINE_LINUX_DEFAULT="iomem=relaxed ..." [...] Then regenerate the GRUB configuration with `sudo update-grub`

Unfortunately Lenovo laptops usually don't have write access to the me region