Navigation
Most Visited HowTos
If you notice that you don't have any tty's and no boot prompt (when the Ubuntu splashscreen is not enabled), then this might fix your problem.
/etc/initramfs-tools/modules and add the lines (modules)fbcon vesafb
# blacklist vesafb
sudo update-initramfs -u
The -u option is used to update your existing initrd image. Please make sure that you first edit the initramfs modules and the blacklist before you update the initramfs.
Launchpad Bug Entry
Ubuntuforums.org - GRUB VGA Modes Broken?
Ubuntuforums.org - HOWTO: Change bootup resolution
Thanks to André for this Devlog entry.