Skip to content

Simplified ISO verifying on Windows #15

@Coccocoahelper

Description

@Coccocoahelper

Currently, the instructions on how to verify the ISO's authenticity are very complex, creating unnecessary difficulty to check it. However, I have found this Reddit post, which gives much simpler instructions, that do not require downloading anything other than the ISO and checksum files:

Get-FileHash -Path "C:\File Path\File" -Algorithm SHA256

I tested it using a Void Linux Musl Xfce ISO, and a Fedora 42 KDE ISO, and it worked perfectly. As such, I would advise for this to be used instead of the current tutorial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions