Một hướng dẫn kỹ lưỡng để nâng cấp được trình bày ở đây . Các câu trả lời khác đã đề cập bạn cần sử dụng:
do-release-upgrade -d # Use this until 18.04.1 comes out
do-release-upgrade # Use this after 18.04.1 comes out
Ngoài ra, mặc dù bạn cần kiểm tra tệp:
~$ 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
Nếu dòng cuối cùng nói "không bao giờ" thay đổi thành "bình thường" cho người dùng Ubuntu 17.10. Đối với người dùng Ubuntu 16.04 LTS, hãy đổi nó thành "LTS". Nếu không, bạn sẽ nhận được bản nâng cấp ... 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.
Các lệnh này đã được ban hành với Prompt=never
Ubuntu 16.04, nơi nó có sẵn để nâng cấp vào ngày hôm qua (28 tháng 4 năm 2018). Thay đổi lời nhắc để lts
giải quyết vấn đề.
Bạn nên sao lưu dữ liệu của mình trước hoặc sao chép dữ liệu của mình và chạy nâng cấp trong môi trường thử nghiệm. Đây là một tập lệnh tôi đã viết cho mục đích như vậy (nhưng bạn cũng có thể thực hiện thủ công với Live USB): Tập lệnh Bash để sao chép Ubuntu sang phân vùng mới để thử nghiệm nâng cấp 18.04 LTS
Tôi đã thực hiện một số lưu ý trong quá trình nâng cấp và đây là những gì bạn có thể mong đợi:
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
Lưu ý các bước của bạn sẽ thay đổi tùy thuộc vào phần mềm được cài đặt.
Tất cả lý do nhiều hơn để nhân bản là bạn có thể kiểm tra những gì xảy ra khi bạn chấp nhận mặc định N
hoặc bạn sử dụng Y
để có được cấu hình mới nhất có thể hoặc nhiều thứ không tốt hơn.
Vì phiên bản Ubuntu gốc của bạn còn nguyên vẹn, bạn có thể chạy diff
lệnh đối với các tệp cấu hình 18.04 mới nếu bạn chọn cài đặt chúng.