Re: [Etherboot-discuss] booting etherboot direct from NT boot.ini
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Anselm M. H. <an...@ho...> - 2007-01-27 23:42:55
|
Am Sonntag, den 28.01.2007, 10:24 +1100 schrieb James Harper: > I've read about booting Etherboot from the NT bootloader via an instance > of GRUB installed on the NTFS filesystem, but does anyone know what > would be involved in making it bootable directly from boot.ini, eg > "C:\etherboot.znt"="Etherboot" or something like that? http://www.etherboot.org/wiki/windowsntloader covers that. Other than that, I do not see a chance: The NT bootloader will not load more than 512 bytes, which is not enough for etherboot, or only a loader in the proper format which Etherboot does not know how to emulate. For my experience, using GRUB is good enough, and quickly setup as well. BR Anselm |