4

I run Ubuntu 15.04 on my notebook. I tried to upgrade to a higher version but it failed. It is no longer supported.

I tried to upgrade to a higher version on my 32-bit PC. The upgrade failed and now standard updates for my PC fail with some sort message saying "file cannot be found".

Zanna
  • 70,465

3 Answers3

7

The only way to upgrade your system is to backup your data to external media and then clean-install 18.04 LTS. Starting with 19.10, Ubuntu no longer supports i386 hardware. And so as such for 20.04 and beyond, there are no more 32-bit images. 15.10 is old, and long since end of life as well, and the next upgrade you could go to directly, 16.04, is also End of Life. So in-place upgrades are out of the question here.

The latest release you could do is probably 18.04 which had a 32-bit release, but all subsequent releases after that which had i386 support for 32-bit processors are now End of Life as well, so you will lose the ability to upgrade your OS version in about a year and a half's time (18.04 LTS has 5 years of support, so it dies about april-julyish next year). If you are absolutely sure that your processor is not a 64-bit processor, then this is your only option, and then you will need to purchase replacement equipment come next year.

If you are unable to download 18.04 and put it on a disk, and you are unable to find 18.04 DVD or USB installation media (it's been ages since Ubuntu fit onto a CD, they all require DVD media now for installation images), you will need to replace your computer.

(However, if you can verify your CPU model and determine it is 64-bit capable then you can probably install newer versions of Ubuntu. If you know the processor in your system, then add the information about the processor on the computer to your question as an edit please.)

Thomas Ward
  • 74,764
  • I seem to recall that a couple official flavors of Ubuntu (Lubuntu? Budgie?) do have 32-bit images as recently as 20.04. – Zeiss Ikon Jan 05 '22 at 15:43
  • 1
    @ZeissIkon per the Lubuntu team devs, no, they dropped after 18.10. 18.04 was the last non-EOL release of any variant of Ubuntu that had 32bit support. since all subsequent releases between 18.04 and 20.04 are all End of Life. Therefore, 18.04 is the 'last release of 32-bit Ubuntu or its variants' installers available that is not End of Life'. If Budgie released 32bit they did it WITHOUT the Ubuntu repositories since they don't have the majority of 32bit libs necessary (only a small number of 32bit libraries still exist in the repos, they're not enough to full-run ubuntu on i386 though) – Thomas Ward Jan 05 '22 at 15:47
  • If you need a CD, the Ubuntu minimal CD (now ubuntu server iso) will fit on a CD. It's like 64MB. Use this iso to install a somewhat headless system. After installation, reboot, sign into the terminal, and then run sudo tasksel to install a desktop. Select a desktop from the menu (do not select a "live" desktop) and then press TAB and ENTER when you are done. Reboot after the process is finished. – mchid Jan 05 '22 at 19:04
  • 1
    It should be noted that there is a bug with tasksel. ONLY use tasksel to install packages. Never use tasksel to uninstall packages. – mchid Jan 05 '22 at 19:05
  • 2
    I just realized, there is an official Ubuntu 32 bit Ubuntu minimal CD version available for 18.04. Personally, I would recommend upgrading to 64 bit but if it's absolutely necessary, this is certainly an option. – mchid Jan 05 '22 at 19:10
5

Before you begin, backup your personal data. This method is a complete installation and not an upgrade so you will lose your existing data. If you have Windows installed, make sure you have an installation media to replace Windows is something goes wrong. This method is for legacy BIOS and not for UEFI.

Personally, I would recommend using 64-bit Ubuntu if your computer is compatible. If you absolutely cannot use 64-bit and your only option is i386, Ubuntu has a minimal CD available for 18.04.


First, click here to download the Ubuntu 18.04 i386 "mini.iso". You can find the download at this location.

Burn the iso to a CD and do the installation. The installer is really basic, similar to BIOS mode settings interface. Use the arrow keys and TAB key to navigate. Use the Space Bar to select items, and use the ENTER key to press ENTER.

Select your partition. Select your mount point as / (assuming you use only one partition for Ubuntu). The default filesystem type is EXT4. You do not need to reformat, this is up to you.


After installation, reboot, sign into the terminal, and then run:

sudo tasksel

to install a desktop environment.

tasksel screenshot

Use the arrow keys navigate. Use the Space Bar to select a desktop (e.g., Ubuntu Desktop, Xubuntu, etc). Do not select a "live" desktop.

When you are done, press the TAB key to select <Ok> and then press ENTER.

Installation may take a few minutes. After installation, reboot and sign into your desktop.


NOTES:

  • NEVER USE TASKSEL TO UNINSTALL PACKAGES. ONLY USE TASKSEL TO INSTALL.

  • If you get a command not found error for tasksel, simply run sudo apt update and sudo apt install tasksel and then try again.

  • You may want to run: sudo apt update and sudo apt dist-upgrade before your run tasksel. This will help to avoid installation problems by making sure everything is up to date.

Additional note:

  • One time, I used this method and GRUB was installed to the USB drive instead of the computer. The computer will boot to GRUB when the USB drive is plugged in. If this happens, install GRUB to the correct drive by running:

    sudo grub-install /dev/sdX

where "X" is the letter for the drive. Use lsblk to identify your internal drive.

Lorenz Keel
  • 8,905
mchid
  • 43,546
  • 8
  • 97
  • 150
0

If your computer is actually only able to do 32 bit there is an up to date option. It is called emmabuntus and has a 32 bit based on debian stable. I have used it on very old computers and it works very well even on 1Gb ram. Available desktops are xfce (like Xubuntu) and LXQt very similar to Lubuntu.Disrowatch

and

Emmabuntus