PDA

View Full Version : [ubuntu] Brand new Dell Ubuntu machine hangs at Grub boot


kiwi8mail
February 2nd, 2009, 12:14 PM
I have a brand new Dell Ubuntu laptop that, two hours ago, was working. For no (apparent) reason, switching it on now doesn't get me past the stage of "GRUB" appearing at the top of the screen, following by a space, followed by a flashing underscore cursor. It continues in this state indefinitely, and has to be switched off.

I thought perhaps a failed hard drive, although putting the live CD in reveals the hard drive is still there, and the files on it are intact.

Is the Grub boot script somehow corrupted? Or is this a hardware problem?

Is it worth trying to remedy this, or given how random this problem is, and how new the computer is, would it be wiser to send this back to Dell?

Any advice much appreciated.

mikehenson
February 2nd, 2009, 12:58 PM
If Ubuntu is the only OS installed try this at the grub> command line

grub> root (hd0,0)
grub> setup (hd0)
restart computer

"root (hd0,0)" will not give an output to the screen
"setup (hd0)" will give a few lines of output to the screen

MSH

kiwi8mail
February 2nd, 2009, 01:20 PM
Thanks for the advice, but the keyboard doesn't seem to be responsive - no commands appear in response to my typing. Incidentally, however, deleting what I have "typed" eventually causes it to start making beeping noises with each keypress, if I delete back far enough (to the beginning of the line?)

superm1
February 2nd, 2009, 01:21 PM
If Ubuntu is the only OS installed try this at the grub> command line

grub> root (hd0,0)
grub> setup (hd0)
restart computer

"root (hd0,0)" will not give an output to the screen
"setup (hd0)" will give a few lines of output to the screen

MSH
Well if Ubuntu is the first partition and the only OS is a better way to say this.

If you have a preinstalled system, you will have more partitions, and those commands will need to be adjusted.