On at least three Lenovo Laptops, many keys no longer work following the use of the shred command.
- I used a bootable Ubuntu USB key.
Within the Ubuntu OS, in the terminal window:
sudo fdisk -lsudo shred -n10 -v /dev/nvme0n1
- Shred runs its course.
- I then install Windows (10)
Then oddly enough, the keyboard doesn't work (many keys are completely non-functional).
- In the BIOS, the keyboard works fine.
- The hard drive is an NVMe.
How can Ubuntu's shred result in our keyboards not working?
shred, and did that leave you with a keyboard without the issues? I.e., can you 100% attribute your keyboard issues in Windows to runningshredin Ubuntu and nothing else?shreddeleting firmware files? Could it be removing efivars? See reddit.com/r/linuxquestions/comments/milxpl/… for example. I doubt it since they do work in the BIOS, but still...