After install of server 12.04 i get"out of range" on reboot?

Asked by George Toth

I installed ubuntu server on a HP Prolin DL 385 G1 rack server on reboot I get "out of range" message and the screen is locked why?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
BenginM (sary) said :
#1

Hi George ,

switch to a real console (tty1) by pressing CTRL+ALT+F1 , try set the resolution for GRUB to 640x480

Open the file /etc/default/grub with nano or vim Locate the line: # GRUB_GFXMODE = 640x480
uncomment ( remove the '#' ) from the following line

GRUB_GFXMODE = 640x480

This will set the res to 640x480 GRUB - it is a safe resolution, which should not be a problem. If you wish, you can gradually change, until you reach the limit.

save your change in vim or nano and exit , then
Update GRUB: sudo update-grub
Reboot the Machine by pressing Ctrl+Alt+Del

you could also use the live cd to do so .. follow steps in the link

http://askubuntu.com/questions/52910/signal-out-of-range-when-starting-grub-after-server-installation

Can you help with this problem?

Provide an answer of your own, or ask George Toth for more information if necessary.

To post a message you must log in.