On 07/31/2012 01:33 AM, Shivamurthy Shastri wrote:
> Hi,
>
> I am working on some samsung board, I am new to this UEFI. I got the FD
> of the image and I am trying run UEFI on the board.
> UEFI is getting started without any problem. I am getting directly EBL
> shell prompt. Now, I need to boot linux kernel on that.
>
> Meanwhile, I created FAT partition on SD card and UEFI is detecting
> that. I have added below line in dsc file.
>
> gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(3A02E7FE-0649-4FB4-BE4F-A862CA1872A9)/HD(1,MBR,0x13883578,0x2800,0x1DAA400)/zImage"
>
> But, UEFI is not even checking zImage presented in the partition.
> Please any one tell me how to go ahead after this.

AFAIK, the Linux kernel's EFI stub boot loader only works on x86 and 
x86-64 platforms, but the device path you've provided suggests you're 
using ARM ("gArmPlatformTokenSpaceGuid...."). Thus, you probably won't 
get this to work, unless of course I'm mistaken about the architecture 
issue.

Instead, you'll need to use ELILO, Fedora's patched GRUB Legacy, or GRUB 
2 to launch the Linux kernel. I'm not sure which of these will work best 
on ARM; it's conceivable that one or more won't work on ARM.

-- 
Rod Smith
rodsm...@rodsbooks.com
http://www.rodsbooks.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to