Tuesday, June 22, 2021

Running Linux Mint / Ubuntu on Lenovo T520

T520 is pretty old but decent laptop even in 2021. As my old Linux Mint 17 was not getting any updates no longer I decided to upgrade to latest version.

This however proved to be a challenge as older Mint versions have problems with the SVIDEO output of the built-in Intel video-card, which has to be disabled.

Latest kernel 5.4.0.74 fixed the video issues, but refuses to boot. Live CD works fine due to restrictive settings, but cannot shutdown or reboot.

All of this can be fixed by editing kernel options.

  1. Open /etc/default/grub
  2. Add noapic to GRUB_CMDLINE_LINUX_DEFAULT line:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapic" 
  3. Update grub with: sudo update-grub

This solves boot, reboot and shutdown issues and also allows sleep/suspend.

 

id_rsa.pub: invalid format, error in libcrypto

After I upgraded my Linux and got Python 3.10 by default, it turned out that Ansible 2.9 will no longer run and is unsupported together with...