[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows boot
From: |
Bean |
Subject: |
Re: Windows boot |
Date: |
Mon, 11 Aug 2008 12:15:33 +0800 |
On Mon, Aug 11, 2008 at 10:48 AM, Viswesh S <address@hidden> wrote:
> Hi,
>
> I tried the loadbin,according to the instructions which you had given in
> osdir.com
>
> "
> linux loadbin.bin
> initrd ntldr
>
> This method is not limited to grub2, it can also be used in boot
> loaders which support the linux kernel format, such as
> syslinux/lilo/grub.
>
> To compile loadbin.bin, use the following commands:
>
> gcc -nostdlib -DLOADBIN -Wl,-N -o lnxhdr lnxhdr.S
> objcopy -O binary lnxhdr lnxhdr.bin
> "
>
> Are you sure, this is the procedure ? Dont we need to generate loadbin ?
>
> Could you please confirm ?
Hi,
You don't need to do this manually, just download the latest version
from http://download.gna.org/grubutil/, then use make to compile it.
--
Bean