On 7 Jun 2023 at 17:10, Go Canes wrote:
From: Go Canes
Date sent: Wed, 7 Jun 2023 17:10:51 -0400
Subject:Re: OT: Working on script to add
Memtest86+ version 6.20 to Fedora
boot menu
To: mi...@guam.net,
Community
On Wed, Jun 7, 2023 at 12:53 PM Michael D. Setzer II via users
wrote:
> rm index.html -f
> wget https://memtest.org/
> f=$(grep -m1 binaries.zip rm index.html -f
[...]
> Thanks for any suggestions..
replace above with:
f=$(wget -O - https://memtest.org/ 2>/dev/null | grep -m1 binaries.zip
| sed
The latest broken setup is for
149856 Jul 22 2022 /boot/memtest86+-5.31
There is a bugzilla working on adding 6.x but has been a
work in progress for some time.
The 5.31 only installs for non-UEFI and doesn't actually
work. (At least for me) memtest-setup doesn't run on
UEFI setups..
I've