Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.62 KB

WINDOWS.md

File metadata and controls

23 lines (20 loc) · 1.62 KB

Windows Backup

This device has his own Microsoft Office and modified Lenovo's Windows licenced version. It's recommended to make backup before install other OS.

  1. Boot Linux Mint Installer
  2. Mount an external USB storage
  3. Open terminal and make a backup
sudo dd if=[path to 64GB Windows Storage] of="[path to external USB storage]/[filename.img]" bs=4096 status=progress conv=sync,noerror

Example: sudo dd if=/dev/mmcblk0 of="/media/mint/MyExternalStorage/Win10-d330.img" bs=4096 status=progress conv=sync,noerror

  1. If you need to restore Windows
sudo dd if="[path to external USB storage]/[filename.img]" of=[path to 64GB Windows Storage] bs=4096 status=progress conv=sync,noerror

Update BIOS and Firmware

  1. Boot Windows.
  2. Download and install Lenovo Service Bridge.
  3. Disable S Windows Mode.
  4. Download and install BIOS Firmware Upgrade
  5. Download and install EMMC Firmware Upgrade

At your own risk, if you have the knowledge, you could dissamble the Lenovo BIOS Firmware with this method and this method, and make a better ACPI, Legacy mode enable, etc.