Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
server-administration:upgrade-ubuntu-pre-10.04 [2011-05-13 23:48:18]
garrett.plasky Approved
server-administration:upgrade-ubuntu-pre-10.04 [2011-08-17 17:51:35]
garrett.plasky Approved
Line 33: Line 33:
   - Login to the shell as root (or sudo the following commands).   - Login to the shell as root (or sudo the following commands).
   - Install update-manager-core if it is not already installed: \\ <sxh bash>apt-get install update-manager-core</sxh>   - Install update-manager-core if it is not already installed: \\ <sxh bash>apt-get install update-manager-core</sxh>
-  - Launch the upgrade tool:\\ <code console>do-release-upgrade</code>+  - Launch the upgrade tool:\\ <sxh bash>do-release-upgrade</sxh>
   - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console. Then continue with the 10.04 upgrade steps below.   - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console. Then continue with the 10.04 upgrade steps below.
  
Line 42: Line 42:
   - Edit ///etc/update-manager/release-upgrades// and set <c>Prompt=normal</c>   - Edit ///etc/update-manager/release-upgrades// and set <c>Prompt=normal</c>
   - Launch the upgrade tool:\\ <sxh bash>do-release-upgrade</sxh>   - Launch the upgrade tool:\\ <sxh bash>do-release-upgrade</sxh>
-  - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console **after** completed the final steps below.+  - Follow the on-screen instructions and let the upgrade complete. Select "no" to rebooting your server and instead reboot it through your VPS console **after** completing the final steps below.
  
 === Post-10.04 Upgrade: Final Steps === === Post-10.04 Upgrade: Final Steps ===
Line 65: Line 65:
 exec /sbin/getty -L hvc0 9600 linux</sxh> exec /sbin/getty -L hvc0 9600 linux</sxh>
  
-Next, to prevent some nasty (although non-fatal) errors in the boot process, we disable some unnecessary services:+Save and exit this file. Next, to prevent some nasty (although non-fatal) errors in the boot process, we disable some unnecessary services using the following shell commands.
  
 <sxh bash>cd /etc/init/ <sxh bash>cd /etc/init/
-for i in plymouth* ureadahead*; do mv $i $i.disabled; done</sxh>+for i in plymouth* ureadahead*; do mv $i $i.disabled; done</sxh>
  
 Once complete, you can now reboot your VPS and enjoy the latest version of Ubuntu! Once complete, you can now reboot your VPS and enjoy the latest version of Ubuntu!
  
 {{tag>ubuntu how-to administration upgrade}} {{tag>ubuntu how-to administration upgrade}}