If you happen to have "Undefined Video Mode Number" error message when you login into your Ubuntu, here is the solution!
1. Open your menu.lst file
sudo gedit /boot/grub/menu.lst
2. Change statement that says vga=xxx (xxx is some numbers) with vga=normal
3. Reboot and tha dha.
6 comments:
I love you!! That was making me so crazy I was about to reinstall Ubuntu.
I'm happy if my blog benefits others.
Congratulation.
Thanx, mate! Found some hints about that failure at several panels but they weren't neither fixing the problem nor so simpel. :-)
Thanks for this. After a system update, Grub was not finding the boot partition. I managed to fix that in grub.lst, but had no idea why I got the VGA error until I found your post.
I think that better solution is to compile kernel with e.g. VESA framebuffer support ;) Innit? :)
Post a Comment