Edit
The file you want: lubuntu-20.04.1-desktop-amd64.iso
As a Lubuntu member, I decided to provide a copy of the Lubuntu 20.04.1 LTS iso file, that I know is good, and that I can manage myself.
I downloaded a copy of lubuntu-20.04.1-desktop-amd64.iso
when it was recently released (and checked it), so I know that it is good. I uploaded a copy of that iso file plus two checksum files so that you can check your copy after downloading.
See this link.
There is also a file at the Wayback Machine as shown in the answer by muru.
The following paragraphs are kept in the answer as examples of possible work-arounds [for other cases], when you cannot find the file that you want.
End of edit
Lubuntu 20.04 LTS demo example
You can find a demo example made by me, that might be useful for you.
See a description and discussion at this link
and a link to a compressed image (from post #4 in that discussion).
This will bring Lubuntu 20.04 LTS (uploaded May 1 2020, before the release of 20.04.1 LTS), it has the correct kernel series for you, but after installing, there will be a lot of updates & upgrades.
Warning: The general Ubuntu program packages will be supported for 5 years, but the specific Lubuntu packages will be supported for only 3 years. Please notice that all community flavours have only 3 years support of the LTS releases.
Standard Ubuntu 20.04.1 LTS
Another work-around is to get standard Ubuntu 20.04.1 LTS from
http://old-releases.ubuntu.com/releases/20.04/
and add Lubuntu
sudo apt install lubuntu-desktop
There will be 'some extra files' but it might work well, and today drive space is seldom a bottleneck.
Ubuntu 20.04 mini.iso
Yet another alternative is to start from the Ubuntu 20.04 mini.iso
. You can find it (dated April 21 2020) via this link and the md5sum is 'upstairs' in the parent directory.
The installer in mini.iso
is the old text mode debian installer. You can install lubuntu-desktop
during or after the installation.
Please notice that mini.iso
works only in BIOS mode (alias CSM alias legacy mode). It does not boot in UEFI mode.
Downgrading from 20.04.2 to 20.04.1
The following downgrading method was verified by ajgreeny at this
Ubuntu Forums post
It is maybe the easiest method, at least if you have the Lubuntu 20.04.2 iso file already :-)
Install Lubuntu 20.04.2 from the available iso file
Boot into the installed Lubuntu system
Remove the hwe kernel package
sudo apt remove linux-generic-hwe-20.04
Install the plain kernel package
sudo apt install linux-generic
It will immediately pull in the most recent 5.4.0-74 kernel plus dependencies, eg the header packages.
Reboot and remove the unwanted kernel package
sudo apt remove linux-image-5.8.0-55-generic
along with any other versions of the 5.8 series.
Finally autoremove the now unused packages and maybe also make things up to date and then clean by
sudo apt update
sudo apt full-upgrade
sudo apt autoremove --purge
sudo apt autoclean
sudo apt clean