mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Revert "[uefi] enable 32bit uefi support"
This reverts commit 2c7735709d948bf28391023c99ab08e39a7917e7. it did not work. thanks to t-nelson for testing it.. 1. Zotac ZBOX PI320 pico wants bootia32.efi not bootx32.efi 2. even with bootia32.efi (from syslinux) it doesnt boot. I suspect it requires pure 32bit kernel. no mixed mode ? thank you zotac for creating such a mess.. damn it's almost y2k15
This commit is contained in:
parent
aefcbe0672
commit
4efcf42da2
@ -337,8 +337,6 @@ do_install_quick() {
|
||||
cp $TMPDIR/part1/syslinux.cfg $TMPDIR/part1/EFI/BOOT
|
||||
cp /usr/share/syslinux/bootx64.efi $TMPDIR/part1/EFI/BOOT
|
||||
cp /usr/share/syslinux/ldlinux.e64 $TMPDIR/part1/EFI/BOOT
|
||||
cp /usr/share/syslinux/bootx32.efi $TMPDIR/part1/EFI/BOOT
|
||||
cp /usr/share/syslinux/ldlinux.e32 $TMPDIR/part1/EFI/BOOT
|
||||
fi
|
||||
sync
|
||||
|
||||
|
@ -81,8 +81,6 @@ makeinstall_host() {
|
||||
cp bios/mbr/gptmbr.bin $ROOT/$TOOLCHAIN/share/syslinux
|
||||
cp efi64/efi/syslinux.efi $ROOT/$TOOLCHAIN/share/syslinux/bootx64.efi
|
||||
cp efi64/com32/elflink/ldlinux/ldlinux.e64 $ROOT/$TOOLCHAIN/share/syslinux
|
||||
cp efi32/efi/syslinux.efi $ROOT/$TOOLCHAIN/share/syslinux/bootx32.efi
|
||||
cp efi32/com32/elflink/ldlinux/ldlinux.e32 $ROOT/$TOOLCHAIN/share/syslinux
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
@ -98,6 +96,4 @@ makeinstall_target() {
|
||||
cp bios/mbr/gptmbr.bin $INSTALL/usr/share/syslinux
|
||||
cp efi64/efi/syslinux.efi $INSTALL/usr/share/syslinux/bootx64.efi
|
||||
cp efi64/com32/elflink/ldlinux/ldlinux.e64 $INSTALL/usr/share/syslinux
|
||||
cp efi32/efi/syslinux.efi $INSTALL/usr/share/syslinux/bootx32.efi
|
||||
cp efi32/com32/elflink/ldlinux/ldlinux.e32 $INSTALL/usr/share/syslinux
|
||||
}
|
||||
|
@ -204,8 +204,6 @@ EOF
|
||||
mkdir -p "$OE_TMP/EFI/BOOT"
|
||||
cp $ROOT/$TOOLCHAIN/share/syslinux/bootx64.efi "$OE_TMP/EFI/BOOT"
|
||||
cp $ROOT/$TOOLCHAIN/share/syslinux/ldlinux.e64 "$OE_TMP/EFI/BOOT"
|
||||
cp $ROOT/$TOOLCHAIN/share/syslinux/bootx32.efi "$OE_TMP/EFI/BOOT"
|
||||
cp $ROOT/$TOOLCHAIN/share/syslinux/ldlinux.e32 "$OE_TMP/EFI/BOOT"
|
||||
cat << EOF > "$OE_TMP"/EFI/BOOT/syslinux.cfg
|
||||
DEFAULT installer
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user