|
|
另一方法:
將數個 PE 放在同一個 WIM 裡面
EASYBOOT 啟動 g4d ,
title Boot image 1 in boot.wim "ParsonPE"
map --mem /BOOTMGR (rd)
write --offset=0x654C4 (rd)+1 \x74\xD4\x00\x00
write --offset=0x654CC (rd)+1 \x92\x55\xFA\x02
write --offset=0x654D4 (rd)+1 \x98\xD6\x02\x00
write --offset=0x654DC (rd)+1 \x01\x00\x00\x00
chainloader (rd)+1
root ()
title Boot image 2 in boot.wim "CMD7PE"
map --mem /BOOTMGR (rd)
write --offset=0x654C4 (rd)+1 \x9A\xC5\x00\x00
write --offset=0x654CC (rd)+1 \x89\xCB\xD4\x03
write --offset=0x654D4 (rd)+1 \x90\xBA\x02\x00
write --offset=0x654DC (rd)+1 \x02\x00\x00\x00
chainloader (rd)+1
root () |
|