無法使用 USB 安裝 14.04 LTS

無法使用 USB 安裝 14.04 LTS

我的系統配置如下所述,

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 記憶棒啟動時,它會列印一條訊息說啟動正常。

但之後就不會再進一步了,我想知道一些事情。

  1. 有沒有辦法從 USB 升級 6.04 到 14.04?
  2. 我的硬體有相容性問題嗎?
  3. 我嘗試透過命令列更新,但看到下面的終端命令

輸出。

請告訴我至少一個擺脫這個舊的 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 install update-manager-core

然後去做:

sudo do-發布-升級

相關內容