GRUB compile problem..
GRUB compile problem..
Hi..
I have downloaded grub source code from ftp://ftp.gnu.org/gnu/grub.
I have compiled that source code using ./configure then make command but i have not get any binary file.
Actually i want to use GRUB boot loader for my own Os.
please guide me.
I am very new here.
thanks in advance..
I have downloaded grub source code from ftp://ftp.gnu.org/gnu/grub.
I have compiled that source code using ./configure then make command but i have not get any binary file.
Actually i want to use GRUB boot loader for my own Os.
please guide me.
I am very new here.
thanks in advance..
Last edited by rigidbody on Sun Sep 04, 2011 1:13 pm, edited 1 time in total.
-
- Posts: 10
- Joined: Wed Jun 06, 2007 12:26 am
Re: GRUB compile problem..
./configure does not actually compile GRUB. It simply prepares the building and makes sure you have all necessary tools and libraries.
After you have run configure you have to run make as well.
After you have run configure you have to run make as well.
Code: Select all
./configure
...
make
...
Re: GRUB compile problem..
yes i have run the $make command also.
then what i have to do to get the grub binary file or the files like stage1 stage2 etc..
then what i have to do to get the grub binary file or the files like stage1 stage2 etc..
-
- Posts: 10
- Joined: Wed Jun 06, 2007 12:26 am
Re: GRUB compile problem..
Then they should be in bin or a similar folder. If you are unable to find them, here are an archive containing stag1 and stage2 for GRUB 0.97. There also is binary releases on the FTP.
- Attachments
-
- grub.tar.bz2
- (55.73 KiB) Downloaded 62 times
Re: GRUB compile problem..
thank you for very much for the reply but it hardly help me actually i want to get binary file of grub-1.99 version.there is not any bin file after the compilation of the source file..
Re: GRUB compile problem..
if the compile didn't report any errors, the files ARE there... you just haven't found em. have a peek at the Makefile for clues.rigidbody wrote:thank you for very much for the reply but it hardly help me actually i want to get binary file of grub-1.99 version.there is not any bin file after the compilation of the source file..
Re: GRUB compile problem..
yes it isn't throwing any error.
but i am new in this field if you elaborate your solution it will be more helpful for me ..
thanks..
but i am new in this field if you elaborate your solution it will be more helpful for me ..
thanks..
Re: GRUB compile problem..
here is the log files..
- Attachments
-
- configure.txt
- (20.36 KiB) Downloaded 57 times
Re: GRUB compile problem..
oh really sorry.
make out put is greater than 64kb .it is not allowing me to update that size of file.
make out put is greater than 64kb .it is not allowing me to update that size of file.
Re: GRUB compile problem..
here is the make out put..
thank you very much for reply..
thank you very much for reply..
- Attachments
-
- make.txt.gz
- (26.04 KiB) Downloaded 64 times
Re: GRUB compile problem..
thank you very much berkus..
i will try for GRUB1.
thanks again..
i will try for GRUB1.
thanks again..