mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
aopentitanpilot/dresden: replace Shell RE with shell GUID
some BIOSes stupidly to not add a USER INTERFACE to the Shell; use the GUID instead. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
51663cb083
commit
ac1374a0a7
@ -54,16 +54,15 @@ flashpxeboot.bin: dxeremove.bin flashkernel flashinitramfs.cpio.lzma
|
||||
utk \
|
||||
-xzPath /usr/bin/xz \
|
||||
$< \
|
||||
replace_pe32 De.*BdsDxe flashkernel \
|
||||
replace_pe32 7C04A583-9E3E-4F1C-AD65-E05268D0B4D1 flashkernel \
|
||||
save $@
|
||||
|
||||
cpu.bin: edk2.bin cpuflashkernel cpu.cpio.lzma
|
||||
cpu.bin: dxeremove.bin cpukernel
|
||||
utk \
|
||||
-xzPath /usr/bin/xz \
|
||||
$< \
|
||||
replace_pe32 Shell cpuflashkernel \
|
||||
replace_pe32 7C04A583-9E3E-4F1C-AD65-E05268D0B4D1 cpukernel \
|
||||
save $@
|
||||
NOT GOING dd if=cpu.cpio.lzma of=$@ bs=4096 seek=360 conv=notrunc
|
||||
|
||||
edk2.bin: dxeremove.bin
|
||||
echo Note, this inserts the edk2 bds and shell
|
||||
|
Loading…
Reference in New Issue
Block a user