Installer gets stuck with a grayed out forward button

I have a CD with Ubuntu 10.10 and a laptop with Ubuntu 8.10. The laptop had all sorts of crud on it, and anything I wanted to keep was backed up on an external drive, so I was happy to do a wipe and reinstall instead of an update. So after a bit of faffing about trying to work out how to get the thing to boot from the CD drive, I did that.

So the screen comes up with the choice: the options are Try Ubuntu and Install Ubuntu. I choose to install and to overwrite my current installation. So far so good. I then get a progress bar labelled something like copying files (I forget the exact wording) and further options to fill in for my location, keyboard locale, username and password. On each of these screens there are forward and back buttons. On the last screen (password), the forward button is greyed out. Well, I think to myself, no doubt it will become active when that copying files progress bar completes.

The progress bar never completes. It hangs. And the label changes from copying files to the chirpy ready when you are. The forward button remains greyed out. The back button is as unhelpful as you'd expect it to be. And there's nothing else to click. We have reached an impasse.

I tried restarting the laptop, to test whether it actually was properly installed. It wasn't. I tried to run Ubuntu live from the CD, to test whether the disk was damaged. That wouldn't work either, but I suspect it's just because the laptop is old and has a slow disk drive. I'm typing this question on another computer using the Ubuntu live CD and it's working fine. So there's nothing wrong with the CD.


Solution 1:

I recently encountered the same problem installing Ubuntu on a friend’s computer. It seems that Ubiquity (the Ubuntu installer) for 10.10 is not very informative when things go wrong. Does your username contain uppercase letters? Try making sure all letters in your username are lower case.

For more details, see: How should I file a bug about Ubiquity?

Corresponding Bug Reports:

  • Username starting with upper letter marked as OK during install and the refused
  • Ubiquity should give visual feedback that username cannot contains capital letter(s)

Solution 2:

Each line in the installer should have a green check-mark next to it. For example, if you've not entered a password or mistyped the password, the "Forward" button will remain greyed out.

alt text

Solution 3:

We used to get this question a lot, at https://answers.launchpad.net/ubuntu.

Depending on what version of Ubuntu you are installing, this may be happening because you've entered an invalid username.

  • On Ubuntu releases prior to 11.04, the installer doesn't show any message to inform users that they've chosen invalid usernames. This produced considerable confusion, since many users didn't know why they couldn't continue on with the installation. That seems to be what's going on here.

    This was reported as bug 549195 and fixed for Ubuntu 11.04 and later.

If you choose a username consisting only of lower-case letters (and, if you want, also numbers, but not as the first character), and no punctuation or spaces, that should enable you to proceed forward with the installation.

  • Some punctuation-like characters are allowed, but not most. Here are the details, from a post on Launchpad Answers by Colin Watson (#4 here):

    Make sure that your username begins with a lower-case letter, and contains only lower-case letters, digits, hyphens (-) or underscores (_). Upper-case letters and spaces, in particular, are not allowed. (Of course, the full name can be whatever you like.)

If you still cannot click Continue, then you should MD5 test the installation .iso image you used to make the live CD/DVD or USB flash drive. If that doesn't check out, you'll have to download a new .iso file and start over. If that does check out, then check the installation media (CD/DVD or USB flash drive) for defects.

If your username starts with a letter and doesn't contain any disallowed characters, and the .iso image and the installation media you created from it are good, and this problem still occurs (which is unlikely), then you should still be able to install with the text-based alternate CD.

Solution 4:

Username can ONLY have lowercase letters and numbers, and should begin with a letter.