アップグレードの詳細なガイドをここに示します。他の回答では、使用する必要があると既に述べています。
do-release-upgrade -d # Use this until 18.04.1 comes out
do-release-upgrade # Use this after 18.04.1 comes out
さらに、ファイルを確認する必要があります:
~$ cat /etc/update-manager/release-upgrades
# Default behavior for the release upgrader.
[DEFAULT]
# Default prompting behavior, valid options:
#
# never - Never check for a new release.
# normal - Check to see if a new release is available. If more than one new
# release is found, the release upgrader will attempt to upgrade to
# the release that immediately succeeds the currently-running
# release.
# lts - Check to see if a new LTS release is available. The upgrader
# will attempt to upgrade to the first LTS release available after
# the currently-running one. Note that this option should not be
# used if the currently-running release is not itself an LTS
# release, since in that case the upgrader won't be able to
# determine if a newer release is available.
Prompt=never
Ubuntu 17.10ユーザーの場合、最後の行に「ない」と表示されている場合は、「通常」に変更してください。Ubuntu 16.04 LTSユーザーの場合、「LTS」に変更します。それ以外の場合は、アップグレードが行われます... um "never":
rick@alien:~$ do-release-upgrade
Checking for a new Ubuntu release
No new release found.
───────────────────────────────────────────────────────────────────────────────────────────
rick@alien:~$ do-release-upgrade -d
Checking for a new Ubuntu release
Upgrades to the development release are only
available from the latest supported release.
───────────────────────────────────────────────────────────────────────────────────────────
rick@alien:~$ do-release-upgrade -c
Checking for a new Ubuntu release
No new release found.
これらのコマンドはPrompt=never
Ubuntu 16.04で発行され、昨日(2018年4月28日)にアップグレードできます。プロンプトを変更しlts
て問題を解決しました。
最初にデータをバックアップするか、データのクローンを作成して、テスト環境でアップグレードを実行する必要があります。そのような目的のために私が書いたスクリプトの1つです(ただし、Live USBを使用して手動で行うこともできます)。18.04 LTSアップグレードをテストするためにUbuntuを新しいパーティションにクローンするBashスクリプト
アップグレードプロセス中にいくつかのメモを作成しましたが、次のことが期待できます。
Step 1: confirmation to proceed: Press [ENTER]
Step 2: packages will be removed: Y
Step 3: replace '/etc/systemd/longind.conf': Y
Step 4: Configuration file '/etc/sane.d/dll.conf', default N, take Y
Step 5: Configuration file '/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf' Take default N
Step 6: Configuration file '/etc/pulse/default.pa' default N, take Y
Step 7: Configuration file '/etc/grub.d/30_os-prober'' default N, take N
Step 8: Full screen grub menu config appears. Take option: keep the local version currently installed
Step 9: Configuration file '/etc/cron.d/anacron', default N, take Y to see what
Error Message multiple times: /sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory
Step 10: Non-standard: Configuration file '/etc/vnstat.conf' (display differences 1.13 vs 1.18) take Y
Step 11: 220 packages are going to be removed. (can take hours) enter Y
Step 12: To finish the upgrade, a restart is required. Take Y
手順は、インストールされているソフトウェアによって異なります。
クローンを作成するさらに多くの理由は、デフォルトのデフォルトを受け入れるか、より良い場合もそうでない場合もある最新の構成を取得N
するために使用Y
する場合に何が起こるかをテストできることです。
元のUbuntuバージョンはそのままであるため、diff
インストールすることを選択した場合は、新しい18.04構成ファイルに対してコマンドを実行できます。