我的系统配置如下,
Processor: Pentium 4 (2.4 Ghz)
RAM: 2GB
Memory: 40 GB
Motherboard: Intel 915
OS installed: Ubuntu 6.04 dapper LTS
我已经下载了 14.04 LTS(英特尔小于 2 GB 版本)并通过 USB 启动,但当它从 USB 启动时,它打印了一条消息,说启动正常。
但在那之后它就不会再进一步了,我想知道这里有几件事。
- 有没有办法通过 USB 将 6.04 升级到 14.04?
- 我的硬件是否存在兼容性问题?
- 我尝试通过命令行进行更新,但看到以下终端命令
输出。
请至少让我知道一个摆脱这个旧的 6.04 LTS 的解决方案。
从终端快照:
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
ashish@ashish-desktop:~$ sudo aptitude reinstall ubuntu-desktop
Reading package lists... Done
Building dependency tree... Done
Initializing package states... Done
Building tag database... Done
The following packages will be REINSTALLED:
ubuntu-desktop
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Error!
E: I wasn't able to locate file for the ubuntu-desktop package. This might mean you need to manually fix this package.
E: Couldn't lock list directory..are you root?
ashish@ashish-desktop:~$ sudo do-release-upgrade
sudo: do-release-upgrade: command not found
ashish@ashish-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 6.06.1 LTS
Release: 6.06
Codename: dapper
答案1
我认为您可能想尝试的是:
sudo apt-get 更新;
sudo apt-get 安装更新管理器核心
然后去做:
sudo do-release-升级