Verify that the distribution of the OS you're installing is UEFI-compliant - if it it's not, you will need to produce install media that is, since this system has no non-UEFI boot support.
I agree with the post above, and "Rocky says" exactly that ...
Before installing properly, the system’s Unified Extensible Firmware Interface (UEFI) or Basic Input/Output System (BIOS) should be preconfigured to boot from the correct medium.
###########
AND this maybe totally off topic for this problem, but never-the-less I feel it's pertinent ...
Windows 10 PowerShell and LibreOffice Calc & Writerto make a HASH of IT.
PS C:\>get-filehash and enter the path to the ISO file.
PS C:\> get-filehash
cmdlet Get-FileHash at command pipeline position 1
ejn63
10 Elder
•
30.7K Posts
1
November 17th, 2024 12:09
Verify that the distribution of the OS you're installing is UEFI-compliant - if it it's not, you will need to produce install media that is, since this system has no non-UEFI boot support.
ann_droid
2 Intern
•
508 Posts
0
November 17th, 2024 16:27
Hi
I agree with the post above, and "Rocky says" exactly that ...
Before installing properly, the system’s Unified Extensible Firmware Interface (UEFI) or Basic Input/Output System (BIOS) should be preconfigured to boot from the correct medium.
###########
AND this maybe totally off topic for this problem, but never-the-less I feel it's pertinent ...
Windows 10 PowerShell and LibreOffice Calc & Writer to make a HASH of IT.
PS C:\>get-filehash and enter the path to the ISO file.
PS C:\> get-filehash
cmdlet Get-FileHash at command pipeline position 1
Supply values for the following parameters:
Path[0]: U:\Downloads\openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso
Path[1]:
Algorithm Hash Path
--------- ---- ----
SHA256 A74D4072E639C75CA127DF3D869C1E57BCC44A093A969550F348A3EAD561FE4F U:\Downloads\openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso
PS C:\> "A74D4072E639C75CA127DF3D869C1E57BCC44A093A969550F348A3EAD561FE4F".ToLower()
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f You can use LibreOffice Writer to Convert to lower case of course.
Open the openSUSE-Leap-15.6-DVD-x86_64-Media.iso.sha256 in Writer, copy & paste the checksum into cell A1 of Calc,
then the powershell version into cellA2. =IF(A1=A2,"YES","NO")
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f
YES
You may actually see (probably) that it matches without the formula being applied.
Linux Command Line and LibreOffice Calc & Writer to make a HASH of IT.
$ sha256sum and enter the path to the ISO file.
$ sha256sum /mnt/UTILarea/DOWNLOADS/openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f /mnt/UTIL….LOADS/openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f openSUSE-Leap-15.6-DVD-x86_64-Media.iso
Open the openSUSE-Leap-15.6-DVD-x86_64-Media.iso.sha256 in Writer, copy & paste the checksum into cell A1 of Calc,
then the linux command line version into cellA2. =IF(A1=A2,"YES","NO")
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f
a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f
YES
You may actually see (probably) that it matches without the formula being applied.
##################
The above can check the veracity of your down load, hopefully.
#######################
Also,
Malcolm Lewis tells me this
""Use rufus then and select dd for the creation…""
Which is an excellent method.