0

Is there a link to download a copy of the latest version of Ubuntu 18.04.4 LTS 32 bit?

Artur Meinild
  • 31,035
abdolaziz
  • 9
  • 1
  • 1
  • 3

4 Answers4

2

There are no "official" download images for 32-bit architecture.

All official images of 18.04 (Bionic) are here, and supported architectures are:

  • AMD64
  • ARMv8 (64-bit)
  • PPC64
  • S390
  • RasPi ARM-64
  • RasPi ARM-HF

However, in the download archive, there are 32-bit images here.

Be aware though, this is totally unsupported in all aspects (and the HTTP connection is also insecure).

Artur Meinild
  • 31,035
0

no, AFAIK, Ubuntu stopped supporting 32-bit pc's since 18.04 (I could be wrong because I only follow LTS releases). Maybe you can compile Ubuntu from source and it would work then but I don't know how and if it would work.

Irsu85
  • 611
0

There is no 32-bit release of Ubuntu 18. However that does not mean it is not possible.

I did this recently, so I can sorta help. However, I cannot guarantee that it will work. I think this solution only works for x86_64 CPU with 32bit bios. You can check CPU characteristics with lscpu command. If you create the USB stick as normal with amd64 official iso and add the "bootia32.efi" in efi/boot then the 32bit bios can start it as live and even install. Sorry, if this solution does not help in your specific case.

here is the bootia32.efi I used (do not worry it works not only for Asus t100ta): https://raw.githubusercontent.com/jfwells/linux-asus-t100ta/master/boot/bootia32.efi

Gerge
  • 69
0

I have found (2021-09-01) an ISO for Ubuntu 18.04 32bit Studio at http://cdimage.ubuntu.com/ubuntustudio/releases/18.04/release/ . I installed it, and it's GUI based. It seems designed for media artists, and I had to install gcc, make (etc) to do useful stuff. ATM it seems acceptable for what I want to do.

brewmanz
  • 597