* Unable to use grub2
@ 2009-01-05 2:02 Varun Deshpande
2009-01-05 3:07 ` Colin D Bennett
0 siblings, 1 reply; 3+ messages in thread
From: Varun Deshpande @ 2009-01-05 2:02 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
hi
i am very new here.
i want to contribute for grub. so first step to compile grub code & install
it. i complied code with normal way i.e.
./configure
make
make install
after that when i run grub --version i got old version
grub (GNU GRUB 0.97)
i am unable to solve what happened actually
plz help me??
--
Thanks
VARUN DESHPANDE.
" A proud GNU\Linux User "
Reg Linux User #456312
When You wish upon a star
makes no different who you are
Anything your haeart desire
will come true
[-- Attachment #2: Type: text/html, Size: 599 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unable to use grub2
2009-01-05 2:02 Unable to use grub2 Varun Deshpande
@ 2009-01-05 3:07 ` Colin D Bennett
2009-01-06 0:46 ` Pavel Roskin
0 siblings, 1 reply; 3+ messages in thread
From: Colin D Bennett @ 2009-01-05 3:07 UTC (permalink / raw)
To: The development of GRUB 2; +Cc: deshpande.varun
[-- Attachment #1: Type: text/plain, Size: 939 bytes --]
On Mon, 5 Jan 2009 07:32:36 +0530
"Varun Deshpande" <deshpande.varun@gmail.com> wrote:
> hi
> i am very new here.
> i want to contribute for grub. so first step to compile grub code &
> install it. i complied code with normal way i.e.
> ./configure
> make
> make install
>
>
> after that when i run grub --version i got old version
> grub (GNU GRUB 0.97)
>
> i am unable to solve what happened actually
> plz help me??
When you run './configure', the default prefix under which the programs
are installed is '/usr/local'. So, to run the GRUB 2 programs,
run /usr/local/bin/grub-install, etc.
You can also change the prefix with './configure --prefix=/opt/grub2'
for instance. I would recommend you do NOT use '/usr' as the prefix
for hand-compiled installations when you have GRUB legacy (or even an
instance of GRUB 2) installed with your OS distribution's package
management system.
Regards,
Colin
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Unable to use grub2
2009-01-05 3:07 ` Colin D Bennett
@ 2009-01-06 0:46 ` Pavel Roskin
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Roskin @ 2009-01-06 0:46 UTC (permalink / raw)
To: The development of GRUB 2; +Cc: deshpande.varun
On Sun, 2009-01-04 at 19:07 -0800, Colin D Bennett wrote:
> On Mon, 5 Jan 2009 07:32:36 +0530
> "Varun Deshpande" <deshpande.varun@gmail.com> wrote:
>
> > hi
> > i am very new here.
> > i want to contribute for grub. so first step to compile grub code &
> > install it. i complied code with normal way i.e.
> > ./configure
> > make
> > make install
> >
> >
> > after that when i run grub --version i got old version
> > grub (GNU GRUB 0.97)
> >
> > i am unable to solve what happened actually
> > plz help me??
>
> When you run './configure', the default prefix under which the programs
> are installed is '/usr/local'. So, to run the GRUB 2 programs,
> run /usr/local/bin/grub-install, etc.
Also, there is no "grub" command in GRUB 2. So, if you run "grub" and
you have GRUB 0.97 installed, that's what you get.
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-06 0:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 2:02 Unable to use grub2 Varun Deshpande
2009-01-05 3:07 ` Colin D Bennett
2009-01-06 0:46 ` Pavel Roskin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.