LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-28-2005, 03:38 PM   #1
Neb
LQ Newbie
 
Registered: Apr 2003
Location: New York
Distribution: Red Hat, SuSe
Posts: 29

Rep: Reputation: 15
after install all i see is "grub>"


After installing the Novell Linux Desktop (SuSE Linux), I reboot and all I see is the prompt.

grub>



Why didn't my Gnome GUI interface launch? What's a 'grub' anyway?

Thanks!
Neb
 
Old 01-28-2005, 03:43 PM   #2
jrtayloriv
Member
 
Registered: Jun 2004
Location: Inland NW, US
Distribution: Ubuntu
Posts: 366
Blog Entries: 1

Rep: Reputation: 44
GRUB is a bootloader. This is what loads up your operating system when you boot your computer. If you are getting this, it probably was not configured quite right during the install. If you remember what partition you installed linux on (/dev/hd....) then I could likely help you at least boot into your system so you could fix it to boot to the GUI like you want.

jrtayloriv
 
Old 01-28-2005, 04:27 PM   #3
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
grub> is the grub prompt. grub is one of two common bootloaders for linux, the other being lilo. usually, grub is configured to automatically boot the system, though not always. I believe you can type help at the prompt for some help on loading your system with grub.
 
Old 01-28-2005, 10:20 PM   #4
Neb
LQ Newbie
 
Registered: Apr 2003
Location: New York
Distribution: Red Hat, SuSe
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by jrtayloriv
GRUB is a bootloader. This is what loads up your operating system when you boot your computer. If you are getting this, it probably was not configured quite right during the install. If you remember what partition you installed linux on (/dev/hd....) then I could likely help you at least boot into your system so you could fix it to boot to the GUI like you want.

jrtayloriv
I believe it's the hda2 partition, but I'm at a loss from there.

Thanks for the help!
Neb
 
Old 01-29-2005, 01:47 AM   #5
jrtayloriv
Member
 
Registered: Jun 2004
Location: Inland NW, US
Distribution: Ubuntu
Posts: 366
Blog Entries: 1

Rep: Reputation: 44
did you create a /boot partition in addition to the root (/) partition? or did you just create one linux partition and install everything on there?

basically all you need to do is look up how to write a grub.conf file (the config file that is used when installing grub) and run those commands from the grub prompt to get your system up and running

assuming your linux boot partition was hda2 and your root partition was hda3 you would say something like this: (type enter after each one)

grub> root(hd0,1)
grub> kernel /linux-kernel-filename root=/dev/hda3

NOTES:
1) the first command root tells it where to look for the kernel NOT where your root partition is, so on the next line after the "kernel" command, /linux-kernel-filename is the relative path from wherever you told it to look for the kernel.

2) The second part of the second line tells it what you actually want to mount as the root partition after it has found the kernel.

3) remember this is assuming that you did create a /boot partition and that your kernel is located in /boot. if you did not create one, and instead installed everything on one partition, you would still set the first line to root(hd0,1) BUT also set root=/dev/hda2 in the second line with the kernel file path being relative to the "/" directory.

Feel free to ask if you have any more questions or if this does not work out for you. Try searching for how to work with grub though, it will serve you well in the future

hope this helps,
jrtayloriv

Last edited by jrtayloriv; 01-29-2005 at 01:49 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC4 install errors, "diabling IRQ #10" "nobody cares" error message??? A6Quattro Fedora 6 07-20-2005 12:49 PM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM
Will "grub-install /dev/hda" kill Windows XP MBR? Zullocrit Linux - Newbie 3 09-25-2004 09:50 AM
Grub "error 17" after MDK 10 install senectus Linux - Newbie 1 03-13-2004 11:30 PM
does failed using urpmi messed up my "Install Software" / "mandrake update" ??? sirpelidor Mandriva 1 11-02-2003 09:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration