To get the install to run
- At install screen press ‘F6′ for install options then ‘ESC’ allowing a direct edit of the install options
- Replace ‘quiet splash’ or ‘quiet’ with ‘vga=0×314 noreplace-paravirt’
- Hit ‘enter’ to start the install
To get Ubuntu to run first time
- At GRUB screen press ‘ESC’ to configure
- Select the relevant kernel line, press ‘e’ to edit
- Select the relevant kernel line again, press ‘e’ to edit again
- Replace ‘quiet splash’ with ‘vga=0×314 noreplace-paravirt’
- Hit ‘enter’ to save
- Hit ‘b’ to boot
To get Ubuntu to run everytime
- sudo -i
- Edit ‘/boot/grub/menu.lst’ with your favourite editor
- Find the relevant kernel line
- Replace ‘quiet splash’ with ‘vga=0×314 noreplace-paravirt’
- Save the file