Ubuntu Support Template
Ubuntu Version:Upgrade 25.10 to 26.04
Problem Description:
SSD is becoming unstable in use and during update and upgrade requests.
First observed midway into 26.04 clean install and causing “something went wrong” message.
Repeated 25.10 without using net or optional package install was able to get a bootable system.
After repeated incremental steps between reboots now updates are pending but summarized.
sudo apt update will succeed a time or two before demonstrating a read only failure.
unattended-upgrade has been removed to avoid invisible read only messages.
Also used touch command to see success than later failure.
Example:
sudo apt update initially then eventually fails and displays this message about being read only
$ sudo apt update
Hit:3 http://us.archive.ubuntu.com/ubuntu questing InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu questing-updates InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu questing-backports InRelease
Hit:6 http://security.ubuntu.com/ubuntu questing-security InRelease
Warning: chown to _apt:root of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (30: Read-only file system)
Screenshots or Error Messages:
Can’t upload screen shot for some reason and no way to attach files found either.
Simultaneously I was in a terminal session and ssh to another to cut and paste cli in text file (nano)
$ uptime
14:14:04 up 1 min, 1 user, load average: 1.51, 0.40, 0.14
$ touch ME
$ touch ME ← started the above update request
$ touch ME
touch: cannot touch ‘ME’: Read-only file system
$ uptime
14:25:25 up 6 min, 1 user, load average: 0.72, 0.49, 0.22
$ date
Sat Jun 20 14:26:25 EDT 2026
$ ls -lh ME
-rw-rw-r-- 1 1000 1000 0 Jun 20 14:23 ME
What I’ve Tried:
This is from the USB used previously on same system successfully.
It was running daily without errors.
In an attempting to clean install 26.04 a read only error occurred
and incorrectly assumed the 26.04 was at fault.
Later a log screen was captured and the /var/log moved to USB writable space
I have tried numerous USB ISO images and settled on 25.10 install without using internet during
install which reduces time and still fails but getting far enough to make internal drive bootable.
Now system can be booted and some stuff done before read only state occurs.
I removed unattended-upgrade package to avoid locking package operations to complete before read only occurs.
Also boot directly without login password to admin account with sudoers setup.
This SSD experience is new to me and am hoping for some encouraging help with a fix.