Installation of Ubuntu 10.04 Didn't Finish
- 1). Go to "Applications," "Accessories" to open the Terminal application. The terminal is usually a blank screen with a prompt in the upper-left corner. To use Terminal commands, you need to know your root password.
- 2). Type "sudo dpkg --configure -a" at the Terminal prompt, without the quotation marks. This command will search for and install all packages that have been downloaded but were not installed for whatever reason. Depending on when the installation errors occurred, this may complete the Ubuntu 10.04 installation process.
- 3). Type "sudo apt-get update && apt-get upgrade" at the prompt, without the quotation marks, to update the available applications list. Type "sudo apt-get dist-upgrade" to restart the Ubuntu operating system upgrade. This will re-download and install the latest Ubuntu files, overwriting the previously downloaded and installed operating system.
Source...