Una guida completa per l'aggiornamento è presentata qui . Altre risposte già menzionano che è necessario utilizzare:
do-release-upgrade -d # Use this until 18.04.1 comes out
do-release-upgrade # Use this after 18.04.1 comes out
Inoltre, è necessario controllare il file:
~$ 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
Se l'ultima riga dice "mai" cambiarlo in "normale" per gli utenti di Ubuntu 17.10. Per gli utenti Ubuntu 16.04 LTS, cambiarlo in "LTS". Altrimenti otterrai l'aggiornamento ... um "mai":
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.
Questi comandi sono stati emessi con Prompt=never
Ubuntu 16.04 dove è disponibile per l'aggiornamento ieri (28 aprile 2018). Modifica del prompt per lts
risolvere il problema.
È necessario prima eseguire il backup dei dati o clonarli e eseguire l'aggiornamento in un ambiente di test. Ecco uno script che ho scritto a tale scopo (ma puoi anche farlo manualmente con Live USB): script Bash per clonare Ubuntu su una nuova partizione per testare l'aggiornamento LTS 18.04
Ho preso alcune note durante il processo di aggiornamento ed ecco cosa puoi aspettarti:
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
Nota che i tuoi passaggi varieranno a seconda del software installato.
Una ragione in più per la clonazione è che puoi testare cosa succede quando accetti il default N
o usi Y
per ottenere la configurazione più recente che potrebbe o non essere migliore.
Poiché la versione originale di Ubuntu è rimasta intatta, è possibile eseguire il diff
comando sui nuovi file di configurazione 18.04 se si è scelto di installarli.