fix: copy hiperiso EFI binaries to data partition during install
The chain boot path looks for hiperiso_x64.efi in /hiperiso/ on the data partition. Without this, booting ISOs (non-memdisk) fails with 'ventoy not ready chain empty failed'. The installer now mounts the data partition after writing the ESP image and copies ./hiperiso/* (hiperiso_x64.efi, iso9660_x64.efi, udf_x64.efi, vtoyutil_x64.efi, wimboot, memdisk, etc.) to it. This makes the ISO chain boot work for non-memdisk boot modes.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<button id="id_btn_reset" class="btn btn-sm btn-danger btn-del"><i class="fa fa-trash"></i><span id="id_btn_span_reset">Reset</span></button>
|
||||
</div>
|
||||
<div class="col-sm-2" style="font-size:16px;padding-top:8px;">
|
||||
<a id="id_a_official_doc" target="_blank" href="https://www.hiperiso.net/en/plugin_bootconf_replace.html"><span class="fa fa-link"></span><span id="id_span_official_doc">官网文档</span></a>
|
||||
<a id="id_a_official_doc" target="_blank" href="https://redbearos.org/hiperiso/en/plugin_bootconf_replace.html"><span class="fa fa-link"></span><span id="id_span_official_doc">官网文档</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<legend></legend>
|
||||
|
||||
Reference in New Issue
Block a user