|
From: Alan E. <ala...@gm...> - 2013-04-18 01:17:16
|
I am trying to use mkramdisk.efi from EFI Toolkit 2.0.0.1 (I apologize if this is not the right place, I saw some other mkramdisk posts so I thought I'd try.) and I am running into problems. I extracted ramdisk.efi and mkramdisk.efi to what is my fs0: but when I try to run it I get the following. Shell> fs0: fs0:\> mkramdisk.efi -d fs0:\ramdisk.efi -s 4 ram0 LoadImage of fs0:\ramdisk.efi returned EFI error 0x8000000000000002 Please assign the ramdisk driver using -d option with full path fs0:\> The shell is the one embedded with my motherboard so I tried Full_Shell.efi from EDK 1.06, same result. Some perhaps useful info: fs0:\> map fs0 Device mapping table fs0 :HardDisk - Alias hd13b blk0 PciRoot(0x0)/Pci(0x3,0x2)/Pci(0x0,0x0)/VenHw(cf31fac5-c24e-11d2-85f3-00a0c93ec93b,80)/HD(1,MBR,0x0000f3b0,0x1,0x4c4b) fs0:\> ver EFI Specification Revision : 2.31 EFI Vendor : American Megatrends EFI Revision : 4.651 I got mkramdisk.efi/ramdisk.efi from http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EFI_Toolkit Please help and thank you, -Alan |