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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Lenovo Drive Erase Utility + UEFI + IPXE - thehumm - 2019-07-24, 16:57
RE: Lenovo Drive Erase Utility + UEFI + IPXE - NiKiZe - 2019-07-24, 17:22
RE: Lenovo Drive Erase Utility + UEFI + IPXE - thehumm - 2019-07-31, 15:46
RE: Lenovo Drive Erase Utility + UEFI + IPXE - NiKiZe - 2019-08-01 00:59
RE: Lenovo Drive Erase Utility + UEFI + IPXE - thehumm - 2019-08-01, 14:40
RE: Lenovo Drive Erase Utility + UEFI + IPXE - NiKiZe - 2019-08-01, 15:24
|
User(s) browsing this thread: 2 Guest(s)