LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fedora13 gnu grub version o.97 (639k lower /1038848k upper memory) (https://www.linuxquestions.org/questions/linux-newbie-8/fedora13-gnu-grub-version-o-97-639k-lower-1038848k-upper-memory-861350/)

dimitrilios 02-08-2011 03:40 AM

fedora13 gnu grub version o.97 (639k lower /1038848k upper memory)
 
hello my name is dimitros and i dont now many things about pc .idownloud the fedora13 and when i open my pc a message come gnu grub version 0.97 [639k lower /1038848k upper memory).bash -like line editing is supporter.for the first word ,tab lists possible command copletions.anywhere else tab lists the possible comletions of a device/filname.)what is that command i have to give?iredd aboute grub, what grub whants for me?

NM04 02-08-2011 03:57 AM

Code:

dimitros,
what you have described seems to me as you are in grub command line. Specify a little bit what exactly you want ?
Have you installed Fedora13 or do you want to install it ?
If you have got stuck in grub- you can execute the following commands :
boot or /sbin/boot-- this will boot the system if you have an OS.
reboot or /sbin/reboot - will reboot your system.
help - will show you the list of commands available.
Regards,
nm04


prodev05 02-08-2011 04:01 AM

No need to panic on any error messages. Its just informing about the issue. Linux is Brilliant. For you this link would be very helpful.

It contains all the distro's documentations. So start learning and practicing Linux.

Learn this also.

Aquarius_Girl 02-08-2011 04:10 AM

Quote:

Originally Posted by dimitrilios (Post 4251643)
hello my name is dimitros and i dont now many things about pc .idownloud the fedora13 and when i open my pc a message come gnu grub version 0.97 [639k lower /1038848k upper memory).bash -like line editing is supporter.for the first word ,tab lists possible command copletions.anywhere else tab lists the possible comletions of a device/filname.)what is that command i have to give?iredd aboute grub, what grub whants for me?

You can even use the following translator to write the post in your native language then translate it to English and then post here:

Check this out: http://translate.google.com/#

dimitrilios 02-08-2011 04:49 AM

i do that u say bat the grub say>error8 :kernel must be loaded before booting. what command i have to give now?

Aquarius_Girl 02-08-2011 04:53 AM

Quote:

Originally Posted by dimitrilios (Post 4251643)
idownloud the fedora13

How did you download Fedora? YOu downloaded an ISO? Is that right?

Quote:

Originally Posted by dimitrilios (Post 4251643)
and when i open my pc

Before opening PC you installed Fedora ISO? What was the original operating system on your PC?

Quote:

Originally Posted by dimitrilios (Post 4251643)
a message come gnu grub version 0.97

Was your computer booting your default OS before that?
What changes did you make before you got that Grub error?

Please use the translator!

prodev05 02-08-2011 05:03 AM

Refer this link for your understanding.

If your '/etc/grub.conf' looks like the below

Code:

  root (hd0,1)
        kernel /vmlinuz-2.4.9-21 ro root=/dev/hda6 s
        initrd /initrd-2.4.9-21.img


Try this

Code:

grub> root (hd0,1)            // after entering this command you will get a hex value
grub> kernel /vmlinuz-2.4.9-21 ro root=/dev/hda6  // after entering this command you will get a hex value
grub> initrd /initrd-2.4.9-21.img  // after entering this command you will get a hex value
grub> boot  // after entering this command OS become to boot

Enter each command step by step. Even after this if the error shows, insert your bootable CD and install the grub. :)

Larry Webb 02-08-2011 09:17 AM

Did you make a cd or dvd of the Fedora ISO download?


All times are GMT -5. The time now is 09:25 PM.