mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
The i686 .iso builds failed to boot on X86-64 systems that only support booting with 64bit efi, i.e no legacy boot option. This was due to bootx64.efi not being included by iso9660.mk when the architecture is i686. Changes were made to iso9660.mk to correct this.
This commit is contained in:
BIN
board/shredos/bootx64.efi
Normal file
BIN
board/shredos/bootx64.efi
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
2025.11_28_i686_26ece7a-commit-dev
|
||||
2025.11_28_x86-64_26ece7a-commit-dev
|
||||
|
||||
@@ -6,6 +6,7 @@ image boot.vfat {
|
||||
file boot/version.txt { image = 'version.txt' }
|
||||
file boot/shredos.id { image = '/dev/null' }
|
||||
file EFI/BOOT/bootia32.efi { image = 'bootia32.efi' }
|
||||
file EFI/BOOT/bootx64.efi { image = 'board/shredos/bootx64.efi'}
|
||||
file EFI/BOOT/grub.cfg { image = 'grub.cfg' }
|
||||
file shredos.ico { image = 'shredos.ico' }
|
||||
file README.txt { image = 'README.txt' }
|
||||
|
||||
Reference in New Issue
Block a user