[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Chainloading other boot loader file directly.
From: |
Jordan Uggla |
Subject: |
Re: Chainloading other boot loader file directly. |
Date: |
Wed, 6 Jul 2011 11:32:25 -0700 |
On Sat, Jul 2, 2011 at 10:41 PM, 김민준 <address@hidden> wrote:
> Many people says that chainloading boot loader file like grldr, bootmgr
> command is
> linux loadbin.bin
> initrd [file]
>
> However, I'm the starter of linux. So I can't compile loadbin.bin file.
> If I command as manual, I get 2 errors of gcc.
>
> Please help me that compile loadbin.bin or present me method of chainloading
> other boot loader file directly, not the chainloader +1.
>
> P.S: Please note I can't translate into English well. Sorry.
>
> _______________________________________________
> Help-grub mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-grub
>
"Chainloading" is not the right word as the protocol for loading ntldr
is specific to ntldr (though it's also used by grldr and bootmgr it is
still not chainloading, and not a generic way to load one bootloader
from another). Grub 1.99 comes with a loader for this protocol, the
command is simply "ntldr /path/to/ntldr".
--
Jordan Uggla (Jordan_U on irc.freenode.net)