The solution? Download the ISO to an external and upgrade directly from that!
Yep, it's that simple. Here's how:
- Download the Alternate Install ISO (OSU mirror) to an external flash/hard drive.
- Connect the external drive to your lappy and mount the ISO:
sudo mount -o loop /media/external/ubuntu-10.04-alternate-i386.iso /media/cdrom0
- Run the cdromupgrade script:
gksu "sh /cdrom0/cdromupgrade"
I upgraded from 9.10 and the only thing I had to change was to move the 'Close', 'Minimize', and 'Maximize' buttons back to the right of the windows, which was also easily accomplished:
- Open 'gconf-editor'
- apps > metacity > general > button_layout = "menu:maximize,minimize,close"

