On Thu, 2010-04-08 at 14:19 +0530, Naresh Bhat wrote: > Hi All, > > I am a beginner to elilo. My aim is to test the EFI using elilo. I > have downloaded the latest gnu-efi and elilo package from > sourceforge.net and compiled on my x86 32 bit desktop machine (Which > is having FC10). Have you tried the precompiled binaries available for download what does FC10 mean?
> > I have a Intel Irwindale x86 64 bit machine as target machine. This > machine contains the the following EFI firmware > > EFI version 1.10 [14.62] Build flags: EFI32 > EFI IA-32 Flash (BIOS) [Thu May 12 10:11:37 2005] - INTEL > This image MainEntry is at address 1FF262A5 > > Now to test elilo I have done the following things > > STEP 1: I have created a EFI partition and copied the elilo.efi, > elilo.conf, bzImage and ramdisk images in that partition. > > STEP 2: Selected EFI shell as a first boot in BIOS and able to map > the device logs as below > > STEP 3: Launch the elilo.efi from EFI shell and getting the following > errors as "system.c(line 205):LocateHandle GopProtocol failed." This means your EFI failed to provide a device handle to elilo for the Graphics Output Protocol. Im not familiar with Irwindale at all but I see its an old 1.10 EFI. There was code that went into 3.12 to force text output mode for ia32 macs, wonder if that is tripping things up on your platform. download and try elilo-3.6 binary(pre-UEFI2.0) while I look into that ia32 code section. > > near line 1: Unkown option ?#???U??�?�?t? N??N� > config.c(line 898):done parsing config file This means elilo cant parse your config file at all due to garbage on first line. > > forcing interactive mode due to config file error(s) > ELILO v3.12 for EFI/IA-32 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ elilo-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/elilo-discuss
