bug-grub
[Top][All Lists]
Advanced

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

Re: booting nbi images


From: Jochen Hoenicke
Subject: Re: booting nbi images
Date: Mon, 10 Sep 2001 14:06:21 +0200

On Sep 5, James Carter wrote:
> i'm not sure if this is possible, but i'd like to boot nbi images from
> grub. in particular, i need to boot dos from an image over the network.
> is this possible?

No it's not possible.  Adding nbi support to grub is possible but not
trivial.

The problem is that grub uses the whole low memory area for its own
purposes; nbi only reserves two small low memory regions for the boot
loader.  Of course one can do a similar trick as we already do for
linux zImage, i.e. load everything to high memory and copy it to low
memory just before booting.  It needs a bit of smart memory
organization though, as nbi images can also require some parts to be
placed in certain high memory regions.

Another way to add nbi support would be to write a multiboot
compatible nbi loader :)

  Jochen



reply via email to

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