Mailing List Archive

Which bootloader i am using
Hi,
I wanted to check which bootloader i am using without restarting the
machine. So far i did this,
head /dev/hda | strings | egrep ^(gr|li)

Does anybody know any other way/command to accomplish this.


-siddhartha

--
gentoo-user@gentoo.org mailing list
Re: Which bootloader i am using [ In reply to ]
Siddhartha Basu wrote:
> Does anybody know any other way/command to accomplish this.

qpkg -I -v boot

--
gentoo-user@gentoo.org mailing list
Re: Which bootloader i am using [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Siddhartha Basu wrote:
| Hi,
| I wanted to check which bootloader i am using without restarting the
| machine. So far i did this,
| head /dev/hda | strings | egrep ^(gr|li)
|
| Does anybody know any other way/command to accomplish this.

I would have thought that it was fairly obvious as the machine was
starting up. However, you could consult portage (`esearch grub\|lilo`)
or consult /etc/ or /boot/ for existance of lilo.conf or grub.conf ...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBPeczms1059AAPcwRAojVAKCgZSpbWpbMwyN31etvtzwTUGsPwQCfSw7P
TJUjVhZeoJJ5dfuMmS9ZEC8=
=n72t
-----END PGP SIGNATURE-----

--
gentoo-user@gentoo.org mailing list
Re: Which bootloader i am using [ In reply to ]
On Tuesday 07 September 2004 09:21, Siddhartha Basu wrote:
> Hi,
> I wanted to check which bootloader i am using without restarting the
> machine. So far i did this,
> head /dev/hda | strings | egrep ^(gr|li)
>
> Does anybody know any other way/command to accomplish this.
>
>
> -siddhartha
>
> --


Am I missing something?

Look in /boot??????

Vram

--
gentoo-user@gentoo.org mailing list