Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lenovo Drive Erase Utility + UEFI + IPXE
2019-08-01, 00:59
Post: #4
RE: Lenovo Drive Erase Utility + UEFI + IPXE
you are setting root-path, but that is never used - you should start with the absolute minimal case, meaning rip everything else out.
The imgfetch and boot could be replaced with just
chain ${base-url}/BootX64.efi || goto failed

However I don't think that this is the actual issue, so lets go for the hack
grab wimboot, you can find it at git.ipxe.org

and then do:
imgfree
initrd -n bootx64.efi ${base-url}/BootX64.efi bootx64.efi
chain wimboot || goto failed

what will happen now is that a virtual fat32 fs will be created by wimboot, and bootx64.efi will be started from that drive.
If the exe is needed as well then it can be loaded with an initial initrd

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Lenovo Drive Erase Utility + UEFI + IPXE - NiKiZe - 2019-08-01 00:59



User(s) browsing this thread: 1 Guest(s)