can't get to login screen at normal boot

Asked by jorgosv

Hello!
I am using Ubuntu 7.10 on a Fujitsu Siemens Amilo L6825 laptop, with an intel 82845GV graphics card. After installing Gutsy I couldn't see any graphics using the new "intel" driver (it is a bug listed in launchpad), so I did "sudo dpkg-reconfigure xserver-xorg" and chose the i810, which worked in feisty.

I have a problem though, that I also had in feisty.
When I turn on the laptop, I see the grub loading, then the "ubuntu" with the loading bar. After that, the screen flickers 2-3 times and I can see the mouse pointer. After 2-3 seconds the pointer freezes, with a small garbage screen around it, and I cannot do anything. Alt+F2 doesn't do anything, neither Ctrl+Alt+Backspace, nor Ctrl+Alt+Del, so I have to forcefully turn off the laptop.

If, after turning on the laptop, I get into the grub menu instead of simply waiting, and press Enter at the first option (the current kernel) I get normally to the login screen, and I'm writing this from the same Fujitsu Siemens.

Generally, after rebooting the login screen appears normally.
I do not have this problem in Kubuntu 7.10. I do not have it either if I use the KDM in Ubuntu.
I do not have this problem when dual-booting Ubuntu with Windows XP.

I think that if the Grub menu was visible on boot (like when dual-booting), I wouldn't have an issue. I do not know, however, how to change that.

What do you think should be done in order to boot normally? It is quite irritating to always have to enter the Grub menu in order to use the laptop, especially in front of Windoze-users! Thanks ;)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Brian Rogers
Solved:
Last query:
Last reply:
Revision history for this message
Best Brian Rogers (brian-rogers) said :
#1

I can't imagine how opening the boot menu would prevent that problem... Is it possible that your grub configuration is set to boot something other than the first option by default? In any case, you can edit the configuration by hitting ALT-F2, then typing 'gksudo /boot/grub/menu.lst'. Then enter your password, and you'll be looking at your boot configuration.

To get the menu each time, put a '#' at the beginning of the line that says 'hiddenmenu'. Also, the line that says 'default x' with x being a number sets the default option. To boot the first kernel, it should be 0. It can also be 'saved', which is supposed to remember the last option you chose.

Revision history for this message
ed0t (edoardo-tosca) said :
#2

i can't help you so much. Anyway, if you want to see the Grub menu list on boot do this:
- open a terminal
- cd /boot/grub
- edit your menu.lst with your preferred editor
- search the word "hiddenmenu"
- comment this with #

here is my part of menu.lst:

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

Revision history for this message
jorgosv (jorgosv) said :
#3

I added # to hiddenmenu and I've just booted 2 times without any problem! That was weird! Thank you very much!

Revision history for this message
jorgosv (jorgosv) said :
#4

Thanks Brian Rogers, that solved my question.

Revision history for this message
jorgosv (jorgosv) said :
#5

Thanks ed0t too ;)