bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Determining if GRUB is the bootloader in use on a system


From: Pixel
Subject: Re: Determining if GRUB is the bootloader in use on a system
Date: Wed, 8 Aug 2001 12:57:31 +0200 (CEST)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

Jeremy Katz <address@hidden> writes:

[...]

> missing the easy way to check and tell if GRUB is being used as the boot
> loader?  

well, we're using:

            offset magic  offset magic
    [ 'grub', 0, "\xEBG", 0x17d, "stage1 \0" ],
    [ 'grub', 0, "\xEBH", 0x17e, "stage1 \0" ],
    [ 'grub', 0, "\xEBH", 0x18a, "stage1 \0" ],
    [ 'grub', 0, "\xEBH", 0x181, "GRUB \0" ],



reply via email to

[Prev in Thread] Current Thread [Next in Thread]