LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No Splash Screen (https://www.linuxquestions.org/questions/linux-newbie-8/no-splash-screen-716649/)

Afforess 04-03-2009 03:16 PM

No Splash Screen
 
Just recently I updated to the Ubuntu 9.04 beta and everything works flawlessly, except for one minor annoyance. The splash screen doesn't work. When I boot up and get past the BIOS, I see this message

"Undefined Video Mode Number: 301
Press <ENTER> to see video modes available, <SPACE> to continue or wait
30 secs"

I have no clue what that means. If I press Enter i get a list of very small resolutions (45 x 45, 60 x 80...) and when I select one, I just see alot of tiny text and then ubuntu loads. If I press select the screen stays the same for about 20 seconds, then ubuntu loads.

So my question is, how do I get my splash screen to work?

aus9 04-03-2009 07:21 PM

hi

boot a live cd

Code:

su
mkdir /z
mount -t ext3 /dev/sda1 /z (change fstype to suit..change sda1 to suit)...where your /boot partition is
edit the /boot/grub/menu.lst so that the option for vga=301 changes to vga=normal

depending on live cd/dvd you could use a graphical editor or non-graphical.

let us know the output of that menu.lst if you are having any further problems pls

Afforess 04-03-2009 10:36 PM

Okay, I followed your instructions. It got rid of the error message, but I still have no splash screen. Now it justs says

"booting from (hd0,0) ext3
Starting up..."

After about twenty seconds of nothing happening, ubuntu loads like normal, except without any graphical interface.


All times are GMT -5. The time now is 06:36 AM.