Grub prompt..what do I do?

View: New views
3 Messages — Rating Filter:   Alert me  

Grub prompt..what do I do?

by mdovell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I decided to reinstall Ubuntu but it is stuck on GRUB
Saying "GNU Grub version 1.97beta 4
Minimal bash like line editing is supported.  For the first word Tab lists possible command completion. Anywhere else tab lists possible device / file completions"

prompt states sh:grub

typing in startx or anything with sudo is not recognized.

I'm using wubi for this but I'm not sure where this is going wrong.

--
ubuntu-users mailing list
ubuntu-users@...
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

Re: Grub prompt..what do I do?

by dotancohen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Try "b" or "boot".

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

--
ubuntu-users mailing list
ubuntu-users@...
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

Re: Grub prompt..what do I do?

by Tom H-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I decided to reinstall Ubuntu but it is stuck on GRUB
> Saying "GNU Grub version 1.97beta 4
> Minimal bash like line editing is supported.  For the first word Tab lists
> possible command completion. Anywhere else tab lists possible device / file
> completions"
>
> prompt states sh:grub
>
> typing in startx or anything with sudo is not recognized.
>
> I'm using wubi for this but I'm not sure where this is going wrong.

I have never used Wubi but on a "normal" install ending up at the
sh:grub> prompt usually means that your grub.cfg is incorrect.

On a "normal" install, you would have to:

grub> root (hd0,X)
# where X is the sdaX where /boot is #
# if you are unsure of X, you can #
# "ls", "ls hd(0,Y)", "ls hd(0,Y)/boot", "ls hd(0,Y)/boot/grub" #
# to find the correct X #
sh:grub> insmod /boot/grub/ext2.mod
sh:grub> linux /boot/vmlinuz-2.6.x.x root=/dev/sdaX ro
# where sdaX is the correct Ubuntu partition #
# where vmlinuz-2.6.x.x is the correct kernel #
sh:grub> initrd /boot/initrd.img-2.6.x.x
# where initrd.img-2.6.x.x is the correct initrd #
sh:grub> boot

--
ubuntu-users mailing list
ubuntu-users@...
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users