ELILO was the legacy EFI linux boot loader for IA-64(IPF), IA-32(x86) (git conversion of the archives from https://sourceforge.net/projects/elilo/files/elilo/)
Go to file
Stephane Eranian 2b5c5002e1 release 3.16
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.16/
2018-10-31 09:49:53 -04:00
choosers release 3.16 2018-10-31 09:49:53 -04:00
devschemes release 3.16 2018-10-31 09:49:53 -04:00
docs release 3.16 2018-10-31 09:49:53 -04:00
efi110 release 3.12 2018-10-31 09:42:58 -04:00
examples release 3.4 2018-10-31 09:11:30 -04:00
fs release 3.16 2018-10-31 09:49:53 -04:00
ia32 release 3.16 2018-10-31 09:49:53 -04:00
ia64 release 3.16 2018-10-31 09:49:53 -04:00
tools release 3.16 2018-10-31 09:49:53 -04:00
x86_64 release 3.16 2018-10-31 09:49:53 -04:00
ChangeLog release 3.16 2018-10-31 09:49:53 -04:00
LIMITATIONS release 3.4 2018-10-31 09:11:30 -04:00
Make.defaults release 3.16 2018-10-31 09:49:53 -04:00
Make.rules release 3.7 2018-10-31 09:30:47 -04:00
Makefile release 3.16 2018-10-31 09:49:53 -04:00
README release 3.7 2018-10-31 09:30:47 -04:00
README.gnu-efi release 3.7 2018-10-31 09:30:47 -04:00
TODO release 3.5-pre1 2018-10-31 09:17:30 -04:00
alloc.c release 3.14 2018-10-31 09:46:45 -04:00
alternate.c release 3.10 2018-10-31 09:38:32 -04:00
bootparams.c release 3.16 2018-10-31 09:49:53 -04:00
chooser.c release 3.4 2018-10-31 09:11:30 -04:00
chooser.h release 3.4 2018-10-31 09:11:30 -04:00
config.c release 3.14 2018-10-31 09:46:45 -04:00
config.h release 3.4 2018-10-31 09:11:30 -04:00
console.c release 3.12 2018-10-31 09:42:58 -04:00
console.h release 3.12 2018-10-31 09:42:58 -04:00
elf.h release 3.7 2018-10-31 09:30:47 -04:00
elilo-ia32.efi release 3.16 2018-10-31 09:49:53 -04:00
elilo-ia64.efi release 3.16 2018-10-31 09:49:53 -04:00
elilo-x86_64.efi release 3.16 2018-10-31 09:49:53 -04:00
elilo.c release 3.16 2018-10-31 09:49:53 -04:00
elilo.h release 3.16 2018-10-31 09:49:53 -04:00
elilo_debug.h release 3.12 2018-10-31 09:42:58 -04:00
fileops.c release 3.14 2018-10-31 09:46:45 -04:00
fileops.h release 3.5-pre1 2018-10-31 09:17:30 -04:00
getopt.c release 3.7 2018-10-31 09:30:47 -04:00
getopt.h release 3.4 2018-10-31 09:11:30 -04:00
glue_ext2fs.c release 3.4 2018-10-31 09:11:30 -04:00
glue_ext2fs.h release 3.4 2018-10-31 09:11:30 -04:00
glue_localfs.c release 3.5-pre1 2018-10-31 09:17:30 -04:00
glue_localfs.h release 3.4 2018-10-31 09:11:30 -04:00
glue_netfs.c release 3.14 2018-10-31 09:46:45 -04:00
glue_netfs.h release 3.4 2018-10-31 09:11:30 -04:00
gunzip.c release 3.5-pre2 2018-10-31 09:21:36 -04:00
gzip.h release 3.5-pre2 2018-10-31 09:21:36 -04:00
inflate.c release 3.10 2018-10-31 09:38:32 -04:00
initrd.c release 3.14 2018-10-31 09:46:45 -04:00
loader.c release 3.10 2018-10-31 09:38:32 -04:00
loader.h release 3.4 2018-10-31 09:11:30 -04:00
release.notes release 3.16 2018-10-31 09:49:53 -04:00
strops.c release 3.14 2018-10-31 09:46:45 -04:00
strops.h release 3.4 2018-10-31 09:11:30 -04:00
sysdeps.h release 3.7 2018-10-31 09:30:47 -04:00
util.c release 3.10 2018-10-31 09:38:32 -04:00
vars.c release 3.4 2018-10-31 09:11:30 -04:00
vars.h release 3.4 2018-10-31 09:11:30 -04:00

README

                     ELILO: the IA-32,IA-64 and x86_64 Linux Loader
		     ----------------------------------------------
	               Stephane Eranian <eranian@hpl.hp.com>

		                 August 2003

	           Copyright (C) 2000-2003 Hewlett-Packard Co.
	           Copyright (C) 2006-2010 Intel Co.


This package contains version 3.7 of elilo, the EFI boot loader
for IA-64(IPF),IA-32(x86) and x86_64 EFI-based platforms.


RELEASE NOTES:
--------------
	Take a look at the Changelog for a detailed list of changes 
	since 3.3a.

	- The major new feature of this release pertains to netbooting.
	  With elilo-3.4, the bootloader will look for files ONLY in the
	  directory if was downloaded from on the TFTP server. Of course,
	  if you specific absolute path, files can be placed anywhere in
	  the TFTP directory structure. This may break some setup but
	  an explicit error message is printed warning the user. 

	- There were a bunch of important bug fixes, including handling
	  of paths when booting from the local disk. 

	- Downloading of large files work with EFI versions prior to 14.60
	  where there was a bug but also with the fixed version of EFI
	  starting at 14.60.

	- There were also some updates for elilo on IA-32. The loader
	  can load unmodified Linux kernel/initrd image from either the
	  local disk or via netbooting. Thanks to Matt Tolentino at Intel
	  for the IA-32 updates.

	- The ext2fs support code is still present but is not compiled in
	  anymore. This code does not understand ext3fs and might lead to
	  errors because it does not understand the journal.

	This package is known to compile and produce working binaries
	when used in conjunction with gnu-efi-3.0a. This package is
	available from the HP Labs FTP site:

	ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0a.tar.gz	

	For IA-64, a toolchain know to produce working binaries is:
		gcc-3.1
		binutiuls 2.13.90

	Your may have problems with newer toolchains due to some
	dependencies in the gnu-efi package. Those dependencies
	will be fixed eventually.

	For IA-32, the Redhat 8.0 toolchain is known to produce
	working binaries when used with gnu-efi-3.0a + loader
	script patch which is included in the gnu-efi-3.0a-ia32.patch
	in this package. The toolchain includes:

	gcc: gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
	as : GNU assembler version 2.13.90.0.2 (i386-redhat-linux) 
	    using BFD version 2.13.90.0.2 20020802
	ld : GNU ld version 2.13.90.0.2 20020802

	The Redhat 9.0 toolchain does not work at the moment.

	For x86_64, a toolchain known to produce working binaries is:
		gcc-4.1.1 or above
		binutils-2.17.50.0.14 with Intel64 EFI support
	For x86_64, the following libraries are required for the elilo build
		gnu-efi library with x86_64

DOCUMENTATION:
--------------
	PLEASE READ THE docs/elilo.txt file for some documentation on how
	to use this program. For netbooting refer to docs/netbooting.txt.

	Make sure you read the README.gnu-efi file for required packages.