Date: Sat, 27 Feb 2021 23:22:11 -0800 From: Mark Millard <marklmi@yahoo.com> To: jrtc27@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems. Message-ID: <236B48F1-FF66-4DC0-A19A-E4EE4B3091D1@yahoo.com> References: <236B48F1-FF66-4DC0-A19A-E4EE4B3091D1.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jessica Clarke jrtc27 at freebsd.org wrote on Sun Feb 28 01:25:47 UTC 2021 : > On 28 Feb 2021, at 01:22, Brandon Bergren <bdragon at FreeBSD.org> = wrote: > >=20 > > On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote: > >> This is mistakenly detecting pseries powerpc64* as an EFI platform = and=20 > >> causing install to error out. Please add back the uname checks so = this=20 > >> code doesn't run on powerpc*. > >=20 > > Specifically, the /boot/efi stuff in = usr.sbin/bsdinstall/scripts/bootconfig should not run on mips / 32 bit = ARM / powerpc* systems. I believe /boot/efi is always created so it = can't be used to infer existence of EFI. >=20 > 32-bit Arm can boot via EFI. Just mips* and powerpc*. So far as I know, those 32-bit arm systems using sysutils/u-boot-* ports that, in turn, are using boot.scr and ublr.bin are not using EFI. Are there problems for any of the following contexts? /usr/ports/sysutils/u-boot-a13-olinuxino/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-bananapi/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-bananapim2/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-beaglebone/pkg-descr: * A boot.scr (U-Boot = scripts ) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-chip/pkg-descr: * A boot.scr (U-Boot script) = that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-cubieboard/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-cubieboard2/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-duovero/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-nanopi-m1plus/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-nanopi-neo-air/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-nanopi-neo/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-olimex-a20-som-evb/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-olinuxino-lime/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-olinuxino-lime2/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-orangepi-one/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-orangepi-pc-plus/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-orangepi-pc/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-orangepi-plus-2e/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-orangepi-zero/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-pandaboard/pkg-descr: * A boot.scr (U-Boot = scripts ) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-pcduino3/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-riotboard/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-rpi-0-w/pkg-descr: * A boot.scr (U-Boot = script) that loads ubldr.bin and execute it is included /usr/ports/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr: * A boot.scr = (U-Boot script) that loads ubldr.bin and execute it is included =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?236B48F1-FF66-4DC0-A19A-E4EE4B3091D1>