我认为我的更新管理器对Ubuntu发行版的安装感到困惑。
在完成了sudo apt update和sudo apt upgrade之后,在尝试从18.04升级到20.04时,我得到了以下内容(见下文)。
当lsb_release -a报告我已经安装了18.04时,我为什么会收到“对不起,不再升级这个系统”的消息,以及关于如何解决这个问题的想法呢?
bh@Medion:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [1.554 B]
Get:2 Upgrade tool [1.336 kB]
Fetched 1.338 kB in 0s (0 B/s)
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg'
extracting 'focal.tar.gz'
Reading cache
Checking package manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Hit http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic InRelease
Hit http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Fetched 88,7 kB in 0s (0 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Sorry, no more upgrades for this system
There will not be any further Ubuntu releases for this system's
'i386' architecture.
Updates for Ubuntu 18.04 will continue until April 2023.
Restoring original system state
Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
bh@Medion:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
bh@Medion:~$ uname -a
Linux Medion 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:02:56 UTC 2020 i686 i686 i686 GNU/Linux
bh@Medion:~$ 发布于 2020-11-07 21:19:16
您似乎正在运行32位版本的Ubuntu,如下所示:
There will not be any further Ubuntu releases for this system's
'i386' architecture. 是这样的。32位桌面已经从未来的版本中删除,包括20.04。32位桌面贡献者和测试人员实在太少了。
您目前的32位Ubuntu 18.04将被支持整整五年(直到2023年4月)。
Ubuntu从志愿贡献者和测试人员那里汲取了它的力量。恢复32位桌面development...if是完全可能的,足够多的志愿者站出来处理(相当多的)工作。
如果您碰巧在64位硬件上运行32位Ubuntu,您可以安装64位Ubuntu。你不能“升级”到不同的架构--它需要一个新的安装。
发布于 2020-11-07 21:31:21
将主目录移动到不同的分区。
列出所有安装的软件。
缩小根分区。32 be通常就足够了;64 be应该足够了。
在磁盘的其他地方创建一个新的根分区。
在网上做所有这些步骤都有指南。谷歌怎么做。
在新的根分区中安装一个新的干净副本20.04.01。告诉它/home是您的新主分区。使用与以前相同的用户名。
在此之后,您可以双引导旧32位和新64位系统。
发布于 2020-11-08 18:52:10
不,它不会工作,因为后续的Ubuntu版本不支持32位架构。它只是没有运行它们的代码/库/安装程序。如果您希望继续在GNU/Linux操作系统上使用您的机器,您必须切换到另一个支持32位系统的发行版,并且可以应用上述步骤。
我个人推荐LMDE (),这是Linux提供相同Mint体验的项目,同时使用Debian而不是Ubuntu作为基础。不过,还有许多其他的,如Vanilla Debian、Arch Linux 32、金图,以及更多对更新有积极支持的公司。玩得开心点,OP!
https://askubuntu.com/questions/1290477
复制相似问题