The 'nomodeset' fix.The solution is to hit the spacebar once you see the keyboard and stick figure, choose
Try ubuntu without installing and hit F6 to edit the boot command. Add the arguments
i915.modeset=0 xforcevesa and continue installation from the desktop icon.
Once the system is installed, press and hold down shift on boot if necessary to get to a boot menu, then press e to edit and replace 'quiet splash' with 'nomodeset'.
To make this setting permanent, I created a file /etc/modprobe.d/radeon-kms.conf and added the line
options radeon modeset = 0 Other options are explained in the
Release Notes.